TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

RCC Private Functions

RCC Private Functions
[RCC]

Functions

static HAL_StatusTypeDef RCC_SetFlashLatencyFromMSIRange (uint32_t msirange)
 Update number of Flash wait states in line with MSI range and current voltage range.

Function Documentation

static HAL_StatusTypeDef RCC_SetFlashLatencyFromMSIRange ( uint32_t  msirange ) [static]

Update number of Flash wait states in line with MSI range and current voltage range.

Parameters:
msirangeMSI range value from RCC_MSIRANGE_0 to RCC_MSIRANGE_11
Return values:
HALstatus

Definition at line 1442 of file stm32l4xx_hal_rcc.c.