Struct stm32_metapac::adf::regs::Dfltisr
#[repr(transparent)]pub struct Dfltisr(pub u32);
Expand description
ADF DFLT interrupt status register 0.
Tuple Fields§
§0: u32
Implementations§
§impl Dfltisr
impl Dfltisr
pub fn set_rfovrf(&mut self, val: bool)
pub fn set_rfovrf(&mut self, val: bool)
Reshape filter overrun detection flag.
pub fn set_sddetf(&mut self, val: bool)
pub fn set_sddetf(&mut self, val: bool)
Sound activity detection flag.
pub fn set_sdlvlf(&mut self, val: bool)
pub fn set_sdlvlf(&mut self, val: bool)
Sound level value ready flag.
Trait Implementations§
impl Copy for Dfltisr
impl Eq for Dfltisr
impl StructuralPartialEq for Dfltisr
Auto Trait Implementations§
impl Freeze for Dfltisr
impl RefUnwindSafe for Dfltisr
impl Send for Dfltisr
impl Sync for Dfltisr
impl Unpin for Dfltisr
impl UnwindSafe for Dfltisr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)