[][src]Type Definition lpc54606_pac::usbhsd::intstat::R

type R = R<u32, INTSTAT>;

Reader of register INTSTAT

Methods

impl R[src]

pub fn ep0out(&self) -> EP0OUT_R[src]

Bit 0 - Interrupt status register bit for the Control EP0 OUT direction.

pub fn ep0in(&self) -> EP0IN_R[src]

Bit 1 - Interrupt status register bit for the Control EP0 IN direction.

pub fn ep1out(&self) -> EP1OUT_R[src]

Bit 2 - Interrupt status register bit for the EP1 OUT direction.

pub fn ep1in(&self) -> EP1IN_R[src]

Bit 3 - Interrupt status register bit for the EP1 IN direction.

pub fn ep2out(&self) -> EP2OUT_R[src]

Bit 4 - Interrupt status register bit for the EP2 OUT direction.

pub fn ep2in(&self) -> EP2IN_R[src]

Bit 5 - Interrupt status register bit for the EP2 IN direction.

pub fn ep3out(&self) -> EP3OUT_R[src]

Bit 6 - Interrupt status register bit for the EP3 OUT direction.

pub fn ep3in(&self) -> EP3IN_R[src]

Bit 7 - Interrupt status register bit for the EP3 IN direction.

pub fn ep4out(&self) -> EP4OUT_R[src]

Bit 8 - Interrupt status register bit for the EP4 OUT direction.

pub fn ep4in(&self) -> EP4IN_R[src]

Bit 9 - Interrupt status register bit for the EP4 IN direction.

pub fn ep5out(&self) -> EP5OUT_R[src]

Bit 10 - Interrupt status register bit for the EP5 OUT direction.

pub fn ep5in(&self) -> EP5IN_R[src]

Bit 11 - Interrupt status register bit for the EP5 IN direction.

pub fn frame_int(&self) -> FRAME_INT_R[src]

Bit 30 - Frame interrupt.

pub fn dev_int(&self) -> DEV_INT_R[src]

Bit 31 - Device status interrupt.