binary Clock
Data Fields
timer_status_t Struct Reference

Structure for all important timer variables. More...

Data Fields

uint8_t millis_initialized
 flag for if the millisecond timer has been initialized More...
 
uint8_t counter_initialized
 flag for if the multiplexer timer has been initialized More...
 
volatile uint8_t * counter_count_ptr
 pointer to the counter's count More...
 
volatile uint32_t millis_count
 current millisecond count More...
 

Detailed Description

Structure for all important timer variables.

Field Documentation

◆ counter_count_ptr

volatile uint8_t* counter_count_ptr

pointer to the counter's count

◆ counter_initialized

uint8_t counter_initialized

flag for if the multiplexer timer has been initialized

◆ millis_count

volatile uint32_t millis_count

current millisecond count

◆ millis_initialized

uint8_t millis_initialized

flag for if the millisecond timer has been initialized


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