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>