STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
Loading...
Searching...
No Matches
APPS_main.c File Reference

This file contains the implementation of the main function that is responsible for running the applications. More...

+ Include dependency graph for APPS_main.c:

Macros

#define TESTING_APPLICATION_MAIN_FUNC(APP_NAME)   vTestApp_##APP_NAME##_main()
 This macro is used to define the main function of the application. More...
 
#define TestingGPIO
 

Functions

void vAPPS_main (void)
 This function is responsible for running the applications. More...
 

Detailed Description

This file contains the implementation of the main function that is responsible for running the applications.

Author
Mohamed Alaa
Version
1.0.0
Date
2023-06-16

Macro Definition Documentation

◆ TESTING_APPLICATION_MAIN_FUNC

#define TESTING_APPLICATION_MAIN_FUNC (   APP_NAME)    vTestApp_##APP_NAME##_main()

This macro is used to define the main function of the application.

This macro is used to define the main function of the application

Parameters
[in]APP_NAMEThe name of the application

◆ TestingGPIO

#define TestingGPIO