pub type FRAME_INTERVAL_W<'a, const O: u8> = FieldWriter<'a, u32, HC_FM_INTERVAL_SPEC, u16, u16, 14, O>;
Expand description

Field frame_interval writer - FrameInterval

This specifies the interval between two consecutive SOFs in bit times. The nominal value is set to be 11,999. HCD should store the current value of this field before resetting HC. By setting the HostControllerReset field of as this will cause the HC to reset this field to its nominal value. HCD may choose to restore the stored value upon the completion of the Reset sequence.

Aliased Type§

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