Searched refs:hal_uart_control (Results 1 – 6 of 6) sorted by relevance
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/ |
| A D | ab32vg1_hal_uart.c | 128 void hal_uart_control(hal_sfr_t uartx, uint32_t cntl, uint32_t param) in hal_uart_control() function 194 hal_uart_control(huart->instance, UART_MODULE_ENABLE, HAL_DISABLE); in uart_config_all() 212 hal_uart_control(huart->instance, UART_RX_ENABLE, HAL_ENABLE); in uart_config_all() 214 hal_uart_control(huart->instance, UART_MODULE_ENABLE, HAL_ENABLE); in uart_config_all()
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_uart.h | 125 void hal_uart_control(hal_sfr_t uartx, uint32_t cntl, uint32_t param);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/test/uart/ |
| A D | test_uart.c | 94 hal_uart_control(port, 0, &uart_config); in cmd_test_uart()
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_usart.c | 137 hal_uart_control(uart->handle.instance, UART_RXIT_ENABLE, HAL_DISABLE); in ab32_control() 142 hal_uart_control(uart->handle.instance, UART_RXIT_ENABLE, HAL_ENABLE); in ab32_control()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_uart.h | 424 int32_t hal_uart_control(int32_t uart_port, int cmd, void *args);
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/uart/ |
| A D | hal_uart.c | 882 int32_t hal_uart_control(int32_t uart_port, int cmd, void *args) in hal_uart_control() function
|
Completed in 10 milliseconds