Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_comp.c530 hcomp->State = HAL_COMP_STATE_BUSY; in HAL_COMP_Start()
561 if(hcomp->State == HAL_COMP_STATE_BUSY) in HAL_COMP_Stop()
709 case HAL_COMP_STATE_BUSY: in HAL_COMP_Lock()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h103HAL_COMP_STATE_BUSY = 0x02U, /*!< COMP is… enumerator
104 …HAL_COMP_STATE_BUSY_LOCKED = (HAL_COMP_STATE_BUSY | COMP_STATE_BITFIELD_LOCK) /*!< COMP is…
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c578 hcomp->State = HAL_COMP_STATE_BUSY; in HAL_COMP_Start()
618 if((hcomp->State == HAL_COMP_STATE_BUSY) || in HAL_COMP_Stop()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_comp.h110HAL_COMP_STATE_BUSY = 0x02U, /*!< COMP is… enumerator
111 …HAL_COMP_STATE_BUSY_LOCKED = (HAL_COMP_STATE_BUSY | COMP_STATE_BITFIELD_LOCK) /*!< COMP is…
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_comp.h107HAL_COMP_STATE_BUSY = 0x02, /*!< COMP is running … enumerator
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_comp.c779 hcomp->State = HAL_COMP_STATE_BUSY; in HAL_COMP_Start()