STM32L443xx HAL User Manual
Functions
IT_Management
CRS Exported Functions

Functions

__STATIC_INLINE void LL_CRS_EnableIT_SYNCOK (void)
 Enable SYNC event OK interrupt.
__STATIC_INLINE void LL_CRS_DisableIT_SYNCOK (void)
 Disable SYNC event OK interrupt.
__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCOK (void)
 Check if SYNC event OK interrupt is enabled or not.
__STATIC_INLINE void LL_CRS_EnableIT_SYNCWARN (void)
 Enable SYNC warning interrupt.
__STATIC_INLINE void LL_CRS_DisableIT_SYNCWARN (void)
 Disable SYNC warning interrupt.
__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCWARN (void)
 Check if SYNC warning interrupt is enabled or not.
__STATIC_INLINE void LL_CRS_EnableIT_ERR (void)
 Enable Synchronization or trimming error interrupt.
__STATIC_INLINE void LL_CRS_DisableIT_ERR (void)
 Disable Synchronization or trimming error interrupt.
__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ERR (void)
 Check if Synchronization or trimming error interrupt is enabled or not.
__STATIC_INLINE void LL_CRS_EnableIT_ESYNC (void)
 Enable Expected SYNC interrupt.
__STATIC_INLINE void LL_CRS_DisableIT_ESYNC (void)
 Disable Expected SYNC interrupt.
__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ESYNC (void)
 Check if Expected SYNC interrupt is enabled or not.

Function Documentation

__STATIC_INLINE void LL_CRS_DisableIT_ERR ( void  )

Disable Synchronization or trimming error interrupt.

Reference Manual to LL API cross reference:
CR ERRIE LL_CRS_DisableIT_ERR
Return values:
None

Definition at line 706 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_DisableIT_ESYNC ( void  )

Disable Expected SYNC interrupt.

Reference Manual to LL API cross reference:
CR ESYNCIE LL_CRS_DisableIT_ESYNC
Return values:
None

Definition at line 736 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_DisableIT_SYNCOK ( void  )

Disable SYNC event OK interrupt.

Reference Manual to LL API cross reference:
CR SYNCOKIE LL_CRS_DisableIT_SYNCOK
Return values:
None

Definition at line 646 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_DisableIT_SYNCWARN ( void  )

Disable SYNC warning interrupt.

Reference Manual to LL API cross reference:
CR SYNCWARNIE LL_CRS_DisableIT_SYNCWARN
Return values:
None

Definition at line 676 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_EnableIT_ERR ( void  )

Enable Synchronization or trimming error interrupt.

Reference Manual to LL API cross reference:
CR ERRIE LL_CRS_EnableIT_ERR
Return values:
None

Definition at line 696 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_EnableIT_ESYNC ( void  )

Enable Expected SYNC interrupt.

Reference Manual to LL API cross reference:
CR ESYNCIE LL_CRS_EnableIT_ESYNC
Return values:
None

Definition at line 726 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_EnableIT_SYNCOK ( void  )

Enable SYNC event OK interrupt.

Reference Manual to LL API cross reference:
CR SYNCOKIE LL_CRS_EnableIT_SYNCOK
Return values:
None

Definition at line 636 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_EnableIT_SYNCWARN ( void  )

Enable SYNC warning interrupt.

Reference Manual to LL API cross reference:
CR SYNCWARNIE LL_CRS_EnableIT_SYNCWARN
Return values:
None

Definition at line 666 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ERR ( void  )

Check if Synchronization or trimming error interrupt is enabled or not.

Reference Manual to LL API cross reference:
CR ERRIE LL_CRS_IsEnabledIT_ERR
Return values:
Stateof bit (1 or 0).

Definition at line 716 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ESYNC ( void  )

Check if Expected SYNC interrupt is enabled or not.

Reference Manual to LL API cross reference:
CR ESYNCIE LL_CRS_IsEnabledIT_ESYNC
Return values:
Stateof bit (1 or 0).

Definition at line 746 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCOK ( void  )

Check if SYNC event OK interrupt is enabled or not.

Reference Manual to LL API cross reference:
CR SYNCOKIE LL_CRS_IsEnabledIT_SYNCOK
Return values:
Stateof bit (1 or 0).

Definition at line 656 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCWARN ( void  )

Check if SYNC warning interrupt is enabled or not.

Reference Manual to LL API cross reference:
CR SYNCWARNIE LL_CRS_IsEnabledIT_SYNCWARN
Return values:
Stateof bit (1 or 0).

Definition at line 686 of file stm32l4xx_ll_crs.h.