Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ADS8344.h File Reference
#include "std.h"
+ Include dependency graph for ADS8344.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NB_CHANNELS   8
 

Functions

void ADS8344_init (void)
 
void ADS8344_start (void)
 

Variables

uint16_t ADS8344_values [NB_CHANNELS]
 
bool ADS8344_available
 

Macro Definition Documentation

#define NB_CHANNELS   8

Definition at line 28 of file ADS8344.h.

Function Documentation

void ADS8344_init ( void  )
void ADS8344_start ( void  )

Definition at line 132 of file ADS8344.c.

References ADS8344Select, send_request(), SpiClearRti(), SpiEnable, and SpiEnableRti().

+ Here is the call graph for this function:

Variable Documentation

bool ADS8344_available

Definition at line 38 of file ADS8344.c.

Referenced by ADS8344_init(), and SPI1_ISR().

uint16_t ADS8344_values[NB_CHANNELS]

Definition at line 39 of file ADS8344.c.

Referenced by read_values().