STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
Testing Applications. More...
Functions | |
void | vAPPS_main (void) |
This function is responsible for running the applications. More... | |
void | vTestApp_TestingGPIO_main (void) |
This function is the main function for the TestApp_TestingGPIO application. More... | |
Testing Applications.
This module contains all the testing applications
void vAPPS_main | ( | void | ) |
#include <APPS/APPS_main.h>
This function is responsible for running the applications.
This function is responsible for running the applications
References RCC_vInit(), TESTING_APPLICATION_MAIN_FUNC, and TestingGPIO.
Referenced by main().
void vTestApp_TestingGPIO_main | ( | void | ) |
#include <APPS/TestingGPIO/TestApp_TestingGPIO_main.h>
This function is the main function for the TestApp_TestingGPIO application.
This function is the main function for the TestApp_TestingGPIO application
References GPIO_Direction_Input, GPIO_Direction_Output_50MHz, GPIO_Input_Type_Pull_Up, GPIO_Pins_1, GPIO_Pins_7, GPIO_Ports_A, GPIO_Ports_B, GPIO_tGetPinValue(), GPIO_vSetPinDirection(), GPIO_vSetPinInputType(), GPIO_vSetPinValue(), RCC_APB2Peripherals_PORTA, RCC_APB2Peripherals_PORTB, and RCC_vEnablePeripheralABP2().