Home
last modified time | relevance | path

Searched refs:uart0 (Results 1 – 25 of 209) sorted by relevance

123456789

/bsp/ultrarisc/ur_dp1000_evb/board/
A DKconfig22 int "uart0 irq number"
26 int "uart0 clock"
30 int "uart0 baudrate"
34 hex "uart0 base mmio addr"
38 int "uart0 reg shift"
/bsp/Infineon/psoc6-pioneerkit_modus/drivers/
A Duart.c304 struct uart_device uart0 = variable
331 …if(Cy_SCB_UART_Init(uart0.scb_device, uart0.uart_config, uart0.uart_context) != CY_SCB_UART_SUCCES… in rt_hw_uart_init()
335 Cy_SCB_UART_Enable(uart0.scb_device); in rt_hw_uart_init()
337 uart0.scb_device->INTR_RX_MASK = SCB_INTR_RX_MASK_NOT_EMPTY_Msk; in rt_hw_uart_init()
339 Cy_SysInt_Init(uart0.uart_int, uart0_isr_callback); in rt_hw_uart_init()
341 NVIC_EnableIRQ(uart0.uart_int->intrSrc); in rt_hw_uart_init()
346 &uart0); in rt_hw_uart_init()
/bsp/mini4020/drivers/
A Dboard.c27 struct serial_device uart0 = variable
66 while (uart0.uart_device->lsr & USTAT_RCV_READY) in rt_serial_handler()
67 c = uart0.uart_device->dlbl_fifo.rxfifo; in rt_serial_handler()
130 &uart0); in rt_hw_uart_init()
/bsp/synopsys/boards/drivers/
A Drt_board.c123 static struct rt_serial_device uart0; variable
130 rt_hw_serial_isr((struct rt_serial_device*)&uart0, RT_SERIAL_EVENT_RX_IND); in uart0_isr()
163 uart0.ops = &uart_ops; in rt_hw_uart_init()
164 uart0.config = config; in rt_hw_uart_init()
192 rt_hw_serial_register(&uart0, "uart0", in rt_hw_uart_init()
271 struct rt_serial_device *console_uart = &uart0;
/bsp/fujitsu/mb9x/mb9bf568r/drivers/
A Dserial.c304 struct serial_device uart0 = variable
339 uart0.uart_device->SMR = SMR_MD_UART | SMR_SOE;; in rt_hw_serial_init()
340 uart0.uart_device->BGR = (APB2_clock + (BPS/2))/BPS - 1; /* round */ in rt_hw_serial_init()
341 uart0.uart_device->ESCR = ESCR_DATABITS_8; in rt_hw_serial_init()
342 uart0.uart_device->SCR = SCR_RXE | SCR_TXE | SCR_RIE; in rt_hw_serial_init()
348 &uart0); in rt_hw_serial_init()
/bsp/gd32/arm/gd32e503v-eval/.ci/attachconfig/
A Dci.attachconfig.yml6 - CONFIG_RT_CONSOLE_DEVICE_NAME="uart0"
10 hw_drv_onchip.uart0:
/bsp/asm9260t/drivers/
A Dusart.c129 asm_uart_t uart0 = variable
203 rt_hw_serial_register(&serial0, "uart0", DRV_REG_OPS, &uart0); in rt_hw_uart_init()
204 rt_hw_interrupt_install(uart0.irq, rt_asm_usart_handler, in rt_hw_uart_init()
206 rt_hw_interrupt_umask(uart0.irq); in rt_hw_uart_init()
/bsp/bf533/
A Dstartup.c20 extern struct serial_device uart0;
53 &uart0); in rtthread_startup()
/bsp/beaglebone/drivers/
A Duart.c169 struct am33xx_uart uart0 = variable
381 UART_IER_REG(uart0.base) = 0x01; in rt_hw_serial_init()
383 rt_hw_interrupt_install(uart0.irq, am33xx_uart_isr, &serial0, "uart0"); in rt_hw_serial_init()
384 rt_hw_interrupt_control(uart0.irq, 0, 0); in rt_hw_serial_init()
385 rt_hw_interrupt_mask(uart0.irq); in rt_hw_serial_init()
389 &uart0); in rt_hw_serial_init()
/bsp/loongson/ls2kdev/drivers/
A Ddrv_uart.c162 struct rt_uart_ls2k *uart0; in rt_hw_uart_init() local
163 uart0 = &uart_dev0; in rt_hw_uart_init()
167 rt_hw_interrupt_install(uart0->IRQ, uart_irq_handler, &serial, "UART0"); in rt_hw_uart_init()
172 uart0); in rt_hw_uart_init()
/bsp/gd32/arm/gd32e230-lckfb/.ci/attachconfig/
A Dci.attachconfig.yml6 - CONFIG_RT_CONSOLE_DEVICE_NAME="uart0"
10 hw_drv_onchip.uart0:
/bsp/fujitsu/mb9x/mb9bf618s/drivers/
A Dserial.c304 struct serial_device uart0 = variable
383 uart0.uart_device->SMR = SMR_MD_UART | SMR_SOE;; in rt_hw_serial_init()
384 uart0.uart_device->BGR = (APB2_clock + (BPS/2))/BPS - 1; /* round */ in rt_hw_serial_init()
385 uart0.uart_device->ESCR = ESCR_DATABITS_8; in rt_hw_serial_init()
386 uart0.uart_device->SCR = SCR_RXE | SCR_TXE | SCR_RIE; in rt_hw_serial_init()
392 &uart0); in rt_hw_serial_init()
/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_uart.c328 struct hw_uart_device *uart0; in rt_hw_uart_init() local
329 uart0 = &_uart0_device; in rt_hw_uart_init()
339 uart0->hw_base = uart0_addr; in rt_hw_uart_init()
345 uart0); in rt_hw_uart_init()
346 rt_hw_interrupt_install(uart0->irqno, rt_hw_uart_isr, &_serial0, "uart0"); in rt_hw_uart_init()
/bsp/tm4c129x/drivers/
A Ddrv_uart.c150 hw_uart_t uart0 = variable
158 hw_uart_t *uart = &uart0; in UART0_IRQHandler()
192 uart = &uart0; in rt_hw_uart_init()
/bsp/yichip/yc3121-pos/drivers/
A Ddrv_uart.c125 static struct yc3121_uart uart0; variable
133 if (UART_GetITIdentity(uart0.uart) == UART_IT_RX) in UART0_IRQHandler()
169 uart = &uart0; in rt_hw_uart_init()
/bsp/yichip/yc3122-pos/drivers/
A Ddrv_uart.c126 static struct yc3122_uart uart0; variable
133 if (UART_GetITIdentity(uart0.uart) == UART_IT_RX) in UART0_IRQHandler()
169 uart = &uart0; in rt_hw_uart_init()
/bsp/sep6200/drivers/
A Dboard.c29 struct serial_device uart0 = variable
125 &uart0); in rt_hw_uart_init()
/bsp/tae32f5300/drivers/
A Ddrv_uart.c119 static struct tae32_uart uart0; variable
124 uart = &uart0; in UART0_IRQHandler()
168 uart = &uart0; in rt_hw_uart_init()
/bsp/xplorer4330/drivers/
A Ddrv_uart.c96 struct lpc_uart uart0 = variable
108 uart = &uart0; in UART0_IRQHandler()
204 uart = &uart0; in rt_hw_uart_init()
/bsp/m16c62p/
A Dreadme.txt46 /board.c - hardware init, init uart0
50 /uart.c - implement uart0 device
53 /interrupts_iar.asm - include time0 interrupt handler, uart0 interrupt handler
56 /interrupts_gcc.asm - include time0 interrupt handler, uart0 interrupt handler
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_uart.c304 struct hw_uart_device *uart0; in rt_hw_uart_init() local
305 uart0 = &_uart0_device; in rt_hw_uart_init()
313 uart0); in rt_hw_uart_init()
314 rt_hw_interrupt_install(uart0->irqno, rt_hw_uart_isr, &_serial0, "uart0"); in rt_hw_uart_init()
/bsp/nrf5x/libraries/templates/nrfx/board/
A DKconfig34 int "uart0 rx pin number"
39 int "uart0 tx pin number"
/bsp/at91/at91sam9g45/drivers/
A Dusart.c185 struct at91_uart uart0 = { variable
309 &uart0); in rt_hw_uart_init()
310 rt_hw_interrupt_install(uart0.irq, rt_at91_usart_handler, in rt_hw_uart_init()
312 rt_hw_interrupt_umask(uart0.irq); in rt_hw_uart_init()
/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Ddrv_uart.c123 struct lpc_uart uart0 = variable
148 uart = &uart0; in rt_hw_uart_init()
/bsp/qemu-virt64-riscv/driver/
A Ddrv_uart.c31 struct device_uart uart0; variable
145 uart = &uart0; in rt_hw_uart_init()

Completed in 21 milliseconds

123456789