Home
last modified time | relevance | path

Searched refs:VALUE_SET_FIELD2 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/ulp/ulp_riscv/include/ulp_riscv/
Dulp_riscv_register_ops.h95 #define VALUE_SET_FIELD2(_r, _f, _v) ((_r)=(((_r) & ~(_f))|((_v)<<(_f##_S)))) macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h147 #define VALUE_SET_FIELD2(_r, _f, _v) ((_r)=(((_r) & ~(_f))|((_v)<<(_f##_S)))) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h170 #define VALUE_SET_FIELD2(_r, _f, _v) ((_r)=(((_r) & ~(_f))|((_v)<<(_f##_S)))) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h180 #define VALUE_SET_FIELD2(_r, _f, _v) ((_r)=(((_r) & ~(_f))|((_v)<<(_f##_S)))) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h188 #define VALUE_SET_FIELD2(_r, _f, _v) ((_r)=(((_r) & ~(_f))|((_v)<<(_f##_S)))) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h159 #define VALUE_SET_FIELD2(_r, _f, _v) ((_r)=(((_r) & ~(_f))|((_v)<<(_f##_S)))) macro