Speeduino
Loading...
Searching...
No Matches
Functions | Variables
scheduledIO_direct_ign.cpp File Reference
#include "board_definition.h"
#include "src/pins/fastOutputPin.h"
#include "preprocessor.h"

Functions

template<uint8_t channel>
static void channel_High (void)
 
template<uint8_t channel>
static void channel_Low (void)
 
void initIgnDirectIO (const uint8_t(&pinNumbers)[IGN_CHANNELS])
 
void coil1Low_DIRECT (void)
 
void coil1High_DIRECT (void)
 
void coil2Low_DIRECT (void)
 
void coil2High_DIRECT (void)
 
void coil3Low_DIRECT (void)
 
void coil3High_DIRECT (void)
 
void coil4Low_DIRECT (void)
 
void coil4High_DIRECT (void)
 
void coil5Low_DIRECT (void)
 
void coil5High_DIRECT (void)
 
void coil6Low_DIRECT (void)
 
void coil6High_DIRECT (void)
 
void coil7Low_DIRECT (void)
 
void coil7High_DIRECT (void)
 
void coil8Low_DIRECT (void)
 
void coil8High_DIRECT (void)
 

Variables

static fastOutputPin_t pins [IGN_CHANNELS]
 

Function Documentation

◆ channel_High()

template<uint8_t channel>
static void channel_High ( void  )
static
Here is the call graph for this function:

◆ channel_Low()

template<uint8_t channel>
static void channel_Low ( void  )
static
Here is the call graph for this function:

◆ coil1High_DIRECT()

void coil1High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil1Low_DIRECT()

void coil1Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil2High_DIRECT()

void coil2High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil2Low_DIRECT()

void coil2Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil3High_DIRECT()

void coil3High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil3Low_DIRECT()

void coil3Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil4High_DIRECT()

void coil4High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil4Low_DIRECT()

void coil4Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil5High_DIRECT()

void coil5High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil5Low_DIRECT()

void coil5Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil6High_DIRECT()

void coil6High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil6Low_DIRECT()

void coil6Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil7High_DIRECT()

void coil7High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil7Low_DIRECT()

void coil7Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil8High_DIRECT()

void coil8High_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ coil8Low_DIRECT()

void coil8Low_DIRECT ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initIgnDirectIO()

void initIgnDirectIO ( const uint8_t(&)  pinNumbers[IGN_CHANNELS])
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ pins