Type Alias rp2040_pac::usbctrl_regs::SOF_WR
source · pub type SOF_WR = Reg<SOF_WR_SPEC>;
Expand description
SOF_WR (w) register accessor: Set the SOF (Start of Frame) frame number in the host controller. The SOF packet is sent every 1ms and the host will increment the frame number by 1 each time.
You can reset
, write
, write_with_zero
this register using sof_wr::W
. See API.
For information about available fields see sof_wr
module
Aliased Type§
struct SOF_WR { /* private fields */ }