Speeduino
Loading...
Searching...
No Matches
Public Attributes | List of all members
polledAction_t Struct Reference

An action to be polled at a specific frequency. More...

#include <polling.hpp>

Public Attributes

uint8_t timerBit
 The timer bit to poll this action. E.g. BIT_TIMER_1HZ.
 
void(* pCallback )(void)
 The function to call when the timer bit is set.
 

Detailed Description

An action to be polled at a specific frequency.

Member Data Documentation

◆ pCallback

void(* polledAction_t::pCallback) (void)

The function to call when the timer bit is set.

◆ timerBit

uint8_t polledAction_t::timerBit

The timer bit to poll this action. E.g. BIT_TIMER_1HZ.


The documentation for this struct was generated from the following file: