Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_modem.c201 …[8] = REGDMA_LINK_WAIT_INIT (REGDMA_PHY_LINK(0x06), I2C_ANA_MST_I2C_BURST_STATUS_REG, I2C_ANA_MST… in sleep_modem_wifi_modem_state_init()
204 …[11] = REGDMA_LINK_WAIT_INIT (REGDMA_PHY_LINK(0x09), FECOEX_SET_FREQ_SET_CHAN_ST_REG, FECOEX_SET_… in sleep_modem_wifi_modem_state_init()
216 …[19] = REGDMA_LINK_WAIT_INIT (REGDMA_PHY_LINK(0x11), I2C_ANA_MST_I2C_BURST_STATUS_REG, I2C_ANA_MST… in sleep_modem_wifi_modem_state_init()
224 …[24] = REGDMA_LINK_WAIT_INIT (REGDMA_PHY_LINK(0x17), WDEVTXQ_BLOCK, 0, … in sleep_modem_wifi_modem_state_init()
226 …[26] = REGDMA_LINK_WAIT_INIT (REGDMA_PHY_LINK(0x19), WDEVTXQ_BLOCK, 0, … in sleep_modem_wifi_modem_state_init()
Dsleep_system_peripheral.c95 …[2] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_UART_LINK(0x02), UART_REG_UPDATE_REG(0), 0x0,… in sleep_sys_periph_uart0_retention_init()
115 …[5] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_TIMG_LINK(0x05), TIMG_T0UPDATE_REG(0), 0x0… in sleep_sys_periph_tg0_retention_init()
190 …[1] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_SYSTIMER_LINK(0x01), SYSTIMER_UNIT0_OP_REG, … in sleep_sys_periph_systimer_retention_init()
195 …[5] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_SYSTIMER_LINK(0x05), SYSTIMER_UNIT1_OP_REG, … in sleep_sys_periph_systimer_retention_init()
Dsleep_clock.c44 …[3] = { .config = REGDMA_LINK_WAIT_INIT (REGDMA_PCR_LINK(3), PCR_BUS_CLK_UPDATE_REG, 0x… in sleep_clock_system_retention_init()
Dsleep_retention.c222 …static sleep_retention_entries_config_t dummy = { REGDMA_LINK_WAIT_INIT(0xffff, 0, 0, 0, 1, 1), 0 … in sleep_retention_entries_check_and_create_default()
232 …static const sleep_retention_entries_config_t final_dummy = { REGDMA_LINK_WAIT_INIT(0xffff, 0, 0, … in sleep_retention_entries_check_and_create_final_default()
507 …[1] = { .config = REGDMA_LINK_WAIT_INIT (0xfffe, PMU_DATE_REG, ~value, mask, skip_b, skip_r), .own… in sleep_retention_entries_create_impl()
530 …static const sleep_retention_entries_config_t bonding_dummy = { REGDMA_LINK_WAIT_INIT(0xffff, 0, 0… in sleep_retention_entries_create_bonding()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h267 #define REGDMA_LINK_WAIT_INIT(_id, _backup, _val, _mask, _skip_b, _skip_r) \ macro