Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_comp.c978 uint32_t level = 0; in HAL_COMP_GetOutputLevel() local
986 level = COMP_OUTPUTLEVEL_LOW; in HAL_COMP_GetOutputLevel()
990 level = COMP_OUTPUTLEVEL_HIGH; in HAL_COMP_GetOutputLevel()
993 return(level); in HAL_COMP_GetOutputLevel()
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c992 uint32_t level = 0U; in HAL_COMP_GetOutputLevel() local
997 level = READ_BIT(hcomp->Instance->CSR, COMP_CSR_COMPxOUT); in HAL_COMP_GetOutputLevel()
999 if (level != 0U) in HAL_COMP_GetOutputLevel()
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_comp.c877 uint32_t level=0; in HAL_COMP_GetOutputLevel() local
887 level = READ_BIT(COMP->CSR, COMP_CSR_COMPxOUT << regshift); in HAL_COMP_GetOutputLevel()
889 if(level != 0U) in HAL_COMP_GetOutputLevel()
/hal_stm32-3.5.0/scripts/
Dupdate_stm32_package.py102 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
105 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)
Dserie_update.py127 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
130 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)