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

Functions

void initInjDirectIO (const uint8_t(&pinNumbers)[_countof(pins)])
 
void openInjector_DIRECT (uint8_t channel)
 
void closeInjector_DIRECT (uint8_t channel)
 

Variables

static fastOutputPin_t pins [INJ_CHANNELS]
 

Function Documentation

◆ closeInjector_DIRECT()

void closeInjector_DIRECT ( uint8_t  channel)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initInjDirectIO()

void initInjDirectIO ( const uint8_t(&)  pinNumbers[_countof(pins)])
Here is the call graph for this function:
Here is the caller graph for this function:

◆ openInjector_DIRECT()

void openInjector_DIRECT ( uint8_t  channel)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ pins