/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/src/ |
D | duet_uart.c | 38 return UART1; in getUartxViaIdx() 144 UARTx = UART1; in duet_uart_dma_config() 174 UARTx = UART1; in duet_uart_init() 184 } else if (UARTx == UART1) { in duet_uart_init() 252 } else if (UARTx == UART1) { in duet_uart_init() 274 } else if (UART1 == UARTx) { in duet_uart_start() 288 } else if (UART1 == UARTx) { in duet_uart_stop() 335 UARTx = UART1; in duet_uart_send() 368 UARTx = UART1; in duet_uart_finalize() 386 } else if (UART1 == UARTx) { in duet_uart_finalize() [all …]
|
D | duet_dma.c | 133 UARTx = UART1; in duet_dma_uart_rx() 180 UARTx = UART1; in duet_dma_uart_tx()
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/ |
D | uart.h | 32 #define UART1 1 macro 45 else if (UART1 == uart_num) { \ 71 else if (UART1 == uart_num) \ 91 #elif (CONSOLE_UART == UART1)
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
D | uart.h | 32 #define UART1 1 macro 48 else if (UART1 == uart_num) { \ 74 else if (UART1 == uart_num) \ 94 #elif (CONSOLE_UART == UART1)
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/log/ |
D | dbg_printf.c | 94 } else if (UARTx == UART1) { in dbg_uart_init() 169 dbg_uart_send_char(UART1, (uint8_t)ch); in dbg_send_char() 194 ch = dbg_uart_get_char(UART1); in dbg_get_char() 219 dbg_uart_init(UART1, mode); in dbg_printf_set_mode() 260 uart_regs_t *UARTx = ((DBG_PRINTF_INT_UART0 == dbg_printf_mode)? UART0: UART1); in dbg_printf_uart_flush() 275 uart_regs_t *UARTx = ((DBG_PRINTF_UART0 == dbg_printf_mode)? UART0: UART1); in dbg_printf_uart_flush()
|
D | dbg_uart_handler.c | 9 dbg_printf_uart_callback(UART1); in UART1_IRQHandler()
|
/device/soc/telink/b91/liteos_m/src/ |
D | power_b91.c | 101 while (uart_tx_is_busy(UART0) || uart_tx_is_busy(UART1)) { in B91Suspend() 125 uart_clr_tx_index(UART1); in B91Suspend() 127 uart_clr_rx_index(UART1); in B91Suspend()
|
/device/soc/esp/esp32/components/esp_rom/patches/ |
D | esp_rom_uart.c | 34 device = &UART1; in esp_rom_uart_tx_wait_idle()
|
/device/soc/esp/esp32/components/hal/esp32/include/hal/ |
D | uart_ll.h | 31 #define UART_LL_GET_HW(num) (((num) == 0) ? (&UART0) : (((num) == 1) ? (&UART1) : (&UART2))) 210 …uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_REG(0) : (hw == &UART1) ? UART_FIFO_REG(1) : UART_… in uart_ll_read_rxfifo() 231 …uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_AHB_REG(0) : (hw == &UART1) ? UART_FIFO_AHB_REG(1)… in uart_ll_write_txfifo() 250 …uint32_t fifo_addr = (hw == &UART0) ? UART_FIFO_REG(0) : (hw == &UART1) ? UART_FIFO_REG(1) : UART_… in uart_ll_rxfifo_rst()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
D | uart.h | 29 #define UART1 1 macro
|
D | uart.c | 36 .num = UART1,
|
/device/soc/esp/esp32/components/libs/ |
D | esp32.peripherals.ld | 12 PROVIDE ( UART1 = 0x3ff50000 ); symbol
|
/device/soc/esp/esp32/components/esp32/ld/ |
D | esp32.peripherals.ld | 12 PROVIDE ( UART1 = 0x3ff50000 ); symbol
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/asm/ |
D | platform.h | 90 #elif (CONSOLE_UART == UART1)
|
/device/soc/winnermicro/wm800/board/include/driver/ |
D | wm_tipc.h | 30 uint32_t UART1 : 1; /*!< bit : 4 */ member 250 vld0.b.UART1 = 1; in wm_tipc_enable_uart1() 267 vld0.b.UART1 = 0; in wm_tipc_disable_uart1()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/ |
D | Kconfig | 47 config UART1 config 48 bool "Enable UART1" 67 bool "UART1"
|
/device/soc/esp/esp32/components/esp_system/ |
D | panic.c | 69 …ic uart_hal_context_t s_panic_uart = { .dev = CONFIG_ESP_CONSOLE_UART_NUM == 0 ? &UART0 : &UART1 };
|
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
D | uart.h | 66 UART1, enumerator
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | uart_struct.h | 376 extern uart_dev_t UART1;
|
/device/board/hihope/dayu210/ |
D | README_zh.md | 80 | UART | 9×UART,其中UART1 为DEBUG 专用调试串口 |
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
D | hi_boot_rom.h | 396 UART1 = 1, /* uart1 */ enumerator
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/ |
D | dma_ll.h | 51 CASE_DEV(UART1); in dma_ll_dev_to_req_mux()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
D | hi_boot_rom.h | 396 UART1 = 1, /* uart1 */ enumerator
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/ |
D | gr55xx_ll_uart.h | 62 #if defined (UART0) || defined (UART1)
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/inc/ |
D | duet.h | 629 #define UART1 ((UART_TypeDef *)UART1_BASE) macro
|