Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_system_peripheral.c71 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_TEEAPM_LINK(0), DR_REG_HP_APM_BASE, DR_REG_HP… in sleep_sys_periph_tee_apm_retention_init()
72 …[1] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_TEEAPM_LINK(1), DR_REG_TEE_BASE, DR_REG_TE… in sleep_sys_periph_tee_apm_retention_init()
78 …[0] = { .config = REGDMA_LINK_WRITE_INIT(REGDMA_TEEAPM_LINK(2), TEE_M4_MODE_CTRL_REG, 0x0, 0xfffff… in sleep_sys_periph_tee_apm_retention_init()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Desp_regdma.h36 #define REGDMA_TEEAPM_LINK(_pri) ((0x0f << 8) | _pri) macro