Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/ulp/ulp_riscv/include/ulp_riscv/
Dulp_riscv_register_ops.h98 #define FIELD_TO_VALUE(_f, _v) (((_v)&(_f))<<_f##_S) macro
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dsoc.h150 #define FIELD_TO_VALUE(_f, _v) (((_v)&(_f))<<_f##_S) macro
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dsoc.h173 #define FIELD_TO_VALUE(_f, _v) (((_v)&(_f))<<_f##_S) macro
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc.h183 #define FIELD_TO_VALUE(_f, _v) (((_v)&(_f))<<_f##_S) macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc.h191 #define FIELD_TO_VALUE(_f, _v) (((_v)&(_f))<<_f##_S) macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h162 #define FIELD_TO_VALUE(_f, _v) (((_v)&(_f))<<_f##_S) macro