|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
STM32 specific functions for the ms2100 magnetic sensor from PNI. More...
#include "peripherals/ms2100.h"#include "mcu_periph/sys_time.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 ms2100_arch.c:
 Include dependency graph for ms2100_arch.c:Go to the source code of this file.
| Functions | |
| void | ms2100_arch_init (void) | 
| void | ms2100_reset_cb (struct spi_transaction *t) | 
| Reset callback. | |
| void | exti9_5_isr (void) | 
STM32 specific functions for the ms2100 magnetic sensor from PNI.
Definition in file ms2100_arch.c.
Definition at line 81 of file ms2100_arch.c.
References foo, ms2100, MS2100_GOT_EOC, and Ms2100::status.
Definition at line 40 of file ms2100_arch.c.
References foo, GPIO13, GPIO5, gpio_set(), GPIOB, GPIOC, and Ms2100Reset().
Referenced by ms2100_init().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| void ms2100_reset_cb | ( | struct spi_transaction * | t | ) | 
Reset callback.
called before spi transaction and after slave select
Definition at line 63 of file ms2100_arch.c.
References cpu_ticks_of_nsec(), foo, Ms2100Reset(), and Ms2100Set().
Referenced by ms2100_init().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: