Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_system_peripheral.c92 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_UART_LINK(0x00), UART_INT_RAW_REG(0), UART… in sleep_sys_periph_uart0_retention_init()
94 …[1] = { .config = REGDMA_LINK_WRITE_INIT (REGDMA_UART_LINK(0x01), UART_REG_UPDATE_REG(0), UART… in sleep_sys_periph_uart0_retention_init()
95 …[2] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_UART_LINK(0x02), UART_REG_UPDATE_REG(0), 0x0,… in sleep_sys_periph_uart0_retention_init()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h38 #define REGDMA_UART_LINK(_pri) ((0x10 << 8) | _pri) macro