Searched refs:VALUE_SET_FIELD (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/ulp/ulp_riscv/include/ulp_riscv/ |
D | ulp_riscv_register_ops.h | 92 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | soc.h | 144 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | soc.h | 167 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | soc.h | 177 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 185 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 156 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|