rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Data Fields
tle8888_config Struct Reference

#include <tle8888.h>

Collaboration diagram for tle8888_config:
Collaboration graph
[legend]

Data Fields

SPIDriver * spi_bus
 
SPIConfig spi_config
 
struct { 
 
   ioportid_t   port 
 
   uint_fast8_t   pad 
 
reset 
 
struct { 
 
   ioportid_t   port 
 
   uint_fast8_t   pad 
 
direct_gpio [TLE8888_DIRECT_OUTPUTS] 
 
struct { 
 
   uint8_t   output 
 
direct_maps [TLE8888_DIRECT_MISC] 
 
struct { 
 
   ioportid_t   port 
 
   uint_fast8_t   pad 
 
ign_en 
 
struct { 
 
   ioportid_t   port 
 
   uint_fast8_t   pad 
 
inj_en 
 
tle8888_mode_e mode
 
bool stepper
 

Detailed Description

Definition at line 41 of file tle8888.h.

Field Documentation

◆ [struct]

struct { ... } tle8888_config::direct_gpio[TLE8888_DIRECT_OUTPUTS]

◆ [struct]

struct { ... } tle8888_config::direct_maps[TLE8888_DIRECT_MISC]

◆ [struct]

struct { ... } tle8888_config::ign_en

◆ [struct]

struct { ... } tle8888_config::inj_en

◆ mode

tle8888_mode_e tle8888_config::mode

Definition at line 69 of file tle8888.h.

Referenced by initSmartGpio().

◆ output

uint8_t tle8888_config::output

Definition at line 59 of file tle8888.h.

◆ pad

uint_fast8_t tle8888_config::pad

Definition at line 49 of file tle8888.h.

◆ port

ioportid_t tle8888_config::port

Definition at line 48 of file tle8888.h.

◆ [struct]

struct { ... } tle8888_config::reset

◆ spi_bus

SPIDriver* tle8888_config::spi_bus

Definition at line 43 of file tle8888.h.

Referenced by initSmartGpio(), and tle8888_add().

◆ spi_config

SPIConfig tle8888_config::spi_config

Definition at line 44 of file tle8888.h.

Referenced by initSmartGpio(), and tle8888_add().

◆ stepper

bool tle8888_config::stepper

Definition at line 72 of file tle8888.h.

Referenced by initSmartGpio().


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