pub struct R(_);
Expand description

Register GINTEN reader

Implementations§

source§

impl R

source

pub fn mfie(&self) -> MFIE_R

Bit 1 - Mode fault interrupt enable

source

pub fn otgie(&self) -> OTGIE_R

Bit 2 - OTG interrupt enable

source

pub fn sofie(&self) -> SOFIE_R

Bit 3 - Start of frame interrupt enable

source

pub fn rxfneie(&self) -> RXFNEIE_R

Bit 4 - Receive FIFO non-empty interrupt enable

source

pub fn nptxfeie(&self) -> NPTXFEIE_R

Bit 5 - Non-periodic TxFIFO empty interrupt enable

source

pub fn gnpinakie(&self) -> GNPINAKIE_R

Bit 6 - Global non-periodic IN NAK effective interrupt enable

source

pub fn gonakie(&self) -> GONAKIE_R

Bit 7 - Global OUT NAK effective interrupt enable

source

pub fn espie(&self) -> ESPIE_R

Bit 10 - Early suspend interrupt enable

source

pub fn spie(&self) -> SPIE_R

Bit 11 - USB suspend interrupt enable

source

pub fn rstie(&self) -> RSTIE_R

Bit 12 - USB reset interrupt enable

source

pub fn enumfie(&self) -> ENUMFIE_R

Bit 13 - Enumeration finish interrupt enable

source

pub fn isoopdie(&self) -> ISOOPDIE_R

Bit 14 - Isochronous OUT packet dropped interrupt enable

source

pub fn eopfie(&self) -> EOPFIE_R

Bit 15 - End of periodic frame interrupt enable

source

pub fn iepie(&self) -> IEPIE_R

Bit 18 - IN endpoints interrupt enable

source

pub fn oepie(&self) -> OEPIE_R

Bit 19 - OUT endpoints interrupt enable

source

pub fn isoincie(&self) -> ISOINCIE_R

Bit 20 - isochronous IN transfer not complete interrupt enable

source

pub fn pxncie_isooncie(&self) -> PXNCIE_ISOONCIE_R

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

source

pub fn hpie(&self) -> HPIE_R

Bit 24 - Host port interrupt enable

source

pub fn hcie(&self) -> HCIE_R

Bit 25 - Host channels interrupt enable

source

pub fn ptxfeie(&self) -> PTXFEIE_R

Bit 26 - Periodic TxFIFO empty interrupt enable

source

pub fn idpscie(&self) -> IDPSCIE_R

Bit 28 - ID pin status change interrupt enable

source

pub fn discie(&self) -> DISCIE_R

Bit 29 - Disconnect interrupt enable

source

pub fn sesie(&self) -> SESIE_R

Bit 30 - Session interrupt enable

source

pub fn wkupie(&self) -> WKUPIE_R

Bit 31 - Wakeup interrupt enable

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<GINTEN_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<GINTEN_SPEC>> for R

source§

fn from(reader: R<GINTEN_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.