#[repr(C)]pub struct NVIC_Type {Show 13 fields
pub ISER: [uint32_t; 8],
pub RESERVED0: [uint32_t; 24],
pub ICER: [uint32_t; 8],
pub RESERVED1: [uint32_t; 24],
pub ISPR: [uint32_t; 8],
pub RESERVED2: [uint32_t; 24],
pub ICPR: [uint32_t; 8],
pub RESERVED3: [uint32_t; 24],
pub IABR: [uint32_t; 8],
pub RESERVED4: [uint32_t; 56],
pub IP: [uint8_t; 240],
pub RESERVED5: [uint32_t; 644],
pub STIR: uint32_t,
}
Fields§
§ISER: [uint32_t; 8]
§RESERVED0: [uint32_t; 24]
§ICER: [uint32_t; 8]
§RESERVED1: [uint32_t; 24]
§ISPR: [uint32_t; 8]
§RESERVED2: [uint32_t; 24]
§ICPR: [uint32_t; 8]
§RESERVED3: [uint32_t; 24]
§IABR: [uint32_t; 8]
§RESERVED4: [uint32_t; 56]
§IP: [uint8_t; 240]
§RESERVED5: [uint32_t; 644]
§STIR: uint32_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NVIC_Type
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 3588 bytes