Struct stm32_metapac::otg::regs::Doepint
#[repr(transparent)]pub struct Doepint(pub u32);
Expand description
Device endpoint interrupt register
Tuple Fields§
§0: u32
Implementations§
§impl Doepint
impl Doepint
pub fn set_epdisd(&mut self, val: bool)
pub fn set_epdisd(&mut self, val: bool)
EPDISD
pub fn set_otepdis(&mut self, val: bool)
pub fn set_otepdis(&mut self, val: bool)
OTEPDIS
pub fn set_b2bstup(&mut self, val: bool)
pub fn set_b2bstup(&mut self, val: bool)
B2BSTUP
Trait Implementations§
impl Copy for Doepint
impl Eq for Doepint
impl StructuralPartialEq for Doepint
Auto Trait Implementations§
impl Freeze for Doepint
impl RefUnwindSafe for Doepint
impl Send for Doepint
impl Sync for Doepint
impl Unpin for Doepint
impl UnwindSafe for Doepint
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
)