We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ea7f commit d562f76Copy full SHA for d562f76
src/peripheral/nvic.rs
@@ -84,6 +84,8 @@ impl NVIC {
84
/// Writing a value to the INTID field is the same as manually pending an interrupt by setting
85
/// the corresponding interrupt bit in an Interrupt Set Pending Register. This is similar to
86
/// `set_pending`.
87
+ ///
88
+ /// This method is not available on ARMv6-M chips.
89
pub fn request<I>(&mut self, interrupt: I)
90
where
91
I: Nr,
0 commit comments