rename hal_interrupt_* to hal_usb_int_*
This commit is contained in:
		| @@ -71,12 +71,12 @@ static tusb_error_t hal_controller_reset(uint8_t coreid) | ||||
|   return TUSB_ERROR_NONE; | ||||
| } | ||||
|  | ||||
| void hal_interrupt_enable(uint8_t coreid) | ||||
| void hal_usb_int_enable(uint8_t coreid) | ||||
| { | ||||
|   NVIC_EnableIRQ(coreid ? USB1_IRQn : USB0_IRQn); | ||||
| } | ||||
|  | ||||
| void hal_interrupt_disable(uint8_t coreid) | ||||
| void hal_usb_int_disable(uint8_t coreid) | ||||
| { | ||||
|   NVIC_DisableIRQ(coreid ? USB1_IRQn : USB0_IRQn); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach