Type Alias d1_pac::usb1::ehci_operational::configflag::CF_W

source ·
pub type CF_W<'a, const O: u8> = BitWriter<'a, u32, CONFIGFLAG_SPEC, bool, O>;
Expand description

Field cf writer - Configure Flag (CF)

Host software sets this bit as the last action in its process of configuring the Host Controller.

Aliased Type§

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