|
ChibiOS/RT
2.5.1 |
#include <usb_lld.h>
Data Fields | |
| bool_t | txqueued |
| Buffer mode, queue or linear. | |
| size_t | txsize |
| Requested transmit transfer size. | |
| size_t | txcnt |
| Transmitted bytes so far. | |
| const uint8_t * | txbuf |
| Pointer to the transmission linear buffer. | |
| OutputQueue * | txqueue |
| Pointer to the output queue. | |
| bool_t USBInEndpointState::txqueued |
Buffer mode, queue or linear.
Definition at line 121 of file usb_lld.h.
Referenced by CH_IRQ_HANDLER(), usb_lld_prepare_transmit(), usbPrepareQueuedTransmit(), and usbPrepareTransmit().
| size_t USBInEndpointState::txsize |
Requested transmit transfer size.
Definition at line 125 of file usb_lld.h.
Referenced by CH_IRQ_HANDLER(), usb_lld_prepare_transmit(), usbPrepareQueuedTransmit(), and usbPrepareTransmit().
| size_t USBInEndpointState::txcnt |
Transmitted bytes so far.
Definition at line 129 of file usb_lld.h.
Referenced by CH_IRQ_HANDLER(), usbPrepareQueuedTransmit(), and usbPrepareTransmit().
| const uint8_t* USBInEndpointState::txbuf |
| OutputQueue* USBInEndpointState::txqueue |