Main program body.
More...
|
void | ACDC_Init (SystemClockSpeed SCS_x) |
| Initializes the system clock, internal peripherals, and external hardware.
|
|
int | main (void) |
| The application entry point.
|
|
void | Error_Handler (void) |
| This function is executed in case of error occurrence.
|
|
Main program body.
- Author
- STMicroelectronics
- Copyright
- Copyright (c) 2023 STMicroelectronics. All rights reserved.
- Attention
- This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
◆ ACDC_Init()
Initializes the system clock, internal peripherals, and external hardware.
- Parameters
-
SCS_x | System Clock Speed (Ex. SCS_72Mhz, SCS_36Mhz, ...) |
◆ Error_Handler()
void Error_Handler |
( |
void | | ) |
|
This function is executed in case of error occurrence.
- Return values
-
◆ main()
The application entry point.
- Return values
-