Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_comp.c482 hcomp->State = HAL_COMP_STATE_READY; in HAL_COMP_Init()
596 if (HAL_COMP_STATE_READY == hcomp->State) in HAL_COMP_RegisterCallback()
670 if (HAL_COMP_STATE_READY == hcomp->State) in HAL_COMP_UnRegisterCallback()
773 if(hcomp->State == HAL_COMP_STATE_READY) in HAL_COMP_Start()
832 hcomp->State = HAL_COMP_STATE_READY; in HAL_COMP_Stop()
935 case HAL_COMP_STATE_READY: in HAL_COMP_Lock()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_comp.c359 hcomp->State = HAL_COMP_STATE_READY; in HAL_COMP_Init()
503 if(hcomp->State == HAL_COMP_STATE_READY) in HAL_COMP_Start()
567 hcomp->State = HAL_COMP_STATE_READY; in HAL_COMP_Stop()
712 case HAL_COMP_STATE_READY: in HAL_COMP_Lock()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c459 hcomp->State = HAL_COMP_STATE_READY; in HAL_COMP_Init()
572 if(hcomp->State == HAL_COMP_STATE_READY) in HAL_COMP_Start()
619 (hcomp->State == HAL_COMP_STATE_READY) ) in HAL_COMP_Stop()
625 hcomp->State = HAL_COMP_STATE_READY; in HAL_COMP_Stop()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h101HAL_COMP_STATE_READY = 0x01U, /*!< COMP in… enumerator
102 …HAL_COMP_STATE_READY_LOCKED = (HAL_COMP_STATE_READY | COMP_STATE_BITFIELD_LOCK), /*!< COMP in…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_comp.h108HAL_COMP_STATE_READY = 0x01U, /*!< COMP in… enumerator
109 …HAL_COMP_STATE_READY_LOCKED = (HAL_COMP_STATE_READY | COMP_STATE_BITFIELD_LOCK), /*!< COMP in…
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_comp.h105HAL_COMP_STATE_READY = 0x01, /*!< COMP initialized and ready for use … enumerator