/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_crs.h | 85 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 648 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 658 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 668 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_crs.h | 85 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 648 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 658 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 668 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32l0xx_hal_rcc_ex.h | 534 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 633 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 643 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 653 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32f0xx_hal_rcc_ex.h | 892 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_crs.h | 84 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 649 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 659 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 669 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32h5xx_hal_rcc_ex.h | 1343 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_crs.h | 84 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 649 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 659 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 669 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32u5xx_hal_rcc_ex.h | 1053 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_crs.h | 97 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 661 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 671 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 681 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32c0xx_hal_rcc_ex.h | 325 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 633 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 643 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 653 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32g0xx_hal_rcc_ex.h | 577 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 639 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 649 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 659 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32h7rsxx_hal_rcc_ex.h | 705 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 638 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 648 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 658 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32l4xx_hal_rcc_ex.h | 838 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 633 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 643 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 653 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32l5xx_hal_rcc_ex.h | 649 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 633 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 643 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 653 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32h7xx_hal_rcc_ex.h | 1728 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_crs.h | 85 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 650 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 660 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 670 return (READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32u0xx_hal_rcc_ex.h | 475 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_crs.h | 70 #define LL_CRS_CR_SYNCOKIE CRS_CR_SYNCOKIE 633 SET_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_EnableIT_SYNCOK() 643 CLEAR_BIT(CRS->CR, CRS_CR_SYNCOKIE); in LL_CRS_DisableIT_SYNCOK() 653 return ((READ_BIT(CRS->CR, CRS_CR_SYNCOKIE) == (CRS_CR_SYNCOKIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_SYNCOK()
|
D | stm32g4xx_hal_rcc_ex.h | 541 #define RCC_CRS_IT_SYNCOK CRS_CR_SYNCOKIE /*!< SYNC event OK */
|