Home
last modified time | relevance | path

Searched refs:RT_CONSOLE_DEVICE_NAME (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/bsp/rockchip/common/drivers/
A Ddrv_uart.c203 #if defined(RT_CONSOLE_DEVICE_NAME) in rt_hw_console_channel()
205 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart0")) in rt_hw_console_channel()
209 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart1")) in rt_hw_console_channel()
213 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart2")) in rt_hw_console_channel()
217 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart3")) in rt_hw_console_channel()
221 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart4")) in rt_hw_console_channel()
225 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart5")) in rt_hw_console_channel()
229 if (!strcmp(RT_CONSOLE_DEVICE_NAME, "uart6")) in rt_hw_console_channel()
253 #if defined(RT_CONSOLE_DEVICE_NAME) in rt_hw_console_output()
491 #ifdef RT_CONSOLE_DEVICE_NAME in rockchip_rt_hw_uart_pm_register()
[all …]
A Ddrv_clock.h22 #ifdef RT_CONSOLE_DEVICE_NAME
24 ((strcmp(RT_CONSOLE_DEVICE_NAME, "uart"#ID)) ? 0:1)
/bsp/stm32/libraries/HAL_Drivers/nano/
A Ddrv_console.c20 if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart1") == 0) in rt_hw_console_init()
26 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart2") == 0) in rt_hw_console_init()
32 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart3") == 0) in rt_hw_console_init()
38 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart4") == 0) in rt_hw_console_init()
44 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart5") == 0) in rt_hw_console_init()
50 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart6") == 0) in rt_hw_console_init()
56 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart7") == 0) in rt_hw_console_init()
62 else if (rt_strcmp(RT_CONSOLE_DEVICE_NAME, "uart8") == 0) in rt_hw_console_init()
/bsp/rx/applications/
A Dapplication.c64 finsh_set_device(RT_CONSOLE_DEVICE_NAME); in rt_init_thread_entry()
127 finsh_set_device(RT_CONSOLE_DEVICE_NAME); in rt_init_thread_entry()
/bsp/qemu-virt64-riscv/driver/
A Ddrv_uart.c154 RT_CONSOLE_DEVICE_NAME, in rt_hw_uart_init()
157 rt_hw_interrupt_install(uart->irqno, rt_hw_uart_isr, serial, RT_CONSOLE_DEVICE_NAME); in rt_hw_uart_init()
/bsp/xuantie/virt64/c906/board/
A Ddrv_uart.c154 RT_CONSOLE_DEVICE_NAME, in rt_hw_uart_init()
157 rt_hw_interrupt_install(uart->irqno, rt_hw_uart_isr, serial, RT_CONSOLE_DEVICE_NAME); in rt_hw_uart_init()
/bsp/fujitsu/mb9x/mb9bf506r/drivers/
A Dboard.c51 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/phytium/board/
A Dboard.c178 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_aarch64_init()
268 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_aarch32_init()
/bsp/CME_M7/drivers/
A Dboard.c55 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/smartl/e902/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/smartl/e907/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/c906/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/c907/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/c908/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/c910/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/r908/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/r910/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/xiaohui/r920/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/xuantie/smartl/e906/board/
A Dboard.c35 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/ck802/drivers/
A Dboard.c38 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/juicevm/board/
A Dboard.c26 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()
/bsp/nxp/lpc/lpc178x/drivers/
A Dboard.h34 #define FINSH_DEVICE_NAME RT_CONSOLE_DEVICE_NAME
/bsp/nv32f100x/app/src/
A Dmain.c22 finsh_set_device(RT_CONSOLE_DEVICE_NAME); in main()
/bsp/fujitsu/mb9x/mb9bf618s/applications/
A Dapplication.c27 (RT_CONSOLE_DEVICE_NAME); in rt_init_thread_entry()
/bsp/thead-smart/drivers/
A Dboard.c40 rt_console_set_device(RT_CONSOLE_DEVICE_NAME); in rt_hw_board_init()

Completed in 17 milliseconds

12345678910>>...27