Home
last modified time | relevance | path

Searched refs:sw_fstep (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Ddac_ll.h130 …HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.sar_dac_ctrl1, sw_fstep, (sw_freq > 0xFFFF) ? 0xFFFF : sw_freq… in dac_ll_cw_set_freq()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Ddac_ll.h151 …HAL_FORCE_MODIFY_U32_REG_FIELD(SENS.sar_dac_ctrl1, sw_fstep, (sw_freq > 0xFFFF) ? 0xFFFF : sw_freq… in dac_ll_cw_set_freq()
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsens_struct.h249 uint32_t sw_fstep: 16; member
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsens_struct.h303 uint32_t sw_fstep: 16; /*frequency step for CW generator*/ member