Struct daisy::pac::otg1_hs_global::grxstsp_host::GRXSTSP_HOST_SPEC
pub struct GRXSTSP_HOST_SPEC;
Expand description
OTG_HS status read and pop register (host mode)
This register you can read
. See API.
For information about available fields see grxstsp_host module
Trait Implementations§
§impl Readable for GRXSTSP_HOST_SPEC
impl Readable for GRXSTSP_HOST_SPEC
read()
method returns grxstsp_host::R reader structure
§impl RegisterSpec for GRXSTSP_HOST_SPEC
impl RegisterSpec for GRXSTSP_HOST_SPEC
§impl Resettable for GRXSTSP_HOST_SPEC
impl Resettable for GRXSTSP_HOST_SPEC
reset()
method sets GRXSTSP_Host to value 0
§fn reset_value() -> <GRXSTSP_HOST_SPEC as RegisterSpec>::Ux
fn reset_value() -> <GRXSTSP_HOST_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for GRXSTSP_HOST_SPEC
impl RefUnwindSafe for GRXSTSP_HOST_SPEC
impl Send for GRXSTSP_HOST_SPEC
impl Sync for GRXSTSP_HOST_SPEC
impl Unpin for GRXSTSP_HOST_SPEC
impl UnwindSafe for GRXSTSP_HOST_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