Searched refs:COMP_DELAY_STARTUP_US (Results 1 – 2 of 2) sorted by relevance
175 #define COMP_DELAY_STARTUP_US ((uint32_t) 25U) /*!< Delay for COMP startup time */ macro584 wait_loop_index = (COMP_DELAY_STARTUP_US * (SystemCoreClock / (1000000U * 2U))); in HAL_COMP_Start()
237 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro786 wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * (SystemCoreClock / (100000UL * 2UL))); in HAL_COMP_Start()