CHDK_DE Vorschauversion  Trunk Rev. 6014
 Alle Datenstrukturen Dateien Funktionen Variablen Typdefinitionen Aufzählungen Aufzählungswerte Makrodefinitionen
shooting.c-Dateireferenz
#include "lolevel.h"
#include "platform.h"
#include "core.h"
#include "keyboard.h"
#include "math.h"
#include "conf.h"
+ Include-Abhängigkeitsdiagramm für shooting.c:
+ Dieser Graph zeigt, welche Datei direkt oder indirekt diese Datei enthält:

gehe zum Quellcode dieser Datei

Makrodefinitionen

#define AV96_MIN   (aperture_sizes_table[0].prop_id)
 

Funktionen

void __attribute__ ((naked, noinline))
 

Variablen

const unsigned int SS_SIZE = sizeof(shutter_speeds_table)/sizeof(shutter_speeds_table[0])
 
const unsigned int AS_SIZE = sizeof(aperture_sizes_table)/sizeof(aperture_sizes_table[0])
 
const unsigned int ISO_SIZE = sizeof(iso_table)/sizeof(iso_table[0])
 
const unsigned int MODESCNT = sizeof(modemap)/sizeof(modemap[0])
 
const unsigned int param_file_counter = PARAM_FILE_COUNTER
 

Makro-Dokumentation

#define AV96_MIN   (aperture_sizes_table[0].prop_id)

Definiert in Zeile 14 der Datei shooting.c.

Dokumentation der Funktionen

void __attribute__ ( (naked, noinline)  )

!!

Definiert in Zeile 74 der Datei shooting.c.

75 {
76  // Save registers
77  asm volatile("STMFD SP!, {R0-R12,LR}\n");
78 
79  // Call thumb code version in core/shooting.c
82 
83  // Restore registers
84  asm volatile("LDMFD SP!, {R0-R12,PC}\n");
85 }

Variablen-Dokumentation

const unsigned int AS_SIZE = sizeof(aperture_sizes_table)/sizeof(aperture_sizes_table[0])

Definiert in Zeile 17 der Datei shooting.c.

const unsigned int ISO_SIZE = sizeof(iso_table)/sizeof(iso_table[0])

Definiert in Zeile 18 der Datei shooting.c.

const unsigned int MODESCNT = sizeof(modemap)/sizeof(modemap[0])

Definiert in Zeile 19 der Datei shooting.c.

const unsigned int param_file_counter = PARAM_FILE_COUNTER

Definiert in Zeile 22 der Datei shooting.c.

const unsigned int SS_SIZE = sizeof(shutter_speeds_table)/sizeof(shutter_speeds_table[0])

Definiert in Zeile 16 der Datei shooting.c.