Type Alias rp2040_pac::usbctrl_regs::BUFF_STATUS
source · pub type BUFF_STATUS = Reg<BUFF_STATUS_SPEC>;
Expand description
BUFF_STATUS (rw) register accessor: Buffer status register. A bit set here indicates that a buffer has completed on the endpoint (if the buffer interrupt is enabled). It is possible for 2 buffers to be completed, so clearing the buffer status bit may instantly re set it on the next clock cycle.
You can read
this register and get buff_status::R
. You can reset
, write
, write_with_zero
this register using buff_status::W
. You can also modify
this register. See API.
For information about available fields see buff_status
module
Aliased Type§
struct BUFF_STATUS { /* private fields */ }