S32Nvic

Type Alias S32Nvic 

pub type S32Nvic = Periph<RegisterBlock, 0xE000_E100>;
Expand description

Nested Vectored Interrupt Controller

Aliased Type§

pub struct S32Nvic {
    _marker: PhantomData<RegisterBlock>,
}

Fields§

§_marker: PhantomData<RegisterBlock>

Trait Implementations§

§

impl Debug for S32Nvic

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more