Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drmt_reg.h18 #define RMT_CH0DATA_REG (DR_REG_RMT_BASE + 0x0000)
20 #define RMT_CH1DATA_REG (DR_REG_RMT_BASE + 0x0004)
22 #define RMT_CH2DATA_REG (DR_REG_RMT_BASE + 0x0008)
24 #define RMT_CH3DATA_REG (DR_REG_RMT_BASE + 0x000c)
26 #define RMT_CH4DATA_REG (DR_REG_RMT_BASE + 0x0010)
28 #define RMT_CH5DATA_REG (DR_REG_RMT_BASE + 0x0014)
30 #define RMT_CH6DATA_REG (DR_REG_RMT_BASE + 0x0018)
32 #define RMT_CH7DATA_REG (DR_REG_RMT_BASE + 0x001c)
34 #define RMT_CH0CONF0_REG (DR_REG_RMT_BASE + 0x0020)
82 #define RMT_CH0CONF1_REG (DR_REG_RMT_BASE + 0x0024)
[all …]
Dsoc.h61 #define DR_REG_RMT_BASE 0x3ff56000 macro