Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h46 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h43 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h45 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h46 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h46 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h44 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h137 #define DPORT_REG_SET_BIT(_r, _b) DPORT_REG_WRITE((_r), (DPORT_REG_READ(_r)|(_b))) macro