Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
mcp355x.h File Reference
#include "std.h"
+ Include dependency graph for mcp355x.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mcp355x_init (void)
 
void mcp355x_read (void)
 
void mcp355x_event (void)
 

Variables

bool mcp355x_data_available
 
int32_t mcp355x_data
 

Function Documentation

◆ mcp355x_event()

◆ mcp355x_init()

◆ mcp355x_read()

void mcp355x_read ( void  )

Definition at line 55 of file mcp355x.c.

References mcp355x_spi_trans, spi1, and spi_submit().

+ Here is the call graph for this function:

Variable Documentation

◆ mcp355x_data

int32_t mcp355x_data
extern

Definition at line 31 of file mcp355x.c.

Referenced by mcp355x_event(), and mcp355x_init().

◆ mcp355x_data_available

bool mcp355x_data_available
extern

Definition at line 30 of file mcp355x.c.

Referenced by mcp355x_event(), and mcp355x_init().