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

HAL_MSP_Private_Functions

HAL_MSP_Private_Functions
[HAL MSP module driver]

Functions

void HAL_MspInit (void)
 Initialize the Global MSP.
void HAL_MspDeInit (void)
 DeInitialize the Global MSP.
void HAL_PPP_MspInit (void)
 Initialize the PPP MSP.
void HAL_PPP_MspDeInit (void)
 DeInitialize the PPP MSP.

Function Documentation

void HAL_MspDeInit ( void   )

DeInitialize the Global MSP.

Parameters:
None
Return values:
None

Definition at line 90 of file stm32l4xx_hal_msp_template.c.

void HAL_MspInit ( void   )

Initialize the Global MSP.

Parameters:
None
Return values:
None

Definition at line 78 of file stm32l4xx_hal_msp_template.c.

void HAL_PPP_MspDeInit ( void   )

DeInitialize the PPP MSP.

Parameters:
None
Return values:
None

Definition at line 114 of file stm32l4xx_hal_msp_template.c.

void HAL_PPP_MspInit ( void   )

Initialize the PPP MSP.

Parameters:
None
Return values:
None

Definition at line 102 of file stm32l4xx_hal_msp_template.c.