Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TUKS-COURSE-TIMER by
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 80 of file stm32l4xx_hal_msp_template.c.
| void HAL_MspInit | ( | void | ) |
Initialize the Global MSP.
- Parameters:
-
None
- Return values:
-
None
Definition at line 68 of file stm32l4xx_hal_msp_template.c.
| void HAL_PPP_MspDeInit | ( | void | ) |
DeInitialize the PPP MSP.
- Parameters:
-
None
- Return values:
-
None
Definition at line 104 of file stm32l4xx_hal_msp_template.c.
| void HAL_PPP_MspInit | ( | void | ) |
Initialize the PPP MSP.
- Parameters:
-
None
- Return values:
-
None
Definition at line 92 of file stm32l4xx_hal_msp_template.c.
Generated on Tue Jul 12 2022 17:38:53 by
1.7.2
