#[repr(C)]pub struct NVIC_Type {Show 13 fields
pub ISER: [u32; 8],
pub RESERVED0: [u32; 24],
pub ICER: [u32; 8],
pub RSERVED1: [u32; 24],
pub ISPR: [u32; 8],
pub RESERVED2: [u32; 24],
pub ICPR: [u32; 8],
pub RESERVED3: [u32; 24],
pub IABR: [u32; 8],
pub RESERVED4: [u32; 56],
pub IP: [u8; 240],
pub RESERVED5: [u32; 644],
pub STIR: u32,
}
Fields§
§ISER: [u32; 8]
§RESERVED0: [u32; 24]
§ICER: [u32; 8]
§RSERVED1: [u32; 24]
§ISPR: [u32; 8]
§RESERVED2: [u32; 24]
§ICPR: [u32; 8]
§RESERVED3: [u32; 24]
§IABR: [u32; 8]
§RESERVED4: [u32; 56]
§IP: [u8; 240]
§RESERVED5: [u32; 644]
§STIR: u32
Trait Implementations§
impl Copy for NVIC_Type
Auto Trait Implementations§
impl RefUnwindSafe for NVIC_Type
impl Send for NVIC_Type
impl Sync for NVIC_Type
impl Unpin for NVIC_Type
impl UnwindSafe for NVIC_Type
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more