BLDC control on ATAVRMC303 with ATxMega128A1
hires_driver.h
Go to the documentation of this file.
1 /* This file has been prepared for Doxygen automatic documentation generation.*/
60 #ifndef __HIRES_DRIVER_H__
61 #define __HIRES_DRIVER_H__
62 
63 #include "avr_compiler.h"
64 
65 void HIRES_Enable(HIRES_t * hires, HIRES_HREN_t enableMask);
66 
67 #endif
void HIRES_Enable(HIRES_t *hires, HIRES_HREN_t enableMask)
This function enables the HiRes extension for the selected Timer/Counters.
Definition: hires_driver.c:69
This file implements some macros that makes the IAR C-compiler and avr-gcc work with the same code ba...