Struct stm32_metapac::otg::regs::Doepmsk
#[repr(transparent)]pub struct Doepmsk(pub u32);
Expand description
Device OUT endpoint common interrupt mask register
Tuple Fields§
§0: u32
Implementations§
§impl Doepmsk
impl Doepmsk
pub fn set_otepdm(&mut self, val: bool)
pub fn set_otepdm(&mut self, val: bool)
OUT token received when endpoint disabled mask
Trait Implementations§
impl Copy for Doepmsk
impl Eq for Doepmsk
impl StructuralEq for Doepmsk
impl StructuralPartialEq for Doepmsk
Auto Trait Implementations§
impl RefUnwindSafe for Doepmsk
impl Send for Doepmsk
impl Sync for Doepmsk
impl Unpin for Doepmsk
impl UnwindSafe for Doepmsk
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