Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_comp.h813 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock()
827 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
Dstm32l4xx_hal_comp.h349 …fine __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK)
356 …OCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h185 #if defined(COMP_CSR_LOCK)
186 #define COMP_FLAG_LOCK COMP_CSR_LOCK
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h185 #if defined(COMP_CSR_LOCK)
186 #define COMP_FLAG_LOCK COMP_CSR_LOCK
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h185 #if defined(COMP_CSR_LOCK)
186 #define COMP_FLAG_LOCK COMP_CSR_LOCK
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h15128 #define COMP_CSR_LOCK COMP_CSR_LOCK_Msk /*!< Comparator lock… macro