pub type EP_STALL_ARM = Reg<EP_STALL_ARM_SPEC>;
Expand description
EP_STALL_ARM (rw) register accessor: Device: this bit must be set in conjunction with the STALL
bit in the buffer control register to send a STALL on EP0. The device controller clears these bits when a SETUP packet is received because the USB spec requires that a STALL condition is cleared when a SETUP packet is received.
You can read
this register and get ep_stall_arm::R
. You can reset
, write
, write_with_zero
this register using ep_stall_arm::W
. You can also modify
this register. See API.
For information about available fields see ep_stall_arm
module
Aliased Typeยง
struct EP_STALL_ARM { /* private fields */ }