Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_comp.c189 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
662 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
762 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start_IT_OneShot()
853 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start_IT_AutoRearm()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_comp.c219 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
783 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
880 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start_IT()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_comp.c186 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
726 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_comp.c186 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
733 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_comp.c185 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
713 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_comp.c215 #define COMP_DELAY_STARTUP_US (25U) /*!< Delay for COMP startup time */ macro
808 wait_loop_index = (COMP_DELAY_STARTUP_US * (SystemCoreClock / (1000000U * 2U))); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_comp.c229 #define COMP_DELAY_STARTUP_US (60U) /*!< Delay for COMP startup time */ macro
662 wait_loop_index = (COMP_DELAY_STARTUP_US * (SystemCoreClock / 1000000U)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c310 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
774 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_comp.c215 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
769 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_comp.c186 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
762 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_comp.c190 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
758 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_comp.c185 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
752 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_comp.c180 #define COMP_DELAY_STARTUP_US (5UL) /*!< Delay for COMP startup time */ macro
810 wait_loop_index = (COMP_DELAY_STARTUP_US * (SystemCoreClock / (1000000UL * 2UL))); in HAL_COMP_Start()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_comp.c185 #define COMP_DELAY_STARTUP_US (80UL) /*!< Delay for COMP startup time */ macro
815 … wait_loop_index = ((COMP_DELAY_STARTUP_US / 10UL) * ((SystemCoreClock / (100000UL * 2UL)) + 1UL)); in HAL_COMP_Start()