Searched refs:rtc_cntl_hal_dma_link_init (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | rtc_hal.h | 66 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next);
|
/hal_espressif-latest/components/hal/esp32c2/ |
D | rtc_cntl_hal.c | 21 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init() function
|
/hal_espressif-latest/components/hal/esp32c3/ |
D | rtc_cntl_hal.c | 30 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init() function
|
/hal_espressif-latest/components/hal/esp32s3/ |
D | rtc_cntl_hal.c | 23 void * rtc_cntl_hal_dma_link_init(void *elem, void *buff, int size, void *next) in rtc_cntl_hal_dma_link_init() function
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_cpu.c | 179 s_cpu_retention.retent.tagmem.link_addr = rtc_cntl_hal_dma_link_init(buf, in esp_sleep_tagmem_pd_low_init() 219 s_cpu_retention.retent.cpu_pd_mem = rtc_cntl_hal_dma_link_init(buf, in esp_sleep_cpu_pd_low_init()
|