pub type FRAME_REMAINING_R = FieldReader<u16, u16>;
Expand description

Field frame_remaining reader - FrameRemaining

This counter is decremented at each bit time. When it reaches zero, it is reset by loading the FrameInterval value specified in at the next bit time boundary. When entering the USBOPERATIONAL state, HC re-loads the content with the FrameInterval of and uses the updated value from the next SOF.

Aliased Type§

struct FRAME_REMAINING_R { /* private fields */ }