Home
last modified time | relevance | path

Searched refs:DPORT_GET_PERI_REG_BITS (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h99 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h96 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h98 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h99 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h99 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h97 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h190 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro