#[repr(transparent)]pub struct Gpr11(pub u32);Expand description
GPR11 General Purpose Register
Tuple Fields§
§0: u32Implementations§
Source§impl Gpr11
impl Gpr11
Sourcepub const fn m7_apc_ac_r0_ctrl(&self) -> M7ApcAcR0Ctrl
pub const fn m7_apc_ac_r0_ctrl(&self) -> M7ApcAcR0Ctrl
Access control of memory region-0
Sourcepub const fn set_m7_apc_ac_r0_ctrl(&mut self, val: M7ApcAcR0Ctrl)
pub const fn set_m7_apc_ac_r0_ctrl(&mut self, val: M7ApcAcR0Ctrl)
Access control of memory region-0
Sourcepub const fn m7_apc_ac_r1_ctrl(&self) -> M7ApcAcR1Ctrl
pub const fn m7_apc_ac_r1_ctrl(&self) -> M7ApcAcR1Ctrl
Access control of memory region-1
Sourcepub const fn set_m7_apc_ac_r1_ctrl(&mut self, val: M7ApcAcR1Ctrl)
pub const fn set_m7_apc_ac_r1_ctrl(&mut self, val: M7ApcAcR1Ctrl)
Access control of memory region-1
Sourcepub const fn m7_apc_ac_r2_ctrl(&self) -> M7ApcAcR2Ctrl
pub const fn m7_apc_ac_r2_ctrl(&self) -> M7ApcAcR2Ctrl
Access control of memory region-2
Sourcepub const fn set_m7_apc_ac_r2_ctrl(&mut self, val: M7ApcAcR2Ctrl)
pub const fn set_m7_apc_ac_r2_ctrl(&mut self, val: M7ApcAcR2Ctrl)
Access control of memory region-2
Sourcepub const fn m7_apc_ac_r3_ctrl(&self) -> M7ApcAcR3Ctrl
pub const fn m7_apc_ac_r3_ctrl(&self) -> M7ApcAcR3Ctrl
Access control of memory region-3
Sourcepub const fn set_m7_apc_ac_r3_ctrl(&mut self, val: M7ApcAcR3Ctrl)
pub const fn set_m7_apc_ac_r3_ctrl(&mut self, val: M7ApcAcR3Ctrl)
Access control of memory region-3
Sourcepub const fn bee_de_rx_en(&self) -> u8
pub const fn bee_de_rx_en(&self) -> u8
BEE data decryption of memory region-n (n = 3 to 0)
Sourcepub const fn set_bee_de_rx_en(&mut self, val: u8)
pub const fn set_bee_de_rx_en(&mut self, val: u8)
BEE data decryption of memory region-n (n = 3 to 0)
Trait Implementations§
impl Copy for Gpr11
impl Eq for Gpr11
impl StructuralPartialEq for Gpr11
Auto Trait Implementations§
impl Freeze for Gpr11
impl RefUnwindSafe for Gpr11
impl Send for Gpr11
impl Sync for Gpr11
impl Unpin for Gpr11
impl UnwindSafe for Gpr11
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