Struct stm32wlxx_hal::pac::NVIC_STIR
pub struct NVIC_STIR { /* private fields */ }
Available on crate feature
stm32wl5x_cm4
only.Expand description
Nested vectored interrupt controller
Implementations§
§impl NVIC_STIR
impl NVIC_STIR
pub const PTR: *const RegisterBlock = {0xe000ef00 as *const stm32wl::stm32wl5x_cm4::nvic_stir::RegisterBlock}
pub const PTR: *const RegisterBlock = {0xe000ef00 as *const stm32wl::stm32wl5x_cm4::nvic_stir::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NVIC_STIR
impl !Sync for NVIC_STIR
impl Unpin for NVIC_STIR
impl UnwindSafe for NVIC_STIR
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