#[repr(transparent)]pub struct Debug0Set(pub u32);Expand description
Debug 0
Tuple Fields§
§0: u32Implementations§
Source§impl Debug0Set
impl Debug0Set
Sourcepub const fn otgidpiolock(&self) -> bool
pub const fn otgidpiolock(&self) -> bool
Hold OTG_ID
Sourcepub const fn set_otgidpiolock(&mut self, val: bool)
pub const fn set_otgidpiolock(&mut self, val: bool)
Hold OTG_ID
Sourcepub const fn hstpulldown(&self) -> u8
pub const fn hstpulldown(&self) -> u8
Host Pulldown Overdrive Mode
Sourcepub const fn set_hstpulldown(&mut self, val: u8)
pub const fn set_hstpulldown(&mut self, val: u8)
Host Pulldown Overdrive Mode
Sourcepub const fn enhstpulldown(&self) -> u8
pub const fn enhstpulldown(&self) -> u8
Enable Host Pulldown Overdrive Mode
Sourcepub const fn set_enhstpulldown(&mut self, val: u8)
pub const fn set_enhstpulldown(&mut self, val: u8)
Enable Host Pulldown Overdrive Mode
Trait Implementations§
impl Copy for Debug0Set
impl Eq for Debug0Set
impl StructuralPartialEq for Debug0Set
Auto Trait Implementations§
impl Freeze for Debug0Set
impl RefUnwindSafe for Debug0Set
impl Send for Debug0Set
impl Sync for Debug0Set
impl Unpin for Debug0Set
impl UnwindSafe for Debug0Set
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