Type Alias d1_pac::usb1::ehci_operational::usbsts::FRAME_LIST_ROLLOVER_R

source ·
pub type FRAME_LIST_ROLLOVER_R = BitReader<bool>;
Expand description

Field frame_list_rollover reader - Frame List Rollover

The Host Controller sets this bit to a one when the Frame List Index rolls over from its maximum value to zero. The exact value at which the rollover occurs depends on the frame list size. For example, if the frame list size is 1024, the Frame Index Register rolls over every time FRINDEX [13] toggles. Similarly, if the size is 512, the Host Controller sets this bit to a one every time FRINDEX [12] toggles.

Aliased Type§

struct FRAME_LIST_ROLLOVER_R { /* private fields */ }