Struct nrf52840_pac::power::usbregstatus::USBREGSTATUS_SPEC
source · pub struct USBREGSTATUS_SPEC;
Expand description
USB supply status
This register you can read
. See API.
For information about available fields see usbregstatus module
Trait Implementations§
source§impl Readable for USBREGSTATUS_SPEC
impl Readable for USBREGSTATUS_SPEC
read()
method returns usbregstatus::R reader structure
source§impl RegisterSpec for USBREGSTATUS_SPEC
impl RegisterSpec for USBREGSTATUS_SPEC
source§impl Resettable for USBREGSTATUS_SPEC
impl Resettable for USBREGSTATUS_SPEC
reset()
method sets USBREGSTATUS to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for USBREGSTATUS_SPEC
impl RefUnwindSafe for USBREGSTATUS_SPEC
impl Send for USBREGSTATUS_SPEC
impl Sync for USBREGSTATUS_SPEC
impl Unpin for USBREGSTATUS_SPEC
impl UnwindSafe for USBREGSTATUS_SPEC
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