Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
VREFBUF
[SYSTEM Exported Functions]
Functions | |
__STATIC_INLINE void | LL_VREFBUF_Enable (void) |
Enable Internal voltage reference VREFBUF_CSR ENVR LL_VREFBUF_Enable. | |
__STATIC_INLINE void | LL_VREFBUF_Disable (void) |
Disable Internal voltage reference VREFBUF_CSR ENVR LL_VREFBUF_Disable. | |
__STATIC_INLINE void | LL_VREFBUF_EnableHIZ (void) |
Enable high impedance (VREF+pin is high impedance) VREFBUF_CSR HIZ LL_VREFBUF_EnableHIZ. | |
__STATIC_INLINE void | LL_VREFBUF_DisableHIZ (void) |
Disable high impedance (VREF+pin is internally connected to the voltage reference buffer output) VREFBUF_CSR HIZ LL_VREFBUF_DisableHIZ. | |
__STATIC_INLINE void | LL_VREFBUF_SetVoltageScaling (uint32_t Scale) |
Set the Voltage reference scale VREFBUF_CSR VRS LL_VREFBUF_SetVoltageScaling. | |
__STATIC_INLINE uint32_t | LL_VREFBUF_GetVoltageScaling (void) |
Get the Voltage reference scale VREFBUF_CSR VRS LL_VREFBUF_GetVoltageScaling. | |
__STATIC_INLINE uint32_t | LL_VREFBUF_IsVREFReady (void) |
Check if Voltage reference buffer is ready VREFBUF_CSR VRR LL_VREFBUF_IsVREFReady. | |
__STATIC_INLINE uint32_t | LL_VREFBUF_GetTrimming (void) |
Get the trimming code for VREFBUF calibration VREFBUF_CCR TRIM LL_VREFBUF_GetTrimming. | |
__STATIC_INLINE void | LL_VREFBUF_SetTrimming (uint32_t Value) |
Set the trimming code for VREFBUF calibration (Tune the internal reference buffer voltage) VREFBUF_CCR TRIM LL_VREFBUF_SetTrimming. |
Function Documentation
__STATIC_INLINE void LL_VREFBUF_Disable | ( | void | ) |
Disable Internal voltage reference VREFBUF_CSR ENVR LL_VREFBUF_Disable.
- Return values:
-
None
Definition at line 1189 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_VREFBUF_DisableHIZ | ( | void | ) |
Disable high impedance (VREF+pin is internally connected to the voltage reference buffer output) VREFBUF_CSR HIZ LL_VREFBUF_DisableHIZ.
- Return values:
-
None
Definition at line 1209 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_VREFBUF_Enable | ( | void | ) |
Enable Internal voltage reference VREFBUF_CSR ENVR LL_VREFBUF_Enable.
- Return values:
-
None
Definition at line 1179 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_VREFBUF_EnableHIZ | ( | void | ) |
Enable high impedance (VREF+pin is high impedance) VREFBUF_CSR HIZ LL_VREFBUF_EnableHIZ.
- Return values:
-
None
Definition at line 1199 of file stm32l4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_VREFBUF_GetTrimming | ( | void | ) |
Get the trimming code for VREFBUF calibration VREFBUF_CCR TRIM LL_VREFBUF_GetTrimming.
- Return values:
-
Between 0 and 0x3F
Definition at line 1254 of file stm32l4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_VREFBUF_GetVoltageScaling | ( | void | ) |
Get the Voltage reference scale VREFBUF_CSR VRS LL_VREFBUF_GetVoltageScaling.
- Return values:
-
Returned value can be one of the following values: - LL_VREFBUF_VOLTAGE_SCALE0
- LL_VREFBUF_VOLTAGE_SCALE1
Definition at line 1234 of file stm32l4xx_ll_system.h.
__STATIC_INLINE uint32_t LL_VREFBUF_IsVREFReady | ( | void | ) |
Check if Voltage reference buffer is ready VREFBUF_CSR VRR LL_VREFBUF_IsVREFReady.
- Return values:
-
State of bit (1 or 0).
Definition at line 1244 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_VREFBUF_SetTrimming | ( | uint32_t | Value ) |
Set the trimming code for VREFBUF calibration (Tune the internal reference buffer voltage) VREFBUF_CCR TRIM LL_VREFBUF_SetTrimming.
- Parameters:
-
Value Between 0 and 0x3F
- Return values:
-
None
Definition at line 1265 of file stm32l4xx_ll_system.h.
__STATIC_INLINE void LL_VREFBUF_SetVoltageScaling | ( | uint32_t | Scale ) |
Set the Voltage reference scale VREFBUF_CSR VRS LL_VREFBUF_SetVoltageScaling.
- Parameters:
-
Scale This parameter can be one of the following values: - LL_VREFBUF_VOLTAGE_SCALE0
- LL_VREFBUF_VOLTAGE_SCALE1
- Return values:
-
None
Definition at line 1222 of file stm32l4xx_ll_system.h.
Generated on Tue Jul 12 2022 17:38:58 by
