[−][src]Struct lpc55s6x_pac::usbhsd::intstat::W
Value to write to the register
Methods
impl W
[src]
pub fn reset_value() -> W
[src]
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
Writes raw bits to the register
pub fn ep0out(&mut self) -> _EP0OUTW
[src]
Bit 0 - Interrupt status register bit for the Control EP0 OUT direction.
pub fn ep0in(&mut self) -> _EP0INW
[src]
Bit 1 - Interrupt status register bit for the Control EP0 IN direction.
pub fn ep1out(&mut self) -> _EP1OUTW
[src]
Bit 2 - Interrupt status register bit for the EP1 OUT direction.
pub fn ep1in(&mut self) -> _EP1INW
[src]
Bit 3 - Interrupt status register bit for the EP1 IN direction.
pub fn ep2out(&mut self) -> _EP2OUTW
[src]
Bit 4 - Interrupt status register bit for the EP2 OUT direction.
pub fn ep2in(&mut self) -> _EP2INW
[src]
Bit 5 - Interrupt status register bit for the EP2 IN direction.
pub fn ep3out(&mut self) -> _EP3OUTW
[src]
Bit 6 - Interrupt status register bit for the EP3 OUT direction.
pub fn ep3in(&mut self) -> _EP3INW
[src]
Bit 7 - Interrupt status register bit for the EP3 IN direction.
pub fn ep4out(&mut self) -> _EP4OUTW
[src]
Bit 8 - Interrupt status register bit for the EP4 OUT direction.
pub fn ep4in(&mut self) -> _EP4INW
[src]
Bit 9 - Interrupt status register bit for the EP4 IN direction.
pub fn ep5out(&mut self) -> _EP5OUTW
[src]
Bit 10 - Interrupt status register bit for the EP5 OUT direction.
pub fn ep5in(&mut self) -> _EP5INW
[src]
Bit 11 - Interrupt status register bit for the EP5 IN direction.
pub fn frame_int(&mut self) -> _FRAME_INTW
[src]
Bit 30 - Frame interrupt.
pub fn dev_int(&mut self) -> _DEV_INTW
[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