#[repr(transparent)]pub struct Cfg(pub u32);Expand description
Configuration Register
Tuple Fields§
§0: u32Implementations§
Source§impl Cfg
impl Cfg
Sourcepub const fn adctrl(&self) -> u16
pub const fn adctrl(&self) -> u16
Controls the maximum value of a variable delay that will be applied before any ELS AES operation is started
Sourcepub const fn set_adctrl(&mut self, val: u16)
pub const fn set_adctrl(&mut self, val: u16)
Controls the maximum value of a variable delay that will be applied before any ELS AES operation is started
Trait Implementations§
impl Copy for Cfg
impl Eq for Cfg
impl StructuralPartialEq for Cfg
Auto Trait Implementations§
impl Freeze for Cfg
impl RefUnwindSafe for Cfg
impl Send for Cfg
impl Sync for Cfg
impl Unpin for Cfg
impl UnwindSafe for Cfg
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