pub struct R(/* private fields */);
Expand description
Register GCCFG
reader
Implementations§
Source§impl R
impl R
Sourcepub fn vbusasen(&self) -> VBUSASEN_R
pub fn vbusasen(&self) -> VBUSASEN_R
Bit 18 - Enable the VBUS sensing device
Sourcepub fn vbusbsen(&self) -> VBUSBSEN_R
pub fn vbusbsen(&self) -> VBUSBSEN_R
Bit 19 - Enable the VBUS sensing device
Sourcepub fn sofouten(&self) -> SOFOUTEN_R
pub fn sofouten(&self) -> SOFOUTEN_R
Bit 20 - SOF output enable
Sourcepub fn novbussens(&self) -> NOVBUSSENS_R
pub fn novbussens(&self) -> NOVBUSSENS_R
Bit 21 - Vbus sensing disable option
Methods from Deref<Target = R<GCCFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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