Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
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

◆ TACHO_MB_PINSEL

#define TACHO_MB_PINSEL   PINSEL1

Definition at line 8 of file tacho_mb.c.

◆ TACHO_MB_PINSEL_BIT

#define TACHO_MB_PINSEL_BIT   12

Definition at line 10 of file tacho_mb.c.

◆ TACHO_MB_PINSEL_VAL

#define TACHO_MB_PINSEL_VAL   0x02

Definition at line 9 of file tacho_mb.c.

Function Documentation

◆ tacho_mb_init()

void tacho_mb_init ( void  )

Variable Documentation

◆ t_duration

uint32_t t_duration

Definition at line 5 of file tacho_mb.c.