Searched refs:level (Results 1 – 5 of 5) sorted by relevance
978 uint32_t level = 0; in HAL_COMP_GetOutputLevel() local986 level = COMP_OUTPUTLEVEL_LOW; in HAL_COMP_GetOutputLevel()990 level = COMP_OUTPUTLEVEL_HIGH; in HAL_COMP_GetOutputLevel()993 return(level); in HAL_COMP_GetOutputLevel()
992 uint32_t level = 0U; in HAL_COMP_GetOutputLevel() local997 level = READ_BIT(hcomp->Instance->CSR, COMP_CSR_COMPxOUT); in HAL_COMP_GetOutputLevel()999 if (level != 0U) in HAL_COMP_GetOutputLevel()
877 uint32_t level=0; in HAL_COMP_GetOutputLevel() local887 level = READ_BIT(COMP->CSR, COMP_CSR_COMPxOUT << regshift); in HAL_COMP_GetOutputLevel()889 if(level != 0U) in HAL_COMP_GetOutputLevel()
102 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)105 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)
127 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)130 logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.INFO)