pub struct R(_);
Expand description

Register GINTF reader

Implementations§

source§

impl R

source

pub fn copm(&self) -> COPM_R

Bit 0 - Current operation mode

source

pub fn mfif(&self) -> MFIF_R

Bit 1 - Mode fault interrupt flag

source

pub fn otgif(&self) -> OTGIF_R

Bit 2 - OTG interrupt flag

source

pub fn sof(&self) -> SOF_R

Bit 3 - Start of frame

source

pub fn rxfneif(&self) -> RXFNEIF_R

Bit 4 - RxFIFO non-empty interrupt flag

source

pub fn nptxfeif(&self) -> NPTXFEIF_R

Bit 5 - Non-periodic TxFIFO empty interrupt flag

source

pub fn gnpinak(&self) -> GNPINAK_R

Bit 6 - Global Non-Periodic IN NAK effective

source

pub fn gonak(&self) -> GONAK_R

Bit 7 - Global OUT NAK effective

source

pub fn esp(&self) -> ESP_R

Bit 10 - Early suspend

source

pub fn sp(&self) -> SP_R

Bit 11 - USB suspend

source

pub fn rst(&self) -> RST_R

Bit 12 - USB reset

source

pub fn enumf(&self) -> ENUMF_R

Bit 13 - Enumeration finished

source

pub fn isoopdif(&self) -> ISOOPDIF_R

Bit 14 - Isochronous OUT packet dropped interrupt

source

pub fn eopfif(&self) -> EOPFIF_R

Bit 15 - End of periodic frame interrupt flag

source

pub fn iepif(&self) -> IEPIF_R

Bit 18 - IN endpoint interrupt flag

source

pub fn oepif(&self) -> OEPIF_R

Bit 19 - OUT endpoint interrupt flag

source

pub fn isoincif(&self) -> ISOINCIF_R

Bit 20 - Isochronous IN transfer Not Complete Interrupt Flag

source

pub fn pxncif_isooncif(&self) -> PXNCIF_ISOONCIF_R

Bit 21 - periodic transfer not complete interrupt flag(Host mode)/isochronous OUT transfer not complete interrupt flag(Device mode)

source

pub fn hpif(&self) -> HPIF_R

Bit 24 - Host port interrupt flag

source

pub fn hcif(&self) -> HCIF_R

Bit 25 - Host channels interrupt flag

source

pub fn ptxfeif(&self) -> PTXFEIF_R

Bit 26 - Periodic TxFIFO empty interrupt flag

source

pub fn idpsc(&self) -> IDPSC_R

Bit 28 - ID pin status change

source

pub fn discif(&self) -> DISCIF_R

Bit 29 - Disconnect interrupt flag

source

pub fn sesif(&self) -> SESIF_R

Bit 30 - Session interrupt flag

source

pub fn wkupif(&self) -> WKUPIF_R

Bit 31 - Wakeup interrupt flag

Methods from Deref<Target = R<GINTF_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<GINTF_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<GINTF_SPEC>> for R

source§

fn from(reader: R<GINTF_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

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> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.