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

Field periodic_list_enable writer - This bit is set to enable the processing of periodic list in the next Frame. If cleared by HCD, processing of the periodic list does not occur after the next SOF. HC must check this bit before it starts processing the list.

Aliased Type§

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