Struct stm32_metapac::otg::regs::Dcfg
#[repr(transparent)]pub struct Dcfg(pub u32);
Expand description
Device configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Dcfg
impl Dcfg
pub fn set_nzlsohsk(&mut self, val: bool)
pub fn set_nzlsohsk(&mut self, val: bool)
Non-zero-length status OUT handshake
pub fn set_xcvrdly(&mut self, val: bool)
pub fn set_xcvrdly(&mut self, val: bool)
Transceiver delay
Trait Implementations§
impl Copy for Dcfg
impl Eq for Dcfg
impl StructuralPartialEq for Dcfg
Auto Trait Implementations§
impl Freeze for Dcfg
impl RefUnwindSafe for Dcfg
impl Send for Dcfg
impl Sync for Dcfg
impl Unpin for Dcfg
impl UnwindSafe for Dcfg
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
)