Home
last modified time | relevance | path

Searched refs:uartIntNumb (Results 1 – 2 of 2) sorted by relevance

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_uart.c399 void HAL_UART_EnableIrq(struct UART_REG *pReg, uint32_t uartIntNumb) in HAL_UART_EnableIrq() argument
402 pReg->IER |= uartIntNumb; in HAL_UART_EnableIrq()
410 void HAL_UART_DisableIrq(struct UART_REG *pReg, uint32_t uartIntNumb) in HAL_UART_DisableIrq() argument
413 pReg->IER &= ~uartIntNumb; in HAL_UART_DisableIrq()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_uart.h248 void HAL_UART_EnableIrq(struct UART_REG *pReg, uint32_t uartIntNumb);
249 void HAL_UART_DisableIrq(struct UART_REG *pReg, uint32_t uartIntNumb);

Completed in 5 milliseconds