pub struct NVIC;Trait Implementations§
Source§impl PeripheralAccess for NVIC
impl PeripheralAccess for NVIC
const BASE_ADDRESS: u32 = 3_758_153_984u32
type RegisterBlock = Nvic
fn ptr() -> *const Self::RegisterBlock
fn ptr_mut() -> *mut Self::RegisterBlock
Auto Trait Implementations§
impl Freeze for NVIC
impl RefUnwindSafe for NVIC
impl Send for NVIC
impl Sync for NVIC
impl Unpin for NVIC
impl UnwindSafe for NVIC
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