#[repr(transparent)]pub struct AhbmSingles(pub u32);Expand description
This register forces the AHB transactions from CRYPTOCELL master to be always singles.
Tuple Fields§
§0: u32Implementations§
Source§impl AhbmSingles
impl AhbmSingles
Sourcepub const fn ahb_singles(&self) -> bool
pub const fn ahb_singles(&self) -> bool
Force AHB singles
Sourcepub const fn set_ahb_singles(&mut self, val: bool)
pub const fn set_ahb_singles(&mut self, val: bool)
Force AHB singles
Trait Implementations§
Source§impl Clone for AhbmSingles
impl Clone for AhbmSingles
Source§fn clone(&self) -> AhbmSingles
fn clone(&self) -> AhbmSingles
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AhbmSingles
impl Debug for AhbmSingles
Source§impl Default for AhbmSingles
impl Default for AhbmSingles
Source§fn default() -> AhbmSingles
fn default() -> AhbmSingles
Returns the “default value” for a type. Read more
Source§impl PartialEq for AhbmSingles
impl PartialEq for AhbmSingles
impl Copy for AhbmSingles
impl Eq for AhbmSingles
impl StructuralPartialEq for AhbmSingles
Auto Trait Implementations§
impl Freeze for AhbmSingles
impl RefUnwindSafe for AhbmSingles
impl Send for AhbmSingles
impl Sync for AhbmSingles
impl Unpin for AhbmSingles
impl UnwindSafe for AhbmSingles
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