pub fn pend<I>(interrupt: I)where
I: InterruptNumber,
Expand description
Sets the given interrupt
as pending
This is a convenience function around
NVIC::pend
pub fn pend<I>(interrupt: I)where
I: InterruptNumber,
Sets the given interrupt
as pending
This is a convenience function around
NVIC::pend