Struct Awsr
#[repr(transparent)]pub struct Awsr(pub u32);Tuple Fields§
§0: u32Implementations§
§impl Awsr
impl Awsr
pub const fn awltf(&self) -> u8
pub const fn awltf(&self) -> u8
Analog watchdog low threshold flag AWLTF[y]=1 indicates a low threshold error on channel y. It is set by hardware. It can be cleared by software using the corresponding CLRAWLTF[y] bit in the DFSDM_FLTxAWCFR register.
pub const fn set_awltf(&mut self, val: u8)
pub const fn set_awltf(&mut self, val: u8)
Analog watchdog low threshold flag AWLTF[y]=1 indicates a low threshold error on channel y. It is set by hardware. It can be cleared by software using the corresponding CLRAWLTF[y] bit in the DFSDM_FLTxAWCFR register.
Trait Implementations§
impl Copy for Awsr
impl Eq for Awsr
impl StructuralPartialEq for Awsr
Auto Trait Implementations§
impl Freeze for Awsr
impl RefUnwindSafe for Awsr
impl Send for Awsr
impl Sync for Awsr
impl Unpin for Awsr
impl UnsafeUnpin for Awsr
impl UnwindSafe for Awsr
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