Home
last modified time | relevance | path

Searched refs:count_timeout (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c256 uint32_t count_timeout = 0; in recover_seed_error() local
267 count_timeout++; in recover_seed_error()
268 if (count_timeout == 10) { in recover_seed_error()
/Zephyr-latest/drivers/adc/
Dadc_stm32.c341 uint32_t count_timeout = 0; in adc_stm32_enable() local
350 count_timeout++; in adc_stm32_enable()
352 if (count_timeout >= 10) { in adc_stm32_enable()