| /bsp/loongson/ls1bdev/drivers/ |
| A D | drv_uart.c | 173 struct rt_serial_device serial5; variable 186 serial5.ops = &ls1b_uart_ops; in rt_hw_uart_init() 187 serial5.config = config; in rt_hw_uart_init() 189 rt_hw_interrupt_install(uart->IRQ, uart_irq_handler, &serial5, "UART5"); in rt_hw_uart_init() 192 rt_hw_serial_register(&serial5, in rt_hw_uart_init()
|
| /bsp/beaglebone/drivers/ |
| A D | uart.c | 219 struct rt_serial_device serial5; variable 458 serial5.ops = &am33xx_uart_ops; in rt_hw_serial_init() 459 serial5.config = config; in rt_hw_serial_init() 463 rt_hw_interrupt_install(uart5.irq, am33xx_uart_isr, &serial5, "uart5"); in rt_hw_serial_init() 467 rt_hw_serial_register(&serial5, "uart5", in rt_hw_serial_init()
|
| /bsp/nxp/mcx/mcxn/Libraries/drivers/ |
| A D | drv_uart.c | 57 struct rt_serial_device serial5; variable 61 uart_isr(&serial5); /* Serial interrupt handling function */ in LP_FLEXCOMM5_IRQHandler() 102 &serial5,
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_usart.c | 455 struct rt_serial_device serial5; variable 461 uart_isr(&serial5); in UART5_IRQHandler() 470 dma_rx_done_isr(&serial5); in DMA1_Channel8_IRQHandler() 671 serial5.ops = &n32_uart_ops; in rt_hw_usart_init() 672 serial5.config = config; in rt_hw_usart_init() 675 rt_hw_serial_register(&serial5, "uart5", in rt_hw_usart_init()
|
| /bsp/Vango/v85xx/drivers/ |
| A D | drv_usart.c | 110 struct rt_serial_device serial5; variable 117 uart_isr(&serial5); in UART5_IRQHandler() 175 &serial5,
|
| /bsp/Vango/v85xxp/drivers/ |
| A D | drv_usart.c | 110 struct rt_serial_device serial5; variable 117 uart_isr(&serial5); in UART5_IRQHandler() 175 &serial5,
|
| /bsp/essemi/es32f0654/drivers/ |
| A D | drv_uart.c | 175 struct rt_serial_device serial5; variable 184 rt_hw_serial_isr(&serial5, RT_SERIAL_EVENT_RX_IND); in USART1_Handler() 566 serial5.ops = &es32f0x_uart_ops; in rt_hw_uart_init() 567 serial5.config = (struct serial_configure)ES_USART1_CONFIG; in rt_hw_uart_init() 570 rt_hw_serial_register(&serial5, ES_DEVICE_NAME_USART1, in rt_hw_uart_init()
|
| /bsp/nxp/lpc/lpc55sxx/Libraries/drivers/ |
| A D | drv_uart.c | 100 struct rt_serial_device serial5; variable 104 uart_isr(&serial5); in FLEXCOMM5_IRQHandler() 187 &serial5,
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_uart.c | 91 struct rt_serial_device serial5; variable 94 hpm_uart_isr(&serial5); in uart5_isr() 244 &serial5,
|
| A D | drv_uart_v2.c | 151 struct rt_serial_device serial5; variable 154 hpm_uart_isr(&serial5); in uart5_isr() 330 &serial5,
|
| /bsp/n32/libraries/n32_drivers/ |
| A D | drv_usart.c | 129 struct rt_serial_device serial5; variable 136 uart_isr(&serial5); in UART5_IRQHandler() 232 &serial5, 318 &serial5,
|
| /bsp/essemi/es32f369x/drivers/ |
| A D | drv_uart.c | 316 struct rt_serial_device serial5; variable 321 &serial5, 844 serial5.ops = &es32f3x_uart_ops; in rt_hw_uart_init() 845 serial5.config = (struct serial_configure)ES_UART5_CONFIG; in rt_hw_uart_init() 848 rt_hw_serial_register(&serial5, ES_DEVICE_NAME_UART5, in rt_hw_uart_init()
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | drv_usart.c | 107 struct rt_serial_device serial5; variable 114 GD32_UART_IRQHandler(&serial5); in USART5_IRQHandler() 301 &serial5,
|
| /bsp/gd32/risc-v/libraries/gd32_drivers/ |
| A D | drv_usart.c | 108 struct rt_serial_device serial5; variable 115 GD32_UART_IRQHandler(&serial5); in USART5_IRQHandler()
|
| /bsp/fujitsu/mb9x/mb9bf506r/drivers/ |
| A D | fm3_uart.c | 126 struct rt_serial_device serial5; variable 132 rt_hw_serial_isr(&serial5, RT_SERIAL_EVENT_RX_IND); in MFS5RX_IRQHandler() 882 serial5.ops = &uart47_ops; in rt_hw_serial_init() 883 serial5.config = config; in rt_hw_serial_init() 886 rt_hw_serial_register(&serial5, in rt_hw_serial_init()
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 438 struct rt_serial_device serial5; variable 1049 uart_init("uart5", &uart5, &serial5); in rt_hw_uart_init()
|
| /bsp/rockchip/common/drivers/ |
| A D | drv_uart.c | 151 &serial5,
|
| /bsp/nxp/imx/imxrt/libraries/drivers/ |
| A D | drv_uart.c | 338 struct rt_serial_device serial5; variable
|