Home
last modified time | relevance | path

Searched refs:uart5 (Results 1 – 23 of 23) sorted by relevance

/bsp/beaglebone/drivers/
A Duart.c214 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 Ddrv_uart.c401 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 Ddrv_uart.c360 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 Ddrv_uart.c168 struct rt_uart_ls1b uart5 = variable
184 uart = &uart5; in rt_hw_uart_init()
/bsp/essemi/es32f369x/drivers/
A Ddrv_uart.c318 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 DKconfig48 bool "using uart5"
/bsp/n32/n32g45xvl-stb/board/
A DKconfig239 prompt "Set uart5 afio mode"
260 bool "Enable uart5 rx dma"
265 bool "Enable uart5 tx dma"
/bsp/Infineon/libraries/HAL_Drivers/
A Duart_config.h249 .userIsr = uart_isr_callback(uart5), \
/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_usart.c443 struct n32_uart uart5 = variable
669 uart = &uart5; in rt_hw_usart_init()
/bsp/Infineon/libraries/templates/PSOC62/board/
A DKconfig13 bool "Enable USB TO USART (uart5)"
/bsp/Infineon/psoc6-cy8ckit-062-BLE/board/
A DKconfig13 bool "Enable USB TO USART (uart5)"
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/board/
A DKconfig13 bool "Enable USB TO USART (uart5)"
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c439 struct sunxi_uart uart5 = { variable
1049 uart_init("uart5", &uart5, &serial5); in rt_hw_uart_init()
/bsp/fujitsu/mb9x/mb9bf506r/drivers/
A Dfm3_uart.c119 struct uart47_device uart5 = variable
889 &uart5); in rt_hw_serial_init()
/bsp/Infineon/psoc6-cy8ckit-062S2-43012/board/
A DKconfig13 bool "Enable USB TO USART (uart5)"
/bsp/Infineon/psoc6-cy8cproto-062S3-4343W/board/
A DKconfig13 bool "Enable USB TO USART (uart5)"
/bsp/wch/arm/ch32f203r-evt/board/
A DKconfig35 bool "using uart5"
/bsp/Infineon/libraries/templates/PSOC62/
A D.config86 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
/bsp/Infineon/psoc6-cy8ckit-062S2-43012/
A D.config185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
/bsp/Infineon/psoc6-cy8cproto-062S3-4343W/
A D.config185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
/bsp/Infineon/psoc6-cy8ckit-062-BLE/
A D.config185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/
A D.config185 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"
/bsp/loongson/ls1bdev/
A D.config184 CONFIG_RT_CONSOLE_DEVICE_NAME="uart5"

Completed in 47 milliseconds