Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dsoc.h227 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
228 …ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_BITS); …
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dsoc.h198 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
199 …ASSERT_IF_DPORT_REG((reg), GET_PERI_REG_BITS); …
/hal_espressif-3.4.0/components/ulp/ulp_riscv/include/ulp_riscv/
Dulp_riscv_register_ops.h133 #define GET_PERI_REG_BITS(reg, bit_map, shift) ((READ_PERI_REG(reg))&((bit_map)<<(shift)))>>shift macro
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dsoc.h181 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dsoc.h204 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dsoc.h214 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro