ACDC Senior Project v1.0.0
Senior Project for Textron Aviation
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  Core
  Inc
 ACDC_CLOCK.hHeader file containing functions for configuring the system clock and clock-related peripherals
 ACDC_GPIO.hHeader file for General Purpose Input Output pins
 ACDC_INTERRUPT.hContains interrupt functions for hardware peripherals
 ACDC_LTC1298_ADC.hHeader file for the LTC1298 12-bit ADC
 ACDC_LTC1451_DAC.hHeader file for the LTC1451 12-bit DAC
 ACDC_SPI.hHeader file for SPI driver
 ACDC_stdbool.hHeader file for the type bool
 ACDC_stdint.hHeader file for intx_t and uintx_t types
 ACDC_string.hHeader file containing String functions
 ACDC_TIMER.hHeader file containing functions for system timing using a hardware timer
 ACDC_USART.hHeader file containing various functions for sending, receiving, and initilizing the UART/USART prehiperal
 main.hHeader for main.c file. This file contains the common defines of the application
  Src
 ACDC_CLOCK.cImplentation of clock configuration functions for STM32F103xB MCU
 ACDC_GPIO.cImplementation of GPIO configuration and manipulation functions
 ACDC_INTERRUPT.cImplementation of general-purpose interrupt configuration functions
 ACDC_LTC1298_ADC.cImplementation of the external 12-bit LTC1298 Analog to Digital Converter (ADC)
 ACDC_LTC1451_DAC.cImplementation of the external 12-bit LTC1451 Digital to Analog Converter (DAC)
 ACDC_SPI.cImplementation of SPI driver
 ACDC_string.cImplementation of string manipulation functions
 ACDC_TIMER.cImplementation of timer functions for system clock speed and delay
 ACDC_USART.cImplentation of UART/USART Tx/Rx functions
 main.cMain program body