Home
last modified time | relevance | path

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

/bsp/rockchip/common/drivers/
A Ddrv_uart.c488 rt_bool_t is_console; in rockchip_rt_hw_uart_pm_register() local
493 is_console = true; in rockchip_rt_hw_uart_pm_register()
495 is_console = false; in rockchip_rt_hw_uart_pm_register()
497 is_console = false; in rockchip_rt_hw_uart_pm_register()
503 if (!is_console && !uart_board->en_irq_wake) in rockchip_rt_hw_uart_pm_register()
529 rt_bool_t is_console; /* uart is used for console */ in rt_hw_usart_init() local
542 is_console = true; in rt_hw_usart_init()
546 is_console = false; in rt_hw_usart_init()
549 is_console = false; in rt_hw_usart_init()
561 if (!is_console) in rt_hw_usart_init()

Completed in 4 milliseconds