ACDC Senior Project v1.0.0
Senior Project for Textron Aviation
Loading...
Searching...
No Matches
main.c File Reference

Main program body. More...

#include "main.h"

Functions

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.
 

Detailed Description

Main program body.

Author
STMicroelectronics
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.

Function Documentation

◆ ACDC_Init()

void ACDC_Init ( SystemClockSpeed SCS_x)

Initializes the system clock, internal peripherals, and external hardware.

Parameters
SCS_xSystem Clock Speed (Ex. SCS_72Mhz, SCS_36Mhz, ...)

◆ Error_Handler()

void Error_Handler ( void )

This function is executed in case of error occurrence.

Return values
None

◆ main()

int main ( void )

The application entry point.

Return values
int