[][src]Function interrupture_stm32f7x6::scope

pub fn scope<'a, F, C, R>(
    nvic: &'a mut NVIC,
    nvic_stir: &'a mut NVIC_STIR,
    default_handler: F,
    code: C
) -> R where
    F: FnMut(u8) + Send,
    C: FnOnce(&mut InterruptTable<'a, Ic<'a>>) -> R, 

A convenience wrapper around interrupture::scope for stm32f7x6