Struct stm32wlxx_hal::pac::tzic::RegisterBlock
#[repr(C)]pub struct RegisterBlock {
pub ier1: Reg<IER1_SPEC>,
pub misr1: Reg<MISR1_SPEC>,
pub icr1: Reg<ICR1_SPEC>,
/* private fields */
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Register block
Fields§
§ier1: Reg<IER1_SPEC>
0x00 - TZIC interrupt enable register 1
misr1: Reg<MISR1_SPEC>
0x10 - TZIC status register 1
icr1: Reg<ICR1_SPEC>
0x20 - TZIC interrupt status clear register 1
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