Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
logom_2.6.h File Reference

Go to the source code of this file.

Macros

#define FOSC   (12000000)
 
#define PLL_MUL   (5)
 
#define CCLK   (FOSC * PLL_MUL)
 
#define USE_USB_HIGH_PCLK
 
#define PBSD_BITS   0x02
 
#define PBSD_VAL   2
 
#define PCLK   (CCLK / PBSD_VAL)
 
#define USE_LED_1   1
 
#define LED_1_BANK   1
 
#define LED_1_PIN   16
 
#define USE_LED_2   1
 
#define LED_2_BANK   0
 
#define LED_2_PIN   2
 
#define USE_LED_3   1
 
#define LED_3_BANK   0
 
#define LED_3_PIN   11
 
#define POWER_SWITCH_GPIO   GPIOB,GPIO17
 
#define CAM_SWITCH_GPIO   GPIOB,GPIO18
 
#define GPS_RESET_GPIO   GPIOB,GPIO19
 
#define Configure_GPS_RESET_Pin()   gpio_setup_output(GPS_RESET_GPIO)
 
#define Set_GPS_RESET_Pin_LOW()   gpio_clear(GPS_RESET_GPIO)
 
#define Open_GPS_RESET_Pin()   gpio_setup_input(GPS_RESET_GPIO)
 
#define SERVO_CLOCK_PIN   29
 
#define SERVO_CLOCK_PINSEL   PINSEL0
 
#define SERVO_CLOCK_PINSEL_VAL   0x02
 
#define SERVO_CLOCK_PINSEL_BIT   10
 
#define SERVO_RESET_PIN   20
 
#define PPM_PINSEL   PINSEL0
 
#define PPM_PINSEL_VAL   0x02
 
#define PPM_PINSEL_BIT   12
 
#define PPM_CRI   TIR_CR2I
 
#define PPM_CCR_CRF   TCCR_CR2_F
 
#define PPM_CCR_CRR   TCCR_CR2_R
 
#define PPM_CCR_CRI   TCCR_CR2_I
 
#define PPM_CR   T0CR2
 
#define ADC_0   AdcBank0(3)
 
#define ADC_1   AdcBank0(2)
 
#define ADC_2   AdcBank0(1)
 
#define ADC_3   AdcBank0(4)
 
#define ADC_4   AdcBank1(7)
 
#define ADC_5   AdcBank1(6)
 
#define ADC_6   AdcBank1(2)
 
#define ADC_7   AdcBank1(2)
 
#define ADC_CHANNEL_VSUPPLY   AdcBank1(4)
 
#define USE_AD1
 
#define USE_AD1_4
 
#define DefaultVoltageOfAdc(adc)   (0.068505859375*adc)
 
#define SPI_SELECT_SLAVE0_PORT   0
 
#define SPI_SELECT_SLAVE0_PIN   20
 
#define SPI1_DRDY_PINSEL   PINSEL1
 
#define SPI1_DRDY_PINSEL_BIT   0
 
#define SPI1_DRDY_PINSEL_VAL   1
 
#define SPI1_DRDY_EINT   0
 
#define SPI1_DRDY_VIC_IT   VIC_EINT0
 
#define SPI_CHANNEL   0
 
#define LOG_STOP_KEY   3
 

Macro Definition Documentation

#define ADC_0   AdcBank0(3)

Definition at line 86 of file logom_2.6.h.

#define ADC_1   AdcBank0(2)

Definition at line 94 of file logom_2.6.h.

#define ADC_2   AdcBank0(1)

Definition at line 103 of file logom_2.6.h.

#define ADC_3   AdcBank0(4)

Definition at line 111 of file logom_2.6.h.

#define ADC_4   AdcBank1(7)

Definition at line 119 of file logom_2.6.h.

#define ADC_5   AdcBank1(6)

Definition at line 127 of file logom_2.6.h.

#define ADC_6   AdcBank1(2)

Definition at line 135 of file logom_2.6.h.

#define ADC_7   AdcBank1(2)

Definition at line 143 of file logom_2.6.h.

#define ADC_CHANNEL_VSUPPLY   AdcBank1(4)

Definition at line 153 of file logom_2.6.h.

#define CAM_SWITCH_GPIO   GPIOB,GPIO18

Definition at line 58 of file logom_2.6.h.

#define CCLK   (FOSC * PLL_MUL)

Definition at line 19 of file logom_2.6.h.

#define Configure_GPS_RESET_Pin ( )    gpio_setup_output(GPS_RESET_GPIO)

