/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_crs.h | 73 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 723 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 733 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 743 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32h7xx_hal_rcc_ex.h | 1731 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_crs.h | 73 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 723 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 733 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 743 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32l5xx_hal_rcc_ex.h | 652 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_crs.h | 73 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 723 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 733 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 743 return (READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32f0xx_hal_rcc_ex.h | 895 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_crs.h | 73 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 723 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 733 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 743 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32g4xx_hal_rcc_ex.h | 540 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_crs.h | 88 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 738 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 748 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 758 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_crs.h | 73 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 728 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 738 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 748 return (READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32l4xx_hal_rcc_ex.h | 841 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_crs.h | 73 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 723 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 733 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 743 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32g0xx_hal_rcc_ex.h | 580 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_crs.h | 87 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 739 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 749 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 759 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32h5xx_hal_rcc_ex.h | 1327 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_crs.h | 88 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 738 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 748 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 758 return (READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32l0xx_hal_rcc_ex.h | 537 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_crs.h | 87 #define LL_CRS_CR_ESYNCIE CRS_CR_ESYNCIE 739 SET_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_EnableIT_ESYNC() 749 CLEAR_BIT(CRS->CR, CRS_CR_ESYNCIE); in LL_CRS_DisableIT_ESYNC() 759 return ((READ_BIT(CRS->CR, CRS_CR_ESYNCIE) == (CRS_CR_ESYNCIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ESYNC()
|
D | stm32u5xx_hal_rcc_ex.h | 1003 #define RCC_CRS_IT_ESYNC CRS_CR_ESYNCIE /*!< Expected SYNC */
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/soc/ |
D | stm32f071xb.h | 1331 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/soc/ |
D | stm32l052xx.h | 1173 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
|
D | stm32l053xx.h | 1195 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
|
D | stm32l062xx.h | 1301 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
|
D | stm32l072xx.h | 1200 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
|
D | stm32l083xx.h | 1350 #define CRS_CR_ESYNCIE CRS_CR_ESYNCIE_Msk /* Expected SYNC(ESY… macro
|