pub type DEVICE_REMOVABLE_W<'a, const O: u8> = FieldWriter<'a, u32, HC_RH_DESCRIPTOR_B_SPEC, u16, u16, 16, O>;
Expand description

Field device_removable writer - DeviceRemovable

Each bit is dedicated to a port of the Root Hub. When cleared, the attached device is removable. When set, the attached device is not removable.

Aliased Type§

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