Paparazzi UAS  v5.18.0_stable
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()

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:

◆ mcp355x_init()

◆ mcp355x_read()

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

◆ mcp355x_data

int32_t mcp355x_data

Definition at line 31 of file mcp355x.c.

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

◆ mcp355x_data_available

bool mcp355x_data_available

Definition at line 30 of file mcp355x.c.

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