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.c File Reference
#include "tacho_mb.h"
#include "LPC21xx.h"
+ Include dependency graph for tacho_mb.c:

Go to the source code of this file.

Macros

#define TACHO_MB_PINSEL   PINSEL1
 
#define TACHO_MB_PINSEL_VAL   0x02
 
#define TACHO_MB_PINSEL_BIT   12
 

Functions

void tacho_mb_init (void)
 

Variables

uint32_t t_duration
 

Macro Definition Documentation

#define TACHO_MB_PINSEL   PINSEL1

Definition at line 8 of file tacho_mb.c.

Referenced by tacho_mb_init().

#define TACHO_MB_PINSEL_BIT   12

Definition at line 10 of file tacho_mb.c.

Referenced by tacho_mb_init().

#define TACHO_MB_PINSEL_VAL   0x02

Definition at line 9 of file tacho_mb.c.

Referenced by tacho_mb_init().

Function Documentation

void tacho_mb_init ( void  )

Variable Documentation

uint32_t t_duration

Definition at line 5 of file tacho_mb.c.