BLDC control on ATAVRMC303 with ATxMega128A1
hires_driver.c
Go to the documentation of this file.
1 /* This file has been prepared for Doxygen automatic documentation generation.*/
60 #include "hires_driver.h"
61 
69 void HIRES_Enable(HIRES_t * hires, HIRES_HREN_t hren)
70 {
71  hires->CTRLA = hren;
72 }
XMEGA HiRes driver header file.
void HIRES_Enable(HIRES_t *hires, HIRES_HREN_t hren)
This function enables the HiRes extension for the selected Timer/Counters.
Definition: hires_driver.c:69