pub type FRAME_LIST_ROLLOVER_ENABLE_W<'a, const O: u8> = BitWriter<'a, u32, USBINTR_SPEC, bool, O>;
Expand description

Field frame_list_rollover_enable writer - Frame List Rollover Enable

When this bit is 1, and the Frame List Rollover bit in the USBSTS register is 1, the host controller will issue an interrupt. The interrupt is acknowledged by software clearing the Frame List Rollover bit.

Aliased Type§

struct FRAME_LIST_ROLLOVER_ENABLE_W<'a, const O: u8> { /* private fields */ }