STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_CRS_EnableFreqErrorCounter (void) |
Enable Frequency error counter. | |
__STATIC_INLINE void | LL_CRS_DisableFreqErrorCounter (void) |
Disable Frequency error counter. | |
__STATIC_INLINE uint32_t | LL_CRS_IsEnabledFreqErrorCounter (void) |
Check if Frequency error counter is enabled or not. | |
__STATIC_INLINE void | LL_CRS_EnableAutoTrimming (void) |
Enable Automatic trimming counter. | |
__STATIC_INLINE void | LL_CRS_DisableAutoTrimming (void) |
Disable Automatic trimming counter. | |
__STATIC_INLINE uint32_t | LL_CRS_IsEnabledAutoTrimming (void) |
Check if Automatic trimming is enabled or not. | |
__STATIC_INLINE void | LL_CRS_SetHSI48SmoothTrimming (uint32_t Value) |
Set HSI48 oscillator smooth trimming. | |
__STATIC_INLINE uint32_t | LL_CRS_GetHSI48SmoothTrimming (void) |
Get HSI48 oscillator smooth trimming. | |
__STATIC_INLINE void | LL_CRS_SetReloadCounter (uint32_t Value) |
Set counter reload value. | |
__STATIC_INLINE uint32_t | LL_CRS_GetReloadCounter (void) |
Get counter reload value. | |
__STATIC_INLINE void | LL_CRS_SetFreqErrorLimit (uint32_t Value) |
Set frequency error limit. | |
__STATIC_INLINE uint32_t | LL_CRS_GetFreqErrorLimit (void) |
Get frequency error limit. | |
__STATIC_INLINE void | LL_CRS_SetSyncDivider (uint32_t Divider) |
Set division factor for SYNC signal. | |
__STATIC_INLINE uint32_t | LL_CRS_GetSyncDivider (void) |
Get division factor for SYNC signal. | |
__STATIC_INLINE void | LL_CRS_SetSyncSignalSource (uint32_t Source) |
Set SYNC signal source. | |
__STATIC_INLINE uint32_t | LL_CRS_GetSyncSignalSource (void) |
Get SYNC signal source. | |
__STATIC_INLINE void | LL_CRS_SetSyncPolarity (uint32_t Polarity) |
Set input polarity for the SYNC signal source. | |
__STATIC_INLINE uint32_t | LL_CRS_GetSyncPolarity (void) |
Get input polarity for the SYNC signal source. | |
__STATIC_INLINE void | LL_CRS_ConfigSynchronization (uint32_t HSI48CalibrationValue, uint32_t ErrorLimitValue, uint32_t ReloadValue, uint32_t Settings) |
Configure CRS for the synchronization. |
__STATIC_INLINE void LL_CRS_ConfigSynchronization | ( | uint32_t | HSI48CalibrationValue, |
uint32_t | ErrorLimitValue, | ||
uint32_t | ReloadValue, | ||
uint32_t | Settings | ||
) |
Configure CRS for the synchronization.
HSI48CalibrationValue | a number between Min_Data = 0 and Max_Data = 63 |
ErrorLimitValue | a number between Min_Data = 0 and Max_Data = 0xFFFF |
ReloadValue | a number between Min_Data = 0 and Max_Data = 255 |
Settings | This parameter can be a combination of the following values:
|
None |
Definition at line 450 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_DisableAutoTrimming | ( | void | ) |
Disable Automatic trimming counter.
None |
Definition at line 260 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_DisableFreqErrorCounter | ( | void | ) |
Disable Frequency error counter.
None |
Definition at line 230 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_EnableAutoTrimming | ( | void | ) |
Enable Automatic trimming counter.
None |
Definition at line 250 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_EnableFreqErrorCounter | ( | void | ) |
Enable Frequency error counter.
None |
Definition at line 220 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetFreqErrorLimit | ( | void | ) |
Get frequency error limit.
A | number between Min_Data = 0 and Max_Data = 255 |
Definition at line 338 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetHSI48SmoothTrimming | ( | void | ) |
Get HSI48 oscillator smooth trimming.
a | number between Min_Data = 0 and Max_Data = 127 |
Definition at line 293 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetReloadCounter | ( | void | ) |
Get counter reload value.
a | number between Min_Data = 0 and Max_Data = 0xFFFF |
Definition at line 316 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetSyncDivider | ( | void | ) |
Get division factor for SYNC signal.
Returned | value can be one of the following values: |
Definition at line 375 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetSyncPolarity | ( | void | ) |
Get input polarity for the SYNC signal source.
Returned | value can be one of the following values: |
Definition at line 427 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetSyncSignalSource | ( | void | ) |
Get SYNC signal source.
Returned | value can be one of the following values: |
Definition at line 402 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_IsEnabledAutoTrimming | ( | void | ) |
Check if Automatic trimming is enabled or not.
State | of bit (1 or 0). |
Definition at line 270 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_IsEnabledFreqErrorCounter | ( | void | ) |
Check if Frequency error counter is enabled or not.
State | of bit (1 or 0). |
Definition at line 240 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_SetFreqErrorLimit | ( | uint32_t | Value | ) |
Set frequency error limit.
Value | a number between Min_Data = 0 and Max_Data = 255 |
None |
Definition at line 328 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_SetHSI48SmoothTrimming | ( | uint32_t | Value | ) |
Set HSI48 oscillator smooth trimming.
Value | a number between Min_Data = 0 and Max_Data = 127 |
None |
Definition at line 283 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_SetReloadCounter | ( | uint32_t | Value | ) |
Set counter reload value.
Value | a number between Min_Data = 0 and Max_Data = 0xFFFF |
None |
Definition at line 306 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_SetSyncDivider | ( | uint32_t | Divider | ) |
Set division factor for SYNC signal.
Divider | This parameter can be one of the following values: |
None |
Definition at line 357 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_SetSyncPolarity | ( | uint32_t | Polarity | ) |
Set input polarity for the SYNC signal source.
Polarity | This parameter can be one of the following values: |
None |
Definition at line 415 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE void LL_CRS_SetSyncSignalSource | ( | uint32_t | Source | ) |
Set SYNC signal source.
Source | This parameter can be one of the following values: |
None |
Definition at line 389 of file stm32h7xx_ll_crs.h.