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

Field bulk_list_enable writer - This bit is set to enable the processing of the Bulk list in the next Frame. If cleared by HCD, the processing of the Bulk list does not occur after the next SOF. HC checks this bit whenever it determines to process the list. When disabled, HCD may modify the list. If HcBulkCurrentED is pointing to an ED to be removed, HCD must advance the pointer by updating HcBulkCurrentED before re-enabling processing of the list.

Aliased Type§

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