Home
last modified time | relevance | path

Searched refs:CRS_CR_ERRIE (Results 1 – 25 of 151) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_crs.h87 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
708 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
718 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
728 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_crs.h87 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
708 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
718 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
728 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32l0xx_hal_rcc_ex.h536 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
538 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
539 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
540 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflo…
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
693 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
703 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
713 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32f0xx_hal_rcc_ex.h894 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
896 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
897 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
898 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflo…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_crs.h86 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
709 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
719 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
729 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32h5xx_hal_rcc_ex.h1345 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
1347 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
1348 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
1349 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_crs.h86 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
709 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
719 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
729 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32u5xx_hal_rcc_ex.h1055 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
1057 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
1058 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
1059 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_crs.h99 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
721 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
731 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
741 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32c0xx_hal_rcc_ex.h327 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
329 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
330 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
331 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
693 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
703 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
713 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32g0xx_hal_rcc_ex.h579 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
581 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
582 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
583 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
699 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
709 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
719 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32h7rsxx_hal_rcc_ex.h707 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
709 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
710 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
711 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
698 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
708 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
718 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32l4xx_hal_rcc_ex.h840 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
842 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
843 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
844 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
693 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
703 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
713 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32l5xx_hal_rcc_ex.h651 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
653 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
654 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
655 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
693 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
703 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
713 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32h7xx_hal_rcc_ex.h1730 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
1732 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
1733 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
1734 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_crs.h87 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
710 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
720 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
730 return (READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)); in LL_CRS_IsEnabledIT_ERR()
Dstm32u0xx_hal_rcc_ex.h477 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
479 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
480 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
481 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_crs.h72 #define LL_CRS_CR_ERRIE CRS_CR_ERRIE
693 SET_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_EnableIT_ERR()
703 CLEAR_BIT(CRS->CR, CRS_CR_ERRIE); in LL_CRS_DisableIT_ERR()
713 return ((READ_BIT(CRS->CR, CRS_CR_ERRIE) == (CRS_CR_ERRIE)) ? 1UL : 0UL); in LL_CRS_IsEnabledIT_ERR()
Dstm32g4xx_hal_rcc_ex.h543 #define RCC_CRS_IT_ERR CRS_CR_ERRIE /*!< Error */
545 #define RCC_CRS_IT_SYNCERR CRS_CR_ERRIE /*!< SYNC error */
546 #define RCC_CRS_IT_SYNCMISS CRS_CR_ERRIE /*!< SYNC missed */
547 #define RCC_CRS_IT_TRIMOVF CRS_CR_ERRIE /*!< Trimming overflow or underflow */

1234567