#[repr(C)]pub struct RegisterBlock {
pub ctrl: Reg<CTRL_SPEC>,
pub type_: Reg<TYPE_SPEC>,
pub rnr: Reg<RNR_SPEC>,
pub rbar: Reg<RBAR_SPEC>,
pub rlar: Reg<RLAR_SPEC>,
pub sfsr: Reg<SFSR_SPEC>,
pub sfar: Reg<SFAR_SPEC>,
}Expand description
Register block
Fields§
§ctrl: Reg<CTRL_SPEC>0x00 - Security Attribution Unit Control Register
type_: Reg<TYPE_SPEC>0x04 - Security Attribution Unit Type Register
rnr: Reg<RNR_SPEC>0x08 - Security Attribution Unit Region Number Register
rbar: Reg<RBAR_SPEC>0x0c - Security Attribution Unit Region Base Address Register
rlar: Reg<RLAR_SPEC>0x10 - Security Attribution Unit Region Limit Address Register
sfsr: Reg<SFSR_SPEC>0x14 - Secure Fault Status Register
sfar: Reg<SFAR_SPEC>0x18 - Secure Fault Address Register
Auto Trait Implementations§
impl !Freeze for RegisterBlock
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