GetLSIFrequency() is only used within IWDG_Example.
 
Symbols
loading...
Files
loading...

GetLSIFrequency() function

Configures TIM5 to measure the LSI oscillator frequency.

Syntax

static uint32_t GetLSIFrequency(void);
Implemented in main.c:139

Return value

LSI Frequency

References

LocationReferrerText
main.c:139
static uint32_t GetLSIFrequency(void)
main.c:50
static uint32_t GetLSIFrequency(void);
main.c:96main()
uwLsiFreq = GetLSIFrequency();