Searched refs:UART_LOG_IRQ (Results 1 – 7 of 7) sorted by relevance
84 UART_LOG_IRQ = 3, /*!< 3 log uart intr */ enumerator
164 InterruptDis(UART_LOG_IRQ); in tickless_enter()
33 InterruptDis(UART_LOG_IRQ); in CmdShellSwitch()75 InterruptDis(UART_LOG_IRQ); in cmd_reboot()
216 InterruptEn(UART_LOG_IRQ, 10); in shell_switch_ipc_int()
54 InterruptDis(UART_LOG_IRQ); in sleep_ex_cg()
74 {UART2_DEV, 0xFF, 0xFF, UART_LOG_IRQ}, /*log uart */
286 InterruptRegister((IRQ_FUN) shell_uart_irq_rom, UART_LOG_IRQ, (u32)NULL, 10); in hal_uart_init()
Completed in 13 milliseconds