Gazell Link Layer nRF24LU1+ timer interrupt service routine. More...
#include "gzll.h"
Go to the source code of this file.
Functions | |
T2_ISR () | |
Variables | |
volatile uint16_t xdata | timer_cnt = 0 |
Gazell Link Layer nRF24LU1+ timer interrupt service routine.
Definition in file gzll_timer_isr.c.
T2_ISR | ( | ) |
Definition at line 23 of file gzll_timer_isr.c.
{ TF2 = 0; gzll_timer_isr_function(); timer_cnt++; }
volatile uint16_t xdata timer_cnt = 0 |
Definition at line 21 of file gzll_timer_isr.c.