pub type STATUS = Reg<STATUS_SPEC>;Expand description
status (rw) register accessor: Status register speed: Indicates the current speed of the USB device. 0 indicates High; 1 => Full, 2 => Low, and 3 => SuperSpeed (incl SuperSpeed+).
You can read this register and get status::R. You can reset, write, write_with_zero this register using status::W. You can also modify this register. See API.
For information about available fields see status
module
Aliased Typeยง
pub struct STATUS { /* private fields */ }