Paparazzi UAS  v5.14.0_stable-0-g3f680d1
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
max11040_hw.c File Reference
#include "armVIC.h"
#include "max11040_hw.h"
#include "adcs/max11040.h"
+ Include dependency graph for max11040_hw.c:

Go to the source code of this file.

Macros

#define SPI1_VIC_SLOT   7
 

Functions

static void SSP_ISR (void)
 
static void EXTINT_ISR (void)
 
void max11040_hw_init (void)
 

Variables

volatile uint8_t num_irqs = 0
 

Macro Definition Documentation

#define SPI1_VIC_SLOT   7

Definition at line 46 of file max11040_hw.c.

Referenced by max11040_hw_init().

Function Documentation

void EXTINT_ISR ( void  )
static

Definition at line 232 of file max11040_hw.c.

References EXTINT, IO0DIR, ISR_ENTRY, ISR_EXIT, max11040_buf_in, max11040_count, MAX11040_DATA2, max11040_status, max11040_timestamp, MaxmSelect, num_irqs, PINSEL1, SSP_Send, and VICVectAddr.

Referenced by max11040_hw_init().

+ Here is the caller graph for this function:

void max11040_hw_init ( void  )

Variable Documentation

volatile uint8_t num_irqs = 0

Definition at line 38 of file max11040_hw.c.

Referenced by EXTINT_ISR().