Searched refs:REGDMA_SPIMEM_LINK (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_system_peripheral.c | 166 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x00), REG_SPI_MEM_BASE(1), … in sleep_sys_periph_spimem_retention_init() 167 …[1] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x01), SPI_MEM_SPI_FMEM_PMS0_ATTR… in sleep_sys_periph_spimem_retention_init() 168 …[2] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x02), SPI_MEM_CLOCK_GATE_REG(1),… in sleep_sys_periph_spimem_retention_init() 169 …[3] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x03), SPI_MEM_MMU_POWER_CTRL_REG… in sleep_sys_periph_spimem_retention_init() 172 …[4] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x04), REG_SPI_MEM_BASE(0), … in sleep_sys_periph_spimem_retention_init() 173 …[5] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x05), SPI_MEM_SPI_FMEM_PMS0_ATTR… in sleep_sys_periph_spimem_retention_init() 174 …[6] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x06), SPI_MEM_CLOCK_GATE_REG(0),… in sleep_sys_periph_spimem_retention_init() 175 …[7] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_SPIMEM_LINK(0x07), SPI_MEM_MMU_POWER_CTRL_REG… in sleep_sys_periph_spimem_retention_init()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 41 #define REGDMA_SPIMEM_LINK(_pri) ((0x13 << 8) | _pri) macro
|