Home
last modified time | relevance | path

Searched refs:COMP_CSR_COMPxLOCK (Results 1 – 25 of 67) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_comp.h621 SET_BIT(COMPx->CSR, COMP_CSR_COMPxLOCK); in LL_COMP_Lock()
636 return (READ_BIT(COMPx->CSR, COMP_CSR_COMPxLOCK) == (COMP_CSR_COMPxLOCK)); in LL_COMP_IsLocked()
Dstm32l0xx_hal_comp.h306 …__HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_COMPxLOCK)
313 …NDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_COMPxLOCK) == COMP_CSR_COMPxLOCK)
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_comp.h1344 SET_BIT(COMPx->CSR, COMP_CSR_COMPxLOCK); in LL_COMP_Lock()
1358 return (READ_BIT(COMPx->CSR, COMP_CSR_COMPxLOCK) == (COMP_CSR_COMPxLOCK)); in LL_COMP_IsLocked()
Dstm32f3xx_hal_comp_ex.h652 SET_BIT(COMP->CSR, (uint32_t)COMP_CSR_COMPxLOCK << regshift); \
687 #define __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_COMPxLOCK)
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_comp.h263 #define COMP_FLAG_LOCK ((uint32_t)COMP_CSR_COMPxLOCK) /*!< Lock flag */
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_comp.c852 SET_BIT(COMP->CSR, COMP_CSR_COMPxLOCK << regshift); in HAL_COMP_Lock()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_comp.c303 #define COMP_LOCK_ENABLE COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h184 #elif defined(COMP_CSR_COMPxLOCK)
185 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h191 #elif defined(COMP_CSR_COMPxLOCK)
192 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h196 #elif defined(COMP_CSR_COMPxLOCK)
197 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/Legacy/
Dstm32_hal_legacy.h196 #elif defined(COMP_CSR_COMPxLOCK)
197 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/Legacy/
Dstm32_hal_legacy.h192 #elif defined(COMP_CSR_COMPxLOCK)
193 #define COMP_FLAG_LOCK COMP_CSR_COMPxLOCK

123