Function cortex_m_rtfm::set_pending [] [src]

pub fn set_pending<I>(interrupt: I) where
    I: Nr, 

Sets an interrupt, that is a task, as pending

If the task priority is high enough the task will be serviced immediately, otherwise it will be serviced at some point after the current task ends.