Searched refs:VALUE_SET_FIELD (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | soc.h | 90 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | soc.h | 84 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | soc.h | 88 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | soc.h | 82 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | soc.h | 82 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | soc.h | 97 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc.h | 94 #define VALUE_SET_FIELD(_r, _f, _v) ((_r)=(((_r) & ~((_f) << (_f##_S)))|((_v)<<(_f##_S)))) macro
|