Speeduino
Loading...
Searching...
No Matches
Functions | Variables
resetControl.cpp File Reference
#include "resetControl.h"

Functions

uint8_t getResetControl (void)
 
void initialiseResetControl (statuses &current, uint8_t resetControlMode, uint8_t resetPin)
 
void matchResetControlToEngineState (statuses &current)
 

Variables

static uint8_t _resetControl = RESET_CONTROL_DISABLED
 
static uint8_t _resetPin
 

Function Documentation

◆ getResetControl()

uint8_t getResetControl ( void  )
Here is the caller graph for this function:

◆ initialiseResetControl()

void initialiseResetControl ( statuses current,
uint8_t  resetControlMode,
uint8_t  resetPin 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ matchResetControlToEngineState()

void matchResetControlToEngineState ( statuses current)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _resetControl

uint8_t _resetControl = RESET_CONTROL_DISABLED
static

◆ _resetPin

uint8_t _resetPin
static