Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_comp.c221 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
770 wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * (SystemCoreClock / (100000UL * 2UL))); in HAL_COMP_Start()