Home
last modified time | relevance | path

Searched defs:DPORT_GET_PERI_REG_BITS2 (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h102 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h104 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h105 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h103 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h196 #define DPORT_GET_PERI_REG_BITS2(reg, mask,shift) ((DPORT_READ_PERI_REG(reg)>>(shift))&(mask)) macro