Struct stm32_metapac::rcc::regs::Asier
#[repr(transparent)]pub struct Asier(pub u32);
Expand description
RCC audio synchronization interrupt enable register
Tuple Fields§
§0: u32
Implementations§
§impl Asier
impl Asier
pub const fn caie(&self) -> bool
pub const fn caie(&self) -> bool
Capture trigger interrupt enable This bit is set and cleared by software.
pub fn set_caie(&mut self, val: bool)
pub fn set_caie(&mut self, val: bool)
Capture trigger interrupt enable This bit is set and cleared by software.
pub const fn coie(&self) -> bool
pub const fn coie(&self) -> bool
Comparer interrupt enable This field is set and cleared by software.
pub fn set_coie(&mut self, val: bool)
pub fn set_coie(&mut self, val: bool)
Comparer interrupt enable This field is set and cleared by software.
Trait Implementations§
impl Copy for Asier
impl Eq for Asier
impl StructuralPartialEq for Asier
Auto Trait Implementations§
impl Freeze for Asier
impl RefUnwindSafe for Asier
impl Send for Asier
impl Sync for Asier
impl Unpin for Asier
impl UnwindSafe for Asier
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
)