Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "led.h"
Go to the source code of this file.
Macros | |
#define | ICP_PINSEL PINSEL0 |
#define | ICP_PINSEL_VAL 0x02 |
#define | ICP_PINSEL_BIT 12 |
#define | ICP_ISR() |
Functions | |
static void | icp_scale_init (void) |
Variables | |
volatile uint32_t | pulse_len |
#define ICP_ISR | ( | ) |
Definition at line 22 of file icp_scale.h.
#define ICP_PINSEL PINSEL0 |
Definition at line 5 of file icp_scale.h.
Referenced by icp_scale_init().
#define ICP_PINSEL_BIT 12 |
Definition at line 7 of file icp_scale.h.
Referenced by icp_scale_init().
#define ICP_PINSEL_VAL 0x02 |
Definition at line 6 of file icp_scale.h.
Referenced by icp_scale_init().
|
inlinestatic |
Definition at line 13 of file icp_scale.h.
References ICP_PINSEL, ICP_PINSEL_BIT, ICP_PINSEL_VAL, T0CCR, TCCR_CR2_F, and TCCR_CR2_I.
volatile uint32_t pulse_len |
Definition at line 11 of file icp_scale.h.