Searched refs:COMP_DELAY_STARTUP_US (Results 1 – 1 of 1) sorted by relevance
221 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro770 wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * (SystemCoreClock / (100000UL * 2UL))); in HAL_COMP_Start()