![]()  | 
  
    ACDC Senior Project v1.0.0
    
   Senior Project for Textron Aviation 
   | 
 
Header for main.c file. This file contains the common defines of the application. More...
#include "stm32f1xx.h"#include "stm32f1xx_hal.h"#include "ACDC_stdbool.h"#include "ACDC_stdint.h"#include "ACDC_string.h"#include "ACDC_GPIO.h"#include "ACDC_CLOCK.h"#include "ACDC_INTERRUPT.h"#include "ACDC_TIMER.h"#include "ACDC_USART.h"#include "ACDC_SPI.h"#include "ACDC_LTC1298_ADC.h"#include "ACDC_LTC1451_DAC.h"Go to the source code of this file.
Macros | |
| #define | B1_Pin GPIO_PIN_13 | 
| #define | B1_GPIO_Port GPIOC | 
| #define | B1_EXTI_IRQn EXTI15_10_IRQn | 
| #define | USART_TX_Pin GPIO_PIN_2 | 
| #define | USART_TX_GPIO_Port GPIOA | 
| #define | USART_RX_Pin GPIO_PIN_3 | 
| #define | USART_RX_GPIO_Port GPIOA | 
| #define | LD2_Pin GPIO_PIN_5 | 
| #define | LD2_GPIO_Port GPIOA | 
| #define | TMS_Pin GPIO_PIN_13 | 
| #define | TMS_GPIO_Port GPIOA | 
| #define | TCK_Pin GPIO_PIN_14 | 
| #define | TCK_GPIO_Port GPIOA | 
| #define | SWO_Pin GPIO_PIN_3 | 
| #define | SWO_GPIO_Port GPIOB | 
Functions | |
| void | Error_Handler (void) | 
| This function is executed in case of error occurrence.   | |
Header for main.c file. This file contains the common defines of the application.
| #define B1_EXTI_IRQn EXTI15_10_IRQn | 
| #define B1_GPIO_Port GPIOC | 
| #define B1_Pin GPIO_PIN_13 | 
| #define LD2_GPIO_Port GPIOA | 
| #define LD2_Pin GPIO_PIN_5 | 
| #define SWO_GPIO_Port GPIOB | 
| #define SWO_Pin GPIO_PIN_3 | 
| #define TCK_GPIO_Port GPIOA | 
| #define TCK_Pin GPIO_PIN_14 | 
| #define TMS_GPIO_Port GPIOA | 
| #define TMS_Pin GPIO_PIN_13 | 
| #define USART_RX_GPIO_Port GPIOA | 
| #define USART_RX_Pin GPIO_PIN_3 | 
| #define USART_TX_GPIO_Port GPIOA | 
| #define USART_TX_Pin GPIO_PIN_2 | 
| void Error_Handler | ( | void | ) | 
This function is executed in case of error occurrence.
| None |