Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
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 |
#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().
void tacho_mb_init | ( | void | ) |
Definition at line 12 of file tacho_mb.c.
References T0CCR, TACHO_MB_PINSEL, TACHO_MB_PINSEL_BIT, TACHO_MB_PINSEL_VAL, TCCR_CR0_F, and TCCR_CR0_I.
uint32_t t_duration |
Definition at line 5 of file tacho_mb.c.