Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h49 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h46 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h48 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h49 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h49 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h47 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h140 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro