Searched refs:REG_SET_BITS (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc.h | 70 #define REG_SET_BITS(_r, _b, _m) do { … macro 71 …ASSERT_IF_DPORT_REG((_r), REG_SET_BITS); …
|
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | soc.h | 69 #define REG_SET_BITS(_r, _b, _m) do { … macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc.h | 63 #define REG_SET_BITS(_r, _b, _m) do { … macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc.h | 67 #define REG_SET_BITS(_r, _b, _m) do { … macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 61 #define REG_SET_BITS(_r, _b, _m) do { … macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 61 #define REG_SET_BITS(_r, _b, _m) do { … macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc.h | 76 #define REG_SET_BITS(_r, _b, _m) do { … macro
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 372 …REG_SET_BITS(SENSITIVE_CORE_0_PIF_PMS_CONSTRAIN_9_REG, mask, (addr >> 2) & SENSITIVE_CORE_0_PIF_PM… in memprot_ll_set_rtcfast_split_line() 460 REG_SET_BITS(SENSITIVE_CORE_0_PIF_PMS_CONSTRAIN_10_REG, bits, mask); in memprot_ll_rtcfast_set_pms_area()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 770 REG_SET_BITS(reg, mask, (addr >> 2) & val); in memprot_ll_set_rtcfast_split_line() 875 REG_SET_BITS(reg, bits, mask); in memprot_ll_rtcfast_set_pms_area()
|