Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_comp.c732 uint32_t polarity_toggle = 0U; in HAL_COMP_Start_IT_OneShot() local
773 polarity_toggle = 1U; in HAL_COMP_Start_IT_OneShot()
780 polarity_toggle = 1U; in HAL_COMP_Start_IT_OneShot()
784 if (polarity_toggle == 1U) in HAL_COMP_Start_IT_OneShot()
823 uint32_t polarity_toggle = 0U; in HAL_COMP_Start_IT_AutoRearm() local
864 polarity_toggle = 1U; in HAL_COMP_Start_IT_AutoRearm()
871 polarity_toggle = 1U; in HAL_COMP_Start_IT_AutoRearm()
875 if (polarity_toggle == 1U) in HAL_COMP_Start_IT_AutoRearm()
957 uint32_t polarity_toggle = 0U; in HAL_COMP_IRQHandler() local
981 polarity_toggle = 1U; in HAL_COMP_IRQHandler()
[all …]