Home
last modified time | relevance | path

Searched refs:_DPORT_REG_SET_BIT (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h81 #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.h78 #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.h80 #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.h81 #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.h81 #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.h79 #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.h172 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b))) macro