/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/ |
D | uart.h | 33 #define UART2 2 macro 49 else if (UART2 == uart_num) { \ 73 else if (UART2 == uart_num) \ 95 #elif (CONSOLE_UART == UART2)
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/include/hisoc/ |
D | uart.h | 33 #define UART2 2 macro 52 else if (UART2 == uart_num) { \ 76 else if (UART2 == uart_num) \ 98 #elif (CONSOLE_UART == UART2)
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/src/ |
D | duet_uart.c | 40 return UART2; in getUartxViaIdx() 146 UARTx = UART2; in duet_uart_dma_config() 176 UARTx = UART2; in duet_uart_init() 277 if (UART2 == UARTx) { in duet_uart_start() 291 if (UART2 == UARTx) { in duet_uart_stop() 337 UARTx = UART2; in duet_uart_send() 370 UARTx = UART2; in duet_uart_finalize()
|
D | duet_dma.c | 130 UARTx = UART2; in duet_dma_uart_rx() 177 UARTx = UART2; in duet_dma_uart_tx()
|
/device/soc/esp/esp32/components/esp_rom/patches/ |
D | esp_rom_uart.c | 37 device = &UART2; in esp_rom_uart_tx_wait_idle()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/ |
D | uart.h | 30 #define UART2 2 macro
|
D | uart.c | 53 .num = UART2,
|
/device/soc/esp/esp32/components/libs/ |
D | esp32.peripherals.ld | 36 PROVIDE ( UART2 = 0x3ff6E000 ); symbol
|
/device/soc/esp/esp32/components/esp32/ld/ |
D | esp32.peripherals.ld | 36 PROVIDE ( UART2 = 0x3ff6E000 ); symbol
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/ |
D | Kconfig | 54 config UART2 config 55 bool "Enable UART2" 69 bool "UART2" 85 Default 1 mean use UART2
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/asm/ |
D | platform.h | 93 #elif (CONSOLE_UART == UART2)
|
/device/soc/winnermicro/wm800/board/include/driver/ |
D | wm_tipc.h | 31 uint32_t UART2 : 1; /*!< bit : 5 */ member 284 vld0.b.UART2 = 1; in wm_tipc_enable_uart2() 301 vld0.b.UART2 = 0; in wm_tipc_disable_uart2()
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | uart_struct.h | 377 extern uart_dev_t UART2;
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
D | hi_boot_rom.h | 397 UART2 = 2, /* uart2 */ enumerator
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/bk7235/hal/ |
D | dma_ll.h | 54 CASE_DEV(UART2); in dma_ll_dev_to_req_mux()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
D | hi_boot_rom.h | 397 UART2 = 2, /* uart2 */ enumerator
|
/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)))
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/driver/inc/ |
D | duet.h | 630 #define UART2 ((UART_TypeDef *)UART2_BASE) macro
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/best2003/ |
D | hal_cmu_best2003.c | 2485 PERPH_SET_DIV_FUNC(uart2, UART2, UART_CLK); 2511 PERPH_SET_FREQ_FUNC(uart2, UART2, UART_CLK);
|
/device/soc/rockchip/rk2206/hardware/lib/CMSIS/Device/RK2206/Include/ |
D | rk2206.h | 1225 #define UART2 ((struct UART_REG *) UART2_BASE) macro 1292 …S_UART_INSTANCE(instance) (((instance) == UART0) || ((instance) == UART1) || ((instance) == UART2))
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 52928 + RK_MUXROUTE_GRF(0, RK_PD1, 1, 0x030c, WRITE_MASK_VAL(10, 10, 0)), /* UART2 IO mux M0 */ 52929 + RK_MUXROUTE_GRF(1, RK_PD5, 2, 0x030c, WRITE_MASK_VAL(10, 10, 1)), /* UART2 IO mux M1 */
|