Searched refs:hc32_uart (Results 1 – 6 of 6) sorted by relevance
| /bsp/hc32l136/drivers/ |
| A D | drv_usart.c | 173 struct hc32_uart *uart; in hc32_configure() 190 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_configure() 285 struct hc32_uart *uart; in hc32_control() 288 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_control() 313 struct hc32_uart *uart; in hc32_putc() 317 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_putc() 334 struct hc32_uart *uart; in hc32_getc() 338 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_getc() 395 static void hc32_uart_rx_irq_handler(struct hc32_uart *uart) in hc32_uart_rx_irq_handler() 402 static void hc32_uart_tx_irq_handler(struct hc32_uart *uart) in hc32_uart_tx_irq_handler() [all …]
|
| A D | drv_usart.h | 43 struct hc32_uart struct
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | drv_usart.c | 153 struct hc32_uart *uart; in hc32_configure() 159 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_configure() 298 struct hc32_uart *uart; in hc32_control() 384 struct hc32_uart *uart; in hc32_putc() 410 struct hc32_uart *uart; in hc32_getc() 430 struct hc32_uart *uart; in hc32_dma_transmit() 461 static void hc32_uart_rx_irq_handler(struct hc32_uart *uart) in hc32_uart_rx_irq_handler() 468 static void hc32_uart_tx_irq_handler(struct hc32_uart *uart) in hc32_uart_tx_irq_handler() 493 struct hc32_uart *uart; in hc32_uart_rx_timeout() 606 struct hc32_uart *uart; in hc32_dma_config() [all …]
|
| A D | drv_usart_v2.c | 155 struct hc32_uart *uart; in hc32_configure() 161 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_configure() 298 struct hc32_uart *uart; in hc32_control() 302 uart = rt_container_of(serial, struct hc32_uart, serial); in hc32_control() 431 struct hc32_uart *uart; in hc32_putc() 447 struct hc32_uart *uart; in hc32_getc() 466 struct hc32_uart *uart; in hc32_transmit() 502 static void hc32_uart_rx_irq_handler(struct hc32_uart *uart) in hc32_uart_rx_irq_handler() 563 struct hc32_uart *uart; in hc32_uart_rx_timeout() 676 struct hc32_uart *uart; in hc32_dma_config() [all …]
|
| A D | drv_usart.h | 80 struct hc32_uart struct
|
| A D | drv_usart_v2.h | 80 struct hc32_uart struct
|
Completed in 22 milliseconds