|
Paparazzi UAS
v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
|
#include "peripherals/max1168.h"#include "libopencm3/stm32/rcc.h"#include "libopencm3/stm32/gpio.h"#include "libopencm3/stm32/exti.h"#include <libopencm3/cm3/nvic.h>
Include dependency graph for max1168_arch.c:Go to the source code of this file.
Functions | |
| void | max1168_arch_init (void) |
| void | exti2_isr (void) |
| void exti2_isr | ( | void | ) |
Definition at line 51 of file max1168_arch.c.
| void max1168_arch_init | ( | void | ) |
Definition at line 32 of file max1168_arch.c.
References _VIC_ADDR, _VIC_CNTL, EXTINT, EXTINT0_ISR(), EXTMODE, EXTPOLAR, GPIO2, GPIOB, MAX1168_EOC_EINT, MAX1168_EOC_PINSEL, MAX1168_EOC_PINSEL_BIT, MAX1168_EOC_PINSEL_VAL, MAX1168_EOC_VIC_IT, NVIC_EXTI2_IRQ, VIC_BIT, VIC_ENABLE, VICIntEnable, and VICIntSelect.
Here is the call graph for this function: