Searched refs:_m (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/ulp/ulp_riscv/include/ulp_riscv/ |
D | ulp_riscv_register_ops.h | 71 #define REG_SET_BITS(_r, _b, _m) ({ … argument 72 …)RISCV_REG_CONV(_r) = (*(volatile uint32_t*)RISCV_REG_CONV(_r) & ~(_m)) | ((_b) & (_m))); …
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | dport_access.h | 51 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument
|
D | soc.h | 146 #define REG_SET_BITS(_r, _b, _m) ({ … argument 147 …(*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m))); …
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | dport_access.h | 48 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument
|
D | soc.h | 161 #define REG_SET_BITS(_r, _b, _m) ({ … argument 163 …(*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m))); …
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | dport_access.h | 47 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument
|
D | soc.h | 156 #define REG_SET_BITS(_r, _b, _m) ({ … argument 157 …(*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m))); …
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | dport_access.h | 51 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument
|
D | soc.h | 123 #define REG_SET_BITS(_r, _b, _m) ({ … argument 124 …(*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m))); …
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | dport_access.h | 126 #define DPORT_REG_SET_BITS(_r, _b, _m) DPORT_REG_WRITE((_r), ((DPORT_REG_READ(_r) & (~(_m))) | ((_b… argument
|
D | soc.h | 132 #define REG_SET_BITS(_r, _b, _m) ({ … argument 134 …(*(volatile uint32_t*)(_r) = (*(volatile uint32_t*)(_r) & ~(_m)) | ((_b) & (_m))); …
|