STM32L4xx_HAL_Driver  1.14.0
HAL_MSP_Private_Functions

Functions

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

Detailed Description

Function Documentation

◆ HAL_MspDeInit()

void HAL_MspDeInit ( void  )

DeInitialize the Global MSP.

Parameters
None
Return values
None

Definition at line 62 of file stm32l4xx_hal_msp_template.c.

63 {
64  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
65  modified by the user
66  */
67 }

◆ HAL_MspInit()

void HAL_MspInit ( void  )

Initialize the Global MSP.

Parameters
None
Return values
None

Definition at line 50 of file stm32l4xx_hal_msp_template.c.

51 {
52  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
53  modified by the user
54  */
55 }

◆ HAL_PPP_MspDeInit()

void HAL_PPP_MspDeInit ( void  )

DeInitialize the PPP MSP.

Parameters
None
Return values
None

Definition at line 86 of file stm32l4xx_hal_msp_template.c.

87 {
88  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
89  modified by the user
90  */
91 }

◆ HAL_PPP_MspInit()

void HAL_PPP_MspInit ( void  )

Initialize the PPP MSP.

Parameters
None
Return values
None

Definition at line 74 of file stm32l4xx_hal_msp_template.c.

75 {
76  /* NOTE : This function is generated automatically by STM32CubeMX and eventually
77  modified by the user
78  */
79 }