Home
last modified time | relevance | path

Searched refs:serial5 (Results 1 – 18 of 18) sorted by relevance

/bsp/loongson/ls1bdev/drivers/
A Ddrv_uart.c173 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 Duart.c219 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 Ddrv_uart.c57 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 Ddrv_usart.c455 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 Ddrv_usart.c110 struct rt_serial_device serial5; variable
117 uart_isr(&serial5); in UART5_IRQHandler()
175 &serial5,
/bsp/Vango/v85xxp/drivers/
A Ddrv_usart.c110 struct rt_serial_device serial5; variable
117 uart_isr(&serial5); in UART5_IRQHandler()
175 &serial5,
/bsp/essemi/es32f0654/drivers/
A Ddrv_uart.c175 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 Ddrv_uart.c100 struct rt_serial_device serial5; variable
104 uart_isr(&serial5); in FLEXCOMM5_IRQHandler()
187 &serial5,
/bsp/hpmicro/libraries/drivers/
A Ddrv_uart.c91 struct rt_serial_device serial5; variable
94 hpm_uart_isr(&serial5); in uart5_isr()
244 &serial5,
A Ddrv_uart_v2.c151 struct rt_serial_device serial5; variable
154 hpm_uart_isr(&serial5); in uart5_isr()
330 &serial5,
/bsp/n32/libraries/n32_drivers/
A Ddrv_usart.c129 struct rt_serial_device serial5; variable
136 uart_isr(&serial5); in UART5_IRQHandler()
232 &serial5,
318 &serial5,
/bsp/essemi/es32f369x/drivers/
A Ddrv_uart.c316 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 Ddrv_usart.c107 struct rt_serial_device serial5; variable
114 GD32_UART_IRQHandler(&serial5); in USART5_IRQHandler()
301 &serial5,
/bsp/gd32/risc-v/libraries/gd32_drivers/
A Ddrv_usart.c108 struct rt_serial_device serial5; variable
115 GD32_UART_IRQHandler(&serial5); in USART5_IRQHandler()
/bsp/fujitsu/mb9x/mb9bf506r/drivers/
A Dfm3_uart.c126 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 Ddrv_uart.c438 struct rt_serial_device serial5; variable
1049 uart_init("uart5", &uart5, &serial5); in rt_hw_uart_init()
/bsp/rockchip/common/drivers/
A Ddrv_uart.c151 &serial5,
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_uart.c338 struct rt_serial_device serial5; variable

Completed in 45 milliseconds