Struct stm32f4xx_hal::pac::otg_fs_global::gintsts::R
source · [−]pub struct R(_);
Expand description
Register GINTSTS
reader
Implementations
sourceimpl R
impl R
sourcepub fn goutnakeff(&self) -> BitReaderRaw<bool>
pub fn goutnakeff(&self) -> BitReaderRaw<bool>
Bit 7 - Global OUT NAK effective
sourcepub fn ipxfr_incompisoout(&self) -> BitReaderRaw<bool>
pub fn ipxfr_incompisoout(&self) -> BitReaderRaw<bool>
Bit 21 - Incomplete periodic transfer(Host mode)/Incomplete isochronous OUT transfer(Device mode)
Methods from Deref<Target = R<GINTSTS_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<GINTSTS_SPEC>> for R
impl From<R<GINTSTS_SPEC>> for R
sourcefn from(reader: R<GINTSTS_SPEC>) -> R
fn from(reader: R<GINTSTS_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more