Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

void mcp355x_event ( void  )

Definition at line 60 of file mcp355x.c.

References spi_transaction::input_buf, mcp355x_data, mcp355x_data_available, mcp355x_spi_trans, SPITransDone, SPITransFailed, SPITransSuccess, and spi_transaction::status.

Referenced by navgo_baro_event().

+ Here is the caller graph for this function:

void mcp355x_read ( void  )

Definition at line 55 of file mcp355x.c.

References mcp355x_spi_trans, spi1, and spi_submit().

Referenced by baro_periodic().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

int32_t mcp355x_data

Definition at line 31 of file mcp355x.c.

Referenced by mcp355x_event(), mcp355x_init(), and navgo_baro_event().

bool mcp355x_data_available

Definition at line 30 of file mcp355x.c.

Referenced by mcp355x_event(), mcp355x_init(), and navgo_baro_event().