Home
last modified time | relevance | path

Searched refs:UartReceiveHandler (Results 1 - 3 of 3) sorted by relevance

/device/qemu/arm_mps3_an547/liteos_m/board/driver/
H A Duart.c49 VOID UartReceiveHandler(VOID) in UartReceiveHandler() function
69 (void)LOS_HwiCreate(UART0_RX_IRQn, 0, 0, (HWI_PROC_FUNC)UartReceiveHandler, 0); in Uart0RxIrqRegister()
/device/qemu/arm_mps2_an386/liteos_m/board/driver/
H A Duart.c49 VOID UartReceiveHandler(VOID) in UartReceiveHandler() function
69 (void)LOS_HwiCreate(Uart0_Rx_IRQn, 0, 0, (HWI_PROC_FUNC)UartReceiveHandler, 0); in Uart0RxIrqRegister()
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Duart.c75 VOID UartReceiveHandler(VOID) in UartReceiveHandler() function
86 uint32_t ret = LOS_HwiCreate(RISCV_UART0_Rx_IRQn, OS_HWI_PRIO_HIGHEST, 0, (HWI_PROC_FUNC)UartReceiveHandler, 0); in Uart0RxIrqRegister()

Completed in 1 milliseconds