rusEFI
The most advanced open source ECU
Data Fields
McpAdcState Struct Reference

MCP3208 ADC chip driver structure. More...

#include <mcp3208.h>

Collaboration diagram for McpAdcState:
Collaboration graph
[legend]

Data Fields

SPIDriver * driver
 
unsigned char tx_buff [3]
 
unsigned char rx_buff [3]
 
int requestedChannel
 
int results [8]
 

Detailed Description

MCP3208 ADC chip driver structure.

Definition at line 28 of file mcp3208.h.

Field Documentation

◆ driver

SPIDriver* McpAdcState::driver

Definition at line 29 of file mcp3208.h.

◆ requestedChannel

int McpAdcState::requestedChannel

Definition at line 32 of file mcp3208.h.

◆ results

int McpAdcState::results[8]

Definition at line 33 of file mcp3208.h.

◆ rx_buff

unsigned char McpAdcState::rx_buff[3]

Definition at line 31 of file mcp3208.h.

◆ tx_buff

unsigned char McpAdcState::tx_buff[3]

Definition at line 30 of file mcp3208.h.


The documentation for this struct was generated from the following file: