[−][src]Struct lpc55s6x_pac::usbhsd::intstat::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn ep0out(&self) -> EP0OUTR
[src]
Bit 0 - Interrupt status register bit for the Control EP0 OUT direction.
pub fn ep0in(&self) -> EP0INR
[src]
Bit 1 - Interrupt status register bit for the Control EP0 IN direction.
pub fn ep1out(&self) -> EP1OUTR
[src]
Bit 2 - Interrupt status register bit for the EP1 OUT direction.
pub fn ep1in(&self) -> EP1INR
[src]
Bit 3 - Interrupt status register bit for the EP1 IN direction.
pub fn ep2out(&self) -> EP2OUTR
[src]
Bit 4 - Interrupt status register bit for the EP2 OUT direction.
pub fn ep2in(&self) -> EP2INR
[src]
Bit 5 - Interrupt status register bit for the EP2 IN direction.
pub fn ep3out(&self) -> EP3OUTR
[src]
Bit 6 - Interrupt status register bit for the EP3 OUT direction.
pub fn ep3in(&self) -> EP3INR
[src]
Bit 7 - Interrupt status register bit for the EP3 IN direction.
pub fn ep4out(&self) -> EP4OUTR
[src]
Bit 8 - Interrupt status register bit for the EP4 OUT direction.
pub fn ep4in(&self) -> EP4INR
[src]
Bit 9 - Interrupt status register bit for the EP4 IN direction.
pub fn ep5out(&self) -> EP5OUTR
[src]
Bit 10 - Interrupt status register bit for the EP5 OUT direction.
pub fn ep5in(&self) -> EP5INR
[src]
Bit 11 - Interrupt status register bit for the EP5 IN direction.
pub fn frame_int(&self) -> FRAME_INTR
[src]
Bit 30 - Frame interrupt.
pub fn dev_int(&self) -> DEV_INTR
[src]
Bit 31 - Device status interrupt.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self