| /bsp/nuvoton/libraries/m2354/rtt_port/ |
| A D | drv_usbd.c | 357 if (u32IntSts & USBD_INTSTS_WAKEUP) in _USBD_IRQHandler() 382 if (u32IntSts & USBD_INTSTS_EP0) in _USBD_IRQHandler() 399 if (u32IntSts & USBD_INTSTS_EP1) in _USBD_IRQHandler() 406 if (u32IntSts & USBD_INTSTS_EP2) in _USBD_IRQHandler() 413 if (u32IntSts & USBD_INTSTS_EP3) in _USBD_IRQHandler() 420 if (u32IntSts & USBD_INTSTS_EP4) in _USBD_IRQHandler() 427 if (u32IntSts & USBD_INTSTS_EP5) in _USBD_IRQHandler() 434 if (u32IntSts & USBD_INTSTS_EP6) in _USBD_IRQHandler() 441 if (u32IntSts & USBD_INTSTS_EP7) in _USBD_IRQHandler() 448 if (u32IntSts & USBD_INTSTS_EP8) in _USBD_IRQHandler() [all …]
|
| A D | drv_uuart.c | 181 uint32_t u32IntSts = uuart_base->PROTSTS; in nu_uuart_isr() local 184 …if (u32IntSts & (UUART_PROTSTS_PARITYERR_Msk | UUART_PROTSTS_FRMERR_Msk | UUART_PROTSTS_BREAK_Msk)) in nu_uuart_isr() 191 if (u32IntSts & UUART_PROTSTS_RXENDIF_Msk) in nu_uuart_isr() 195 uuart_base->PROTSTS = u32IntSts; in nu_uuart_isr()
|
| A D | drv_uart.c | 337 uint32_t u32IntSts = uart_base->INTSTS; in nu_uart_isr() local 341 if (u32IntSts & UART_INTSTS_HWRLSIF_Msk) in nu_uart_isr() 351 if (u32IntSts & (UART_INTSTS_RDAINT_Msk | UART_INTSTS_RXTOINT_Msk)) in nu_uart_isr() 355 uart_base->INTSTS = u32IntSts; in nu_uart_isr()
|
| A D | drv_scuart.c | 165 uint32_t u32IntSts = scuart_base->INTSTS; in nu_scuart_isr() local 168 if (u32IntSts & (SC_INTSTS_RDAIF_Msk | SC_INTSTS_RXTOIF_Msk)) in nu_scuart_isr()
|
| /bsp/nuvoton/libraries/m480/rtt_port/ |
| A D | drv_usbd.c | 338 if (u32IntSts & USBD_INTSTS_WAKEUP) in _USBD_IRQHandler() 363 if (u32IntSts & USBD_INTSTS_EP0) in _USBD_IRQHandler() 380 if (u32IntSts & USBD_INTSTS_EP1) in _USBD_IRQHandler() 387 if (u32IntSts & USBD_INTSTS_EP2) in _USBD_IRQHandler() 394 if (u32IntSts & USBD_INTSTS_EP3) in _USBD_IRQHandler() 401 if (u32IntSts & USBD_INTSTS_EP4) in _USBD_IRQHandler() 408 if (u32IntSts & USBD_INTSTS_EP5) in _USBD_IRQHandler() 415 if (u32IntSts & USBD_INTSTS_EP6) in _USBD_IRQHandler() 422 if (u32IntSts & USBD_INTSTS_EP7) in _USBD_IRQHandler() 429 if (u32IntSts & USBD_INTSTS_EP8) in _USBD_IRQHandler() [all …]
|
| A D | drv_uuart.c | 181 uint32_t u32IntSts = uuart_base->PROTSTS; in nu_uuart_isr() local 184 …if (u32IntSts & (UUART_PROTSTS_PARITYERR_Msk | UUART_PROTSTS_FRMERR_Msk | UUART_PROTSTS_BREAK_Msk)) in nu_uuart_isr() 191 if (u32IntSts & UUART_PROTSTS_RXENDIF_Msk) in nu_uuart_isr() 195 uuart_base->PROTSTS = u32IntSts; in nu_uuart_isr()
|
| A D | drv_uart.c | 415 uint32_t u32IntSts = uart_base->INTSTS; in nu_uart_isr() local 419 if (u32IntSts & UART_INTSTS_HWRLSIF_Msk) in nu_uart_isr() 429 if (u32IntSts & (UART_INTSTS_RDAINT_Msk | UART_INTSTS_RXTOINT_Msk)) in nu_uart_isr() 433 uart_base->INTSTS = u32IntSts; in nu_uart_isr()
|
| A D | drv_scuart.c | 164 uint32_t u32IntSts = scuart_base->INTSTS; in nu_scuart_isr() local 167 if (u32IntSts & (SC_INTSTS_RDAIF_Msk | SC_INTSTS_RXTOIF_Msk)) in nu_scuart_isr()
|
| /bsp/nuvoton/libraries/m031/rtt_port/ |
| A D | drv_usbd.c | 280 if (u32IntSts & USBD_INTSTS_SOFIF_Msk) in _USBD_IRQHandler() 286 if (u32IntSts & USBD_INTSTS_BUSIF_Msk) in _USBD_IRQHandler() 320 if (u32IntSts & USBD_INTSTS_WAKEUP) in _USBD_IRQHandler() 345 if (u32IntSts & USBD_INTSTS_EP0) in _USBD_IRQHandler() 362 if (u32IntSts & USBD_INTSTS_EP1) in _USBD_IRQHandler() 369 if (u32IntSts & USBD_INTSTS_EP2) in _USBD_IRQHandler() 376 if (u32IntSts & USBD_INTSTS_EP3) in _USBD_IRQHandler() 383 if (u32IntSts & USBD_INTSTS_EP4) in _USBD_IRQHandler() 390 if (u32IntSts & USBD_INTSTS_EP5) in _USBD_IRQHandler() 397 if (u32IntSts & USBD_INTSTS_EP6) in _USBD_IRQHandler() [all …]
|
| A D | drv_uuart.c | 172 uint32_t u32IntSts = uuart_base->PROTSTS; in nu_uuart_isr() local 175 …if (u32IntSts & (UUART_PROTSTS_PARITYERR_Msk | UUART_PROTSTS_FRMERR_Msk | UUART_PROTSTS_BREAK_Msk)) in nu_uuart_isr() 182 if (u32IntSts & UUART_PROTSTS_RXENDIF_Msk) in nu_uuart_isr() 186 uuart_base->PROTSTS = u32IntSts; in nu_uuart_isr()
|
| A D | drv_uart.c | 383 uint32_t u32IntSts = uart_base->INTSTS; in nu_uart_isr() local 387 if (u32IntSts & UART_INTSTS_HWRLSIF_Msk) in nu_uart_isr() 397 if (u32IntSts & (UART_INTSTS_RDAINT_Msk | UART_INTSTS_RXTOINT_Msk)) in nu_uart_isr() 401 uart_base->INTSTS = u32IntSts; in nu_uart_isr()
|
| /bsp/nuvoton/libraries/m460/rtt_port/ |
| A D | drv_usbd.c | 341 rt_uint32_t u32IntSts = USBD_GET_INT_FLAG(); in _USBD_IRQHandler() local 345 if (u32IntSts & USBD_INTSTS_VBDETIF_Msk) in _USBD_IRQHandler() 364 if (u32IntSts & USBD_INTSTS_SOFIF_Msk) in _USBD_IRQHandler() 370 if (u32IntSts & USBD_INTSTS_BUSIF_Msk) in _USBD_IRQHandler() 404 if (u32IntSts & USBD_INTSTS_WAKEUP) in _USBD_IRQHandler() 411 if (u32IntSts & USBD_INTSTS_USBIF_Msk) in _USBD_IRQHandler() 414 if (u32IntSts & USBD_INTSTS_SETUP_Msk) in _USBD_IRQHandler()
|
| A D | drv_uuart.c | 142 uint32_t u32IntSts = uuart_base->PROTSTS; in nu_uuart_isr() local 145 …if (u32IntSts & (UUART_PROTSTS_PARITYERR_Msk | UUART_PROTSTS_FRMERR_Msk | UUART_PROTSTS_BREAK_Msk)) in nu_uuart_isr() 152 if (u32IntSts & UUART_PROTSTS_RXENDIF_Msk) in nu_uuart_isr() 156 uuart_base->PROTSTS = u32IntSts; in nu_uuart_isr()
|
| A D | drv_uart.c | 490 uint32_t u32IntSts = uart_base->INTSTS; in nu_uart_isr() local 494 if (u32IntSts & UART_INTSTS_HWRLSIF_Msk) in nu_uart_isr() 504 if (u32IntSts & (UART_INTSTS_RDAINT_Msk | UART_INTSTS_RXTOINT_Msk)) in nu_uart_isr() 508 uart_base->INTSTS = u32IntSts; in nu_uart_isr()
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_uart.c | 222 uint32_t u32IntSts = uart_base->INTSTS; in nu_uart_isr() local 226 if (u32IntSts & (UART_ISR_RDA_INT_Msk | UART_ISR_TOUT_INT_Msk)) in nu_uart_isr() 230 uart_base->INTSTS = u32IntSts; in nu_uart_isr()
|
| /bsp/nuvoton/libraries/nuc980/rtt_port/ |
| A D | drv_uart.c | 377 uint32_t u32IntSts = uart_base->INTSTS; in nu_uart_isr() local 381 if (u32IntSts & UART_INTSTS_HWRLSIF_Msk) in nu_uart_isr() 391 if (u32IntSts & (UART_INTSTS_RDAINT_Msk | UART_INTSTS_RXTOINT_Msk)) in nu_uart_isr() 395 uart_base->INTSTS = u32IntSts; in nu_uart_isr()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_uart.c | 544 uint32_t u32IntSts = base->INTSTS; in nu_uart_isr() local 548 if (u32IntSts & UART_INTSTS_PRLSIF_Msk) in nu_uart_isr() 556 if (u32IntSts & UART_INTSTS_PTOIF_Msk) in nu_uart_isr() 564 if (u32IntSts & (UART_INTSTS_RDAINT_Msk | UART_INTSTS_RXTOINT_Msk)) in nu_uart_isr() 568 base->INTSTS = u32IntSts; in nu_uart_isr()
|