|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
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.
References MAX1168_GOT_EOC, and max1168_status.
| 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, VIC_BIT, VIC_ENABLE, VICIntEnable, and VICIntSelect.
Here is the call graph for this function: