Searched refs:DPORT_GET_PERI_REG_BITS (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | dport_access.h | 99 #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/ |
D | dport_access.h | 96 #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/ |
D | dport_access.h | 98 #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/ |
D | dport_access.h | 99 #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/ |
D | dport_access.h | 99 #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/ |
D | dport_access.h | 97 #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/ |
D | dport_access.h | 190 #define DPORT_GET_PERI_REG_BITS(reg, hipos,lowpos) ((DPORT_READ_PERI_REG(reg)>>(lowpos))&((1<<(… macro
|