Searched defs:DPORT_REG_CLR_BIT (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | dport_access.h | 49 #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/ |
D | dport_access.h | 46 #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/ |
D | dport_access.h | 48 #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/ |
D | dport_access.h | 49 #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/ |
D | dport_access.h | 49 #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/ |
D | dport_access.h | 47 #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/ |
D | dport_access.h | 140 #define DPORT_REG_CLR_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r) & (~(_b)))) macro
|