Struct stm32_metapac::timer::regs::DierAdv
#[repr(transparent)]pub struct DierAdv(pub u32);
Expand description
DMA/Interrupt enable register
Tuple Fields§
§0: u32
Implementations§
§impl DierAdv
impl DierAdv
pub fn set_ierrie(&mut self, val: bool)
pub fn set_ierrie(&mut self, val: bool)
Index error interrupt enable
pub fn set_terrie(&mut self, val: bool)
pub fn set_terrie(&mut self, val: bool)
Transition error interrupt enable
Trait Implementations§
impl Copy for DierAdv
impl Eq for DierAdv
impl StructuralPartialEq for DierAdv
Auto Trait Implementations§
impl Freeze for DierAdv
impl RefUnwindSafe for DierAdv
impl Send for DierAdv
impl Sync for DierAdv
impl Unpin for DierAdv
impl UnwindSafe for DierAdv
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
)