* @brief Returns the index of the currently selected IN endpoint. */
| 396 | * @brief Returns the index of the currently selected IN endpoint. |
| 397 | */ |
| 398 | int IO::Drivers::USB::inEndpointIndex() const |
| 399 | { |
| 400 | return m_inEndpointIndex; |
| 401 | } |
| 402 | |
| 403 | /** |
| 404 | * @brief Returns the index of the currently selected OUT endpoint. |