mass rename dcd_isr() to dcd_irq_handler()

This commit is contained in:
hathach
2020-04-06 17:24:22 +07:00
parent dc4bf02dcb
commit fb05451a26
9 changed files with 9 additions and 9 deletions

View File

@@ -333,7 +333,7 @@ void dcd_edpt_clear_stall (uint8_t rhport, uint8_t ep_addr)
//--------------------------------------------------------------------+
// ISR
//--------------------------------------------------------------------+
void dcd_isr(uint8_t rhport)
void dcd_irq_handler(uint8_t rhport)
{
uint32_t const intr_mask = UDP->UDP_IMR;
uint32_t const intr_status = UDP->UDP_ISR & intr_mask;