Searched refs:COMP_CSR_LOCK (Results 1 – 25 of 104) sorted by relevance
12345
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_comp.h | 699 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 713 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32wbxx_hal_comp.h | 342 #define __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 349 …MP_IS_LOCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_comp.h | 684 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 698 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32wlxx_hal_comp.h | 321 …fine __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 328 …OCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_comp.h | 686 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 700 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32l5xx_hal_comp.h | 323 …fine __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 330 …OCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_comp.h | 680 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 694 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32g4xx_hal_comp.h | 328 …fine __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 335 …OCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_comp.h | 807 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 821 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32l4xx_hal_comp.h | 347 #define __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 354 …MP_IS_LOCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_comp.h | 766 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 780 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32wbaxx_hal_comp.h | 377 #define __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 384 …MP_IS_LOCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_comp.h | 798 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 812 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
D | stm32u5xx_hal_comp.h | 393 #define __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 400 …MP_IS_LOCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_comp.h | 343 …fine __HAL_COMP_LOCK(__HANDLE__) SET_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) 350 …OCKED(__HANDLE__) (READ_BIT((__HANDLE__)->Instance->CSR, COMP_CSR_LOCK) == COMP_CSR_LOCK)
|
D | stm32g0xx_ll_comp.h | 885 SET_BIT(COMPx->CSR, COMP_CSR_LOCK); in LL_COMP_Lock() 899 return ((READ_BIT(COMPx->CSR, COMP_CSR_LOCK) == (COMP_CSR_LOCK)) ? 1UL : 0UL); in LL_COMP_IsLocked()
|
/hal_stm32-3.6.0/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32g4xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 179 #if defined(COMP_CSR_LOCK) 180 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 187 #if defined(COMP_CSR_LOCK) 188 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32f4xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32l5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 188 #if defined(COMP_CSR_LOCK) 189 #define COMP_FLAG_LOCK COMP_CSR_LOCK
|
12345