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

Field frame_number reader - FrameNumber

This is incremented when is re-loaded. It will be rolled over to 0x0 after 0x0ffff. When entering the USBOPERATIONAL state, this will be incremented automatically. The content will be written to HCCA after HC has incremented the FrameNumber at each frame boundary and sent a SOF but before HC reads the first ED in that Frame. After writing to HCCA, HC will set the StartofFrame in HcInterruptStatus

Aliased Type§

struct FRAME_NUMBER_R { /* private fields */ }