Type Alias rp2040_pac::usbctrl_regs::EP_ABORT
source · pub type EP_ABORT = Reg<EP_ABORT_SPEC>;
Expand description
EP_ABORT (rw) register accessor: Device only: Can be set to ignore the buffer control register for this endpoint in case you would like to revoke a buffer. A NAK will be sent for every access to the endpoint until this bit is cleared. A corresponding bit in EP_ABORT_DONE
is set when it is safe to modify the buffer control register.
You can read
this register and get ep_abort::R
. You can reset
, write
, write_with_zero
this register using ep_abort::W
. You can also modify
this register. See API.
For information about available fields see ep_abort
module
Aliased Type§
struct EP_ABORT { /* private fields */ }