#include <stdint.h>
#include <avr/interrupt.h>
#include <avr/io.h>
#include "src/pins/fastInputPin.h"
#include "src/pins/fastOutputPin.h"
Go to the source code of this file.
◆ BOARD_MAX_DIGITAL_PINS
| #define BOARD_MAX_DIGITAL_PINS 54 |
◆ BOARD_MAX_IO_PINS
◆ BOOST_TIMER_COMPARE
◆ BOOST_TIMER_COUNTER
◆ CORE_AVR
◆ DISABLE_BOOST_TIMER
◆ DISABLE_VVT_TIMER
◆ ENABLE_BOOST_TIMER
◆ ENABLE_VVT_TIMER
◆ FPU_MAX_SIZE
◆ FUEL1_COMPARE
◆ FUEL1_COUNTER
◆ FUEL2_COMPARE
◆ FUEL2_COUNTER
◆ FUEL3_COMPARE
◆ FUEL3_COUNTER
◆ FUEL4_COMPARE
◆ FUEL4_COUNTER
◆ FUEL5_COMPARE
◆ FUEL5_COUNTER
◆ FUEL6_COMPARE
◆ FUEL6_COUNTER
◆ FUEL7_COMPARE
◆ FUEL7_COUNTER
◆ FUEL8_COMPARE
◆ FUEL8_COUNTER
◆ IDLE_COMPARE
◆ IDLE_COUNTER
◆ IDLE_TIMER_DISABLE
◆ IDLE_TIMER_ENABLE
◆ IGN1_COMPARE
◆ IGN1_COUNTER
◆ IGN2_COMPARE
◆ IGN2_COUNTER
◆ IGN3_COMPARE
◆ IGN3_COUNTER
◆ IGN4_COMPARE
◆ IGN4_COUNTER
◆ IGN5_COMPARE
◆ IGN5_COUNTER
◆ IGN6_COMPARE
◆ IGN6_COUNTER
◆ IGN7_COMPARE
◆ IGN7_COUNTER
◆ IGN8_COMPARE
◆ IGN8_COUNTER
◆ IGN_CHANNELS
◆ INJ_CHANNELS
◆ LED_BUILTIN
◆ RTC_LIB_H
◆ SECONDARY_SERIAL_T
◆ TS_SERIAL_BUFFER_SIZE
| #define TS_SERIAL_BUFFER_SIZE (256+7+1) |
◆ VVT_TIMER_COMPARE
◆ VVT_TIMER_COUNTER
◆ boardInputPin_t
◆ boardOutputPin_t
◆ COMPARE_TYPE
The timer overflow type.
On some boards timers can overflow at less than the timer register width
◆ FUEL1_TIMER_DISABLE()
◆ FUEL1_TIMER_ENABLE()
◆ FUEL2_TIMER_DISABLE()
◆ FUEL2_TIMER_ENABLE()
◆ FUEL3_TIMER_DISABLE()
◆ FUEL3_TIMER_ENABLE()
◆ FUEL4_TIMER_DISABLE()
◆ FUEL4_TIMER_ENABLE()
◆ FUEL5_TIMER_DISABLE()
◆ FUEL5_TIMER_ENABLE()
◆ FUEL6_TIMER_DISABLE()
◆ FUEL6_TIMER_ENABLE()
◆ FUEL7_TIMER_DISABLE()
◆ FUEL7_TIMER_ENABLE()
◆ FUEL8_TIMER_DISABLE()
◆ FUEL8_TIMER_ENABLE()
◆ IGN1_TIMER_DISABLE()
◆ IGN1_TIMER_ENABLE()
◆ IGN2_TIMER_DISABLE()
◆ IGN2_TIMER_ENABLE()
◆ IGN3_TIMER_DISABLE()
◆ IGN3_TIMER_ENABLE()
◆ IGN4_TIMER_DISABLE()
◆ IGN4_TIMER_ENABLE()
◆ IGN5_TIMER_DISABLE()
◆ IGN5_TIMER_ENABLE()
◆ IGN6_TIMER_DISABLE()
◆ IGN6_TIMER_ENABLE()
◆ IGN7_TIMER_DISABLE()
◆ IGN7_TIMER_ENABLE()
◆ IGN8_TIMER_DISABLE()
◆ IGN8_TIMER_ENABLE()
◆ pinIsReserved()
◆ ticksToMicros()
Convert timer ticks to µS.
◆ uS_TO_TIMER_COMPARE()
Convert µS to timer ticks.
◆ ANALOG_PINS
◆ BLOCKING_FACTOR
◆ SERIAL_BUFFER_THRESHOLD
When the serial buffer is filled to greater than this threshold value, the serial processing operations will be performed more urgently in order to avoid it overflowing. Serial buffer is 64 bytes long, so the threshold is set at half this as a reasonable figure.
◆ TABLE_BLOCKING_FACTOR