Home
last modified time | relevance | path

Searched refs:eoc_poll_time_max (Results 1 – 9 of 9) sorted by relevance

/bsp/hc32/lckfb-hc32f4a0-lqfp100/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
52 .eoc_poll_time_max = 100, \
75 .eoc_poll_time_max = 100, \
/bsp/hc32/ev_hc32f334_lqfp64/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
72 .eoc_poll_time_max = 100, \
115 .eoc_poll_time_max = 100, \
/bsp/hc32/ev_hc32f448_lqfp80/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
72 .eoc_poll_time_max = 100, \
115 .eoc_poll_time_max = 100, \
/bsp/hc32/ev_hc32f472_lqfp100/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
72 .eoc_poll_time_max = 100, \
115 .eoc_poll_time_max = 100, \
/bsp/hc32/ev_hc32f4a0_lqfp176/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
72 .eoc_poll_time_max = 100, \
115 .eoc_poll_time_max = 100, \
/bsp/hc32/ev_hc32f4a8_lqfp176/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
72 .eoc_poll_time_max = 100, \
115 .eoc_poll_time_max = 100, \
/bsp/hc32/ev_hc32f460_lqfp100_v2/board/config/
A Dadc_config.h29 .eoc_poll_time_max = 100, \
72 .eoc_poll_time_max = 100, \
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_adc.h56 uint32_t eoc_poll_time_max; member
A Ddrv_adc.c180 while ((rt_tick_get() - start_time) < p_adc_dev->init.eoc_poll_time_max); in _adc_convert()
208 …tatus(adc_eoca_dma->Instance, adc_eoca_dma->flag) && (timeCnt < p_adc_dev->init.eoc_poll_time_max)) in _adc_convert()
213 if (timeCnt >= p_adc_dev->init.eoc_poll_time_max) in _adc_convert()

Completed in 15 milliseconds