Speeduino
Loading...
Searching...
No Matches
Functions | Variables
idle.h File Reference
#include <stdint.h>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void initialiseIdle (bool forcehoming)
 
void idleControl (void)
 
void disableIdle (void)
 
void idleInterrupt (void)
 

Variables

uint16_t idle_pwm_max_count
 

Function Documentation

◆ disableIdle()

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

◆ idleControl()

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

◆ idleInterrupt()

void idleInterrupt ( void  )

◆ initialiseIdle()

void initialiseIdle ( bool  forcehoming)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ idle_pwm_max_count

uint16_t idle_pwm_max_count
extern