Struct stm32_metapac::dsihost::regs::Ier0
#[repr(transparent)]pub struct Ier0(pub u32);
Expand description
DSI Host Interrupt Enable Register 0.
Tuple Fields§
§0: u32
Implementations§
§impl Ier0
impl Ier0
pub fn set_ae10ie(&mut self, val: bool)
pub fn set_ae10ie(&mut self, val: bool)
Acknowledge Error 10 Interrupt Enable.
pub fn set_ae11ie(&mut self, val: bool)
pub fn set_ae11ie(&mut self, val: bool)
Acknowledge Error 11 Interrupt Enable.
pub fn set_ae12ie(&mut self, val: bool)
pub fn set_ae12ie(&mut self, val: bool)
Acknowledge Error 12 Interrupt Enable.
pub fn set_ae13ie(&mut self, val: bool)
pub fn set_ae13ie(&mut self, val: bool)
Acknowledge Error 13 Interrupt Enable.
pub fn set_ae14ie(&mut self, val: bool)
pub fn set_ae14ie(&mut self, val: bool)
Acknowledge Error 14 Interrupt Enable.
pub fn set_ae15ie(&mut self, val: bool)
pub fn set_ae15ie(&mut self, val: bool)
Acknowledge Error 15 Interrupt Enable.
Trait Implementations§
impl Copy for Ier0
impl Eq for Ier0
impl StructuralPartialEq for Ier0
Auto Trait Implementations§
impl Freeze for Ier0
impl RefUnwindSafe for Ier0
impl Send for Ier0
impl Sync for Ier0
impl Unpin for Ier0
impl UnwindSafe for Ier0
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
)