Struct stm32wlxx_hal::pac::nvic_stir::RegisterBlock
#[repr(C)]pub struct RegisterBlock {
pub stir: Reg<STIR_SPEC>,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register block
Fields§
§stir: Reg<STIR_SPEC>
0x00 - Software trigger interrupt register
Auto Trait Implementations§
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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