Struct Dfltier
#[repr(transparent)]pub struct Dfltier(pub u32);Expand description
ADF DFLT interrupt enable register.
Tuple Fields§
§0: u32Implementations§
§impl Dfltier
impl Dfltier
pub const fn set_dovrie(&mut self, val: bool)
pub const fn set_dovrie(&mut self, val: bool)
Data overflow interrupt enable.
pub const fn set_ckabie(&mut self, val: bool)
pub const fn set_ckabie(&mut self, val: bool)
Clock absence detection interrupt enable.
pub const fn set_rfovrie(&mut self, val: bool)
pub const fn set_rfovrie(&mut self, val: bool)
Reshape filter overrun interrupt enable.
pub const fn set_sddetie(&mut self, val: bool)
pub const fn set_sddetie(&mut self, val: bool)
Sound activity detection interrupt enable.
pub const fn set_sdlvlie(&mut self, val: bool)
pub const fn set_sdlvlie(&mut self, val: bool)
SAD sound-level value ready enable.
Trait Implementations§
impl Copy for Dfltier
impl Eq for Dfltier
impl StructuralPartialEq for Dfltier
Auto Trait Implementations§
impl Freeze for Dfltier
impl RefUnwindSafe for Dfltier
impl Send for Dfltier
impl Sync for Dfltier
impl Unpin for Dfltier
impl UnwindSafe for Dfltier
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