Struct nrf52840_pac::usbd::bmrequesttype::BMREQUESTTYPE_SPEC
source · pub struct BMREQUESTTYPE_SPEC;
Expand description
SETUP data, byte 0, bmRequestType
This register you can read
. See API.
For information about available fields see bmrequesttype module
Trait Implementations§
source§impl Readable for BMREQUESTTYPE_SPEC
impl Readable for BMREQUESTTYPE_SPEC
read()
method returns bmrequesttype::R reader structure
source§impl RegisterSpec for BMREQUESTTYPE_SPEC
impl RegisterSpec for BMREQUESTTYPE_SPEC
source§impl Resettable for BMREQUESTTYPE_SPEC
impl Resettable for BMREQUESTTYPE_SPEC
reset()
method sets BMREQUESTTYPE 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 BMREQUESTTYPE_SPEC
impl RefUnwindSafe for BMREQUESTTYPE_SPEC
impl Send for BMREQUESTTYPE_SPEC
impl Sync for BMREQUESTTYPE_SPEC
impl Unpin for BMREQUESTTYPE_SPEC
impl UnwindSafe for BMREQUESTTYPE_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