Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dtwai_reg.h17 #define TWAI_MODE_REG(i) (REG_TWAI_BASE(i) + 0x0)
60 #define TWAI_CMD_REG(i) (REG_TWAI_BASE(i) + 0x4)
102 #define TWAI_STATUS_REG(i) (REG_TWAI_BASE(i) + 0x8)
179 #define TWAI_INTERRUPT_REG(i) (REG_TWAI_BASE(i) + 0xc)
251 #define TWAI_INTERRUPT_ENABLE_REG(i) (REG_TWAI_BASE(i) + 0x10)
321 #define TWAI_BUS_TIMING_0_REG(i) (REG_TWAI_BASE(i) + 0x18)
344 #define TWAI_BUS_TIMING_1_REG(i) (REG_TWAI_BASE(i) + 0x1c)
373 #define TWAI_ARB_LOST_CAP_REG(i) (REG_TWAI_BASE(i) + 0x2c)
385 #define TWAI_ERR_CODE_CAP_REG(i) (REG_TWAI_BASE(i) + 0x30)
411 #define TWAI_ERR_WARNING_LIMIT_REG(i) (REG_TWAI_BASE(i) + 0x34)
[all …]
Dsoc.h29 #define REG_TWAI_BASE(i) (DR_REG_TWAI0_BASE + (i) * 0x2000) // TWAI0 a… macro