[][src]Type Definition lpc55_pac::usb1::intstat::W

type W = W<u32, INTSTAT>;

Writer for register INTSTAT

Implementations

impl W[src]

pub fn ep0out(&mut self) -> EP0OUT_W<'_>[src]

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

pub fn ep0in(&mut self) -> EP0IN_W<'_>[src]

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

pub fn ep1out(&mut self) -> EP1OUT_W<'_>[src]

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

pub fn ep1in(&mut self) -> EP1IN_W<'_>[src]

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

pub fn ep2out(&mut self) -> EP2OUT_W<'_>[src]

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

pub fn ep2in(&mut self) -> EP2IN_W<'_>[src]

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

pub fn ep3out(&mut self) -> EP3OUT_W<'_>[src]

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

pub fn ep3in(&mut self) -> EP3IN_W<'_>[src]

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

pub fn ep4out(&mut self) -> EP4OUT_W<'_>[src]

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

pub fn ep4in(&mut self) -> EP4IN_W<'_>[src]

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

pub fn ep5out(&mut self) -> EP5OUT_W<'_>[src]

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

pub fn ep5in(&mut self) -> EP5IN_W<'_>[src]

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

pub fn frame_int(&mut self) -> FRAME_INT_W<'_>[src]

Bit 30 - Frame interrupt.

pub fn dev_int(&mut self) -> DEV_INT_W<'_>[src]

Bit 31 - Device status interrupt.