Struct stm32_metapac::adf::regs::Dfltier
#[repr(transparent)]pub struct Dfltier(pub u32);
Expand description
ADF DFLT interrupt enable register.
Tuple Fields§
§0: u32
Implementations§
§impl Dfltier
impl Dfltier
pub fn set_dovrie(&mut self, val: bool)
pub fn set_dovrie(&mut self, val: bool)
Data overflow interrupt enable.
pub fn set_ckabie(&mut self, val: bool)
pub fn set_ckabie(&mut self, val: bool)
Clock absence detection interrupt enable.
pub fn set_rfovrie(&mut self, val: bool)
pub fn set_rfovrie(&mut self, val: bool)
Reshape filter overrun interrupt enable.
pub fn set_sddetie(&mut self, val: bool)
pub fn set_sddetie(&mut self, val: bool)
Sound activity detection interrupt enable.
pub fn set_sdlvlie(&mut self, val: bool)
pub 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
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
)