Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_comp.c238 if((hcomp == NULL) || (__HAL_COMP_IS_LOCKED(hcomp))) in HAL_COMP_Init()
478 if((hcomp == NULL) || (__HAL_COMP_IS_LOCKED(hcomp))) in HAL_COMP_DeInit()
563 if((hcomp == NULL) || (__HAL_COMP_IS_LOCKED(hcomp))) in HAL_COMP_Start()
609 if((hcomp == NULL) || (__HAL_COMP_IS_LOCKED(hcomp))) in HAL_COMP_Stop()
703 if((hcomp == NULL) || (__HAL_COMP_IS_LOCKED(hcomp))) in HAL_COMP_Lock()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_comp.c294 else if(__HAL_COMP_IS_LOCKED(hcomp)) in HAL_COMP_Init()
505 else if(__HAL_COMP_IS_LOCKED(hcomp)) in HAL_COMP_DeInit()
764 else if(__HAL_COMP_IS_LOCKED(hcomp)) in HAL_COMP_Start()
815 else if(__HAL_COMP_IS_LOCKED(hcomp)) in HAL_COMP_Stop()
920 else if(__HAL_COMP_IS_LOCKED(hcomp)) in HAL_COMP_Lock()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_comp.h279 #define __HAL_COMP_IS_LOCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_comp.h356 #define __HAL_COMP_IS_LOCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_… macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1745 #define __HAL_COMP_GET_FLAG(__HANDLE__, __FLAG__) (__HAL_COMP_IS_LOCKED(__HANDLE__))
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1648 #define __HAL_COMP_GET_FLAG(__HANDLE__, __FLAG__) (__HAL_COMP_IS_LOCKED(__HANDLE__))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h1644 #define __HAL_COMP_GET_FLAG(__HANDLE__, __FLAG__) (__HAL_COMP_IS_LOCKED(__HANDLE__))