Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c278 uint32_t count_timeout = 0; in recover_seed_error() local
289 count_timeout++; in recover_seed_error()
290 if (count_timeout == 10) { in recover_seed_error()
/Zephyr-latest/drivers/adc/
Dadc_stm32.c350 uint32_t count_timeout = 0; in adc_stm32_enable() local
359 count_timeout++; in adc_stm32_enable()
361 if (count_timeout >= 10) { in adc_stm32_enable()