Searched refs:GET_PERI_REG_BITS (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | soc.h | 227 #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/ |
D | soc.h | 198 #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/ |
D | ulp_riscv_register_ops.h | 133 #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/ |
D | soc.h | 181 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | soc.h | 204 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | soc.h | 214 #define GET_PERI_REG_BITS(reg, hipos,lowpos) ({ … macro
|