Searched refs:sleep_retention_entries_config_t (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_system_peripheral.c | 41 const static sleep_retention_entries_config_t intr_matrix_regs_retention[] = { in sleep_sys_periph_intr_matrix_retention_init() 55 const static sleep_retention_entries_config_t hp_system_regs_retention[] = { in sleep_sys_periph_hp_system_retention_init() 70 const static sleep_retention_entries_config_t tee_apm_regs_retention[] = { in sleep_sys_periph_tee_apm_retention_init() 77 const static sleep_retention_entries_config_t regs_highpri_retention[] = { in sleep_sys_periph_tee_apm_retention_init() 91 const static sleep_retention_entries_config_t uart_regs_retention[] = { in sleep_sys_periph_uart0_retention_init() 108 const static sleep_retention_entries_config_t tg_regs_retention[] = { in sleep_sys_periph_tg0_retention_init() 139 const static sleep_retention_entries_config_t iomux_regs_retention[] = { in sleep_sys_periph_iomux_retention_init() 164 const static sleep_retention_entries_config_t spimem_regs_retention[] = { in sleep_sys_periph_spimem_retention_init() 188 const static sleep_retention_entries_config_t systimer_regs_retention[] = { in sleep_sys_periph_systimer_retention_init()
|
D | sleep_clock.c | 39 const static sleep_retention_entries_config_t pcr_regs_retention[] = { in sleep_clock_system_retention_init() 67 const static sleep_retention_entries_config_t modem_regs_retention[] = { in sleep_clock_modem_retention_init() 77 const static sleep_retention_entries_config_t modem_retention_clock[] = { in sleep_clock_modem_retention_init()
|
D | sleep_retention.c | 203 static esp_err_t sleep_retention_entries_create_impl(const sleep_retention_entries_config_t retent[… 222 …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() 480 static esp_err_t sleep_retention_entries_create_impl(const sleep_retention_entries_config_t retent[… in sleep_retention_entries_create_impl() 505 sleep_retention_entries_config_t wait_bug_workaround[] = { 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() 567 static esp_err_t sleep_retention_entries_create_wrapper(const sleep_retention_entries_config_t rete… in sleep_retention_entries_create_wrapper() 584 esp_err_t sleep_retention_entries_create(const sleep_retention_entries_config_t retent[], int num, … in sleep_retention_entries_create()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/private_include/ |
D | sleep_gdma_retention_context.inc | 20 static const sleep_retention_entries_config_t gdma_g0p0_regs_retention[] = { 38 static const sleep_retention_entries_config_t gdma_g0p1_regs_retention[] = { 59 static const sleep_retention_entries_config_t gdma_g0p2_regs_retention[] = {
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/private_include/ |
D | sleep_gdma_retention_context.inc | 20 static const sleep_retention_entries_config_t gdma_g0p0_regs_retention[] = { 38 static const sleep_retention_entries_config_t gdma_g0p1_regs_retention[] = { 59 static const sleep_retention_entries_config_t gdma_g0p2_regs_retention[] = {
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | sleep_retention.h | 82 } sleep_retention_entries_config_t; typedef 113 esp_err_t sleep_retention_entries_create(const sleep_retention_entries_config_t retent[], int num, …
|
/hal_espressif-latest/components/esp_phy/src/ |
D | btbb_init.c | 33 const static sleep_retention_entries_config_t btbb_regs_retention[] = { in btbb_sleep_retention_init()
|
D | phy_init.c | 484 const static sleep_retention_entries_config_t bb_regs_retention[] = { in sleep_retention_wifi_bb_init()
|
/hal_espressif-latest/components/esp_hw_support/dma/ |
D | gdma_sleep_retention.c | 33 const sleep_retention_entries_config_t *link_list;
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | wifi_init.c | 120 …sleep_retention_entries_config_t *config = esp_wifi_internal_mac_retention_context_get(&config_siz… in init_wifi_mac_sleep_retention()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 135 extern sleep_retention_entries_config_t *r_esp_ble_mac_retention_link_get(uint8_t *size, uint8_t ex… 594 …sleep_retention_entries_config_t *ble_mac_modem_config = r_esp_ble_mac_retention_link_get(&size, e… in sleep_modem_ble_mac_retention_init()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 129 extern sleep_retention_entries_config_t *r_esp_ble_mac_retention_link_get(uint8_t *size, uint8_t ex… 586 …sleep_retention_entries_config_t *ble_mac_modem_config = r_esp_ble_mac_retention_link_get(&size, e… in sleep_modem_ble_mac_retention_init()
|