60 #ifndef __HIRES_DRIVER_H__ 61 #define __HIRES_DRIVER_H__ 65 void HIRES_Enable(HIRES_t * hires, HIRES_HREN_t enableMask);
void HIRES_Enable(HIRES_t *hires, HIRES_HREN_t enableMask)
This function enables the HiRes extension for the selected Timer/Counters.
This file implements some macros that makes the IAR C-compiler and avr-gcc work with the same code ba...