rename port to rhport for clarification
This commit is contained in:
+4
-4
@@ -66,14 +66,14 @@ extern "C" {
|
||||
bool tusb_hal_init(void);
|
||||
|
||||
/** \brief Enable USB Interrupt on a specific USB Controller
|
||||
* \param[in] port is a zero-based index to identify USB controller's ID
|
||||
* \param[in] rhport is a zero-based index to identify USB controller's ID
|
||||
*/
|
||||
void tusb_hal_int_enable(uint8_t port);
|
||||
void tusb_hal_int_enable(uint8_t rhport);
|
||||
|
||||
/** \brief Disable USB Interrupt on a specific USB Controller
|
||||
* \param[in] port is a zero-based index to identify USB controller's ID
|
||||
* \param[in] rhport is a zero-based index to identify USB controller's ID
|
||||
*/
|
||||
void tusb_hal_int_disable(uint8_t port);
|
||||
void tusb_hal_int_disable(uint8_t rhport);
|
||||
|
||||
uint32_t tusb_hal_tick_get(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user