Definition at line 62 of file logom_2.6.h.

#define DefaultVoltageOfAdc (   adc)    (0.068505859375*adc)

Definition at line 161 of file logom_2.6.h.

#define FOSC   (12000000)

Definition at line 13 of file logom_2.6.h.

#define GPS_RESET_GPIO   GPIOB,GPIO19

Definition at line 60 of file logom_2.6.h.

#define LED_1_BANK   1

Definition at line 41 of file logom_2.6.h.

#define LED_1_PIN   16

Definition at line 42 of file logom_2.6.h.

#define LED_2_BANK   0

Definition at line 47 of file logom_2.6.h.

#define LED_2_PIN   2

Definition at line 48 of file logom_2.6.h.

#define LED_3_BANK   0

Definition at line 53 of file logom_2.6.h.

#define LED_3_PIN   11

Definition at line 54 of file logom_2.6.h.

#define LOG_STOP_KEY   3

Definition at line 176 of file logom_2.6.h.

#define Open_GPS_RESET_Pin ( )    gpio_setup_input(GPS_RESET_GPIO)

Definition at line 64 of file logom_2.6.h.

#define PBSD_BITS   0x02

Definition at line 27 of file logom_2.6.h.

#define PBSD_VAL   2

Definition at line 28 of file logom_2.6.h.

#define PCLK   (CCLK / PBSD_VAL)

Definition at line 36 of file logom_2.6.h.

#define PLL_MUL   (5)

Definition at line 16 of file logom_2.6.h.

#define POWER_SWITCH_GPIO   GPIOB,GPIO17

Definition at line 56 of file logom_2.6.h.

#define PPM_CCR_CRF   TCCR_CR2_F

Definition at line 79 of file logom_2.6.h.

#define PPM_CCR_CRI   TCCR_CR2_I

Definition at line 81 of file logom_2.6.h.

#define PPM_CCR_CRR   TCCR_CR2_R

Definition at line 80 of file logom_2.6.h.

#define PPM_CR   T0CR2

Definition at line 82 of file logom_2.6.h.

#define PPM_CRI   TIR_CR2I

Definition at line 78 of file logom_2.6.h.

#define PPM_PINSEL   PINSEL0

Definition at line 75 of file logom_2.6.h.

#define PPM_PINSEL_BIT   12

Definition at line 77 of file logom_2.6.h.

#define PPM_PINSEL_VAL   0x02

Definition at line 76 of file logom_2.6.h.

#define SERVO_CLOCK_PIN   29

Definition at line 67 of file logom_2.6.h.

#define SERVO_CLOCK_PINSEL   PINSEL0

Definition at line 68 of file logom_2.6.h.

#define SERVO_CLOCK_PINSEL_BIT   10

Definition at line 70 of file logom_2.6.h.

#define SERVO_CLOCK_PINSEL_VAL   0x02

Definition at line 69 of file logom_2.6.h.

#define SERVO_RESET_PIN   20

Definition at line 72 of file logom_2.6.h.

#define Set_GPS_RESET_Pin_LOW ( )    gpio_clear(GPS_RESET_GPIO)

Definition at line 63 of file logom_2.6.h.

#define SPI1_DRDY_EINT   0

Definition at line 169 of file logom_2.6.h.

#define SPI1_DRDY_PINSEL   PINSEL1

Definition at line 166 of file logom_2.6.h.

#define SPI1_DRDY_PINSEL_BIT   0

Definition at line 167 of file logom_2.6.h.

#define SPI1_DRDY_PINSEL_VAL   1

Definition at line 168 of file logom_2.6.h.

#define SPI1_DRDY_VIC_IT   VIC_EINT0

Definition at line 170 of file logom_2.6.h.

#define SPI_CHANNEL   0

Definition at line 173 of file logom_2.6.h.

#define SPI_SELECT_SLAVE0_PIN   20

Definition at line 164 of file logom_2.6.h.

#define SPI_SELECT_SLAVE0_PORT   0

Definition at line 163 of file logom_2.6.h.

#define USE_AD1

Definition at line 155 of file logom_2.6.h.

#define USE_AD1_4

Definition at line 157 of file logom_2.6.h.

#define USE_LED_1   1

Definition at line 39 of file logom_2.6.h.

#define USE_LED_2   1

Definition at line 45 of file logom_2.6.h.

#define USE_LED_3   1

Definition at line 51 of file logom_2.6.h.

#define USE_USB_HIGH_PCLK

Definition at line 22 of file logom_2.6.h.