| /bsp/beaglebone/drivers/ |
| A D | uart.c | 214 struct am33xx_uart uart5 = variable 461 UART_IER_REG(uart5.base) = 0x01; in rt_hw_serial_init() 463 rt_hw_interrupt_install(uart5.irq, am33xx_uart_isr, &serial5, "uart5"); in rt_hw_serial_init() 464 rt_hw_interrupt_control(uart5.irq, 0, 0); in rt_hw_serial_init() 465 rt_hw_interrupt_mask(uart5.irq); in rt_hw_serial_init() 469 &uart5); in rt_hw_serial_init()
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_uart.c | 401 struct hw_uart_device *uart5; in rt_hw_uart_init() local 402 uart5 = &_uart5_device; in rt_hw_uart_init() 408 uart5->hw_base = uart5_addr; in rt_hw_uart_init() 413 uart5); in rt_hw_uart_init() 414 rt_hw_interrupt_install(uart5->irqno, rt_hw_uart_isr, &_serial5, "uart5"); in rt_hw_uart_init()
|
| /bsp/raspberry-pi/raspi4-32/driver/ |
| A D | drv_uart.c | 360 struct hw_uart_device *uart5; in rt_hw_uart_init() local 361 uart5 = &_uart5_device; in rt_hw_uart_init() 369 uart5); in rt_hw_uart_init() 370 rt_hw_interrupt_install(uart5->irqno, rt_hw_uart_isr, &_serial5, "uart5"); in rt_hw_uart_init()
|
| /bsp/loongson/ls1bdev/drivers/ |
| A D | drv_uart.c | 168 struct rt_uart_ls1b uart5 = variable 184 uart = &uart5; in rt_hw_uart_init()
|
| /bsp/essemi/es32f369x/drivers/ |
| A D | drv_uart.c | 318 struct es32_uart uart5 = variable 333 uart_int_handler(&uart5); in UART5_Handler() 462 if (uart == (&uart5)) in es32f3x_configure() 843 uart = &uart5; in rt_hw_uart_init()
|
| /bsp/Vango/v85xxp/ |
| A D | Kconfig | 48 bool "using uart5"
|
| /bsp/n32/n32g45xvl-stb/board/ |
| A D | Kconfig | 239 prompt "Set uart5 afio mode" 260 bool "Enable uart5 rx dma" 265 bool "Enable uart5 tx dma"
|
| /bsp/Infineon/libraries/HAL_Drivers/ |
| A D | uart_config.h | 249 .userIsr = uart_isr_callback(uart5), \
|
| /bsp/n32g452xx/Libraries/rt_drivers/ |
| A D | drv_usart.c | 443 struct n32_uart uart5 = variable 669 uart = &uart5; in rt_hw_usart_init()
|
| /bsp/Infineon/libraries/templates/PSOC62/board/ |
| A D | Kconfig | 13 bool "Enable USB TO USART (uart5)"
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/board/ |
| A D | Kconfig | 13 bool "Enable USB TO USART (uart5)"
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/board/ |
| A D | Kconfig | 13 bool "Enable USB TO USART (uart5)"
|
| /bsp/allwinner/libraries/drivers/ |
| A D | drv_uart.c | 439 struct sunxi_uart uart5 = { variable 1049 uart_init("uart5", &uart5, &serial5); in rt_hw_uart_init()
|
| /bsp/fujitsu/mb9x/mb9bf506r/drivers/ |
| A D | fm3_uart.c | 119 struct uart47_device uart5 = variable 889 &uart5); in rt_hw_serial_init()
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/board/ |
| A D | Kconfig | 13 bool "Enable USB TO USART (uart5)"
|
| /bsp/Infineon/psoc6-cy8cproto-062S3-4343W/board/ |
| A D | Kconfig | 13 bool "Enable USB TO USART (uart5)"
|
| /bsp/wch/arm/ch32f203r-evt/board/ |
| A D | Kconfig | 35 bool "using uart5"
|
| /bsp/Infineon/libraries/templates/PSOC62/ |
| A D | .config | 86 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/ |
| A D | .config | 185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
|
| /bsp/Infineon/psoc6-cy8cproto-062S3-4343W/ |
| A D | .config | 185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/ |
| A D | .config | 185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/ |
| A D | .config | 185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
|
| /bsp/loongson/ls1bdev/ |
| A D | .config | 184 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
|