Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_comp.c239 #define COMP_STATE_BIT_LOCK (0x00000010U) macro
281 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Init()
446 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_DeInit()
731 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Start()
789 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Stop()
938 if((hcomp == NULL) || ((hcomp->State & COMP_STATE_BIT_LOCK) != RESET)) in HAL_COMP_Lock()

Completed in 5 milliseconds