Paparazzi UAS  v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tacho_mb.h File Reference
#include "std.h"
+ Include dependency graph for tacho_mb.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TACHO_MB_ISR()
 

Functions

void tacho_mb_init (void)
 

Variables

uint32_t t_duration
 

Macro Definition Documentation

#define TACHO_MB_ISR ( )
Value:
{ \
static uint32_t tmb_last; \
uint32_t t_now = T0CR0; \
t_duration = t_now - tmb_last; \
tmb_last = t_now; \
}
#define T0CR0
Definition: LPC21xx.h:61
unsigned long uint32_t
Definition: types.h:18
#define LED_TOGGLE(i)
Definition: led_hw.h:53
uint32_t t_duration
Definition: tacho_mb.c:5

Definition at line 10 of file tacho_mb.h.

Function Documentation

void tacho_mb_init ( void  )

Variable Documentation

uint32_t t_duration

Definition at line 5 of file tacho_mb.c.