grblHAL core  20241107
timer_cap_t Union Reference

#include <hal.h>

Data Fields

uint8_t value
 All bitmap flags. More...
 
struct {
   uint8_t   periodic:1
 
   uint8_t   up:1
 Timer supports upcounting. More...
 
   uint8_t   comp1:1
 Timer supports compare interrupt 0. More...
 
   uint8_t   comp2:1
 Timer supports compare interrupt 1. More...
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ comp1

uint8_t comp1

Timer supports compare interrupt 0.

◆ comp2

uint8_t comp2

Timer supports compare interrupt 1.

◆ periodic

uint8_t periodic

◆ up

uint8_t up

Timer supports upcounting.

◆ value

uint8_t value

All bitmap flags.


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