Hal Drivers for L4

Dependents:   BSP OneHopeOnePrayer FINAL_AUDIO_RECORD AudioDemo

Fork of STM32L4xx_HAL_Driver by Senior Design: Sound Monitor

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 1460 of file stm32l4xx_hal_rcc.c.