* @brief Returns the index of the currently selected OUT endpoint. */
| 404 | * @brief Returns the index of the currently selected OUT endpoint. |
| 405 | */ |
| 406 | int IO::Drivers::USB::outEndpointIndex() const |
| 407 | { |
| 408 | return m_outEndpointIndex; |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * @brief Returns the isochronous packet size in bytes. |