![]() |
CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "lolevel.h"
#include "platform.h"
#include "core.h"
#include "keyboard.h"
#include "math.h"
#include "conf.h"
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 |
#define AV96_MIN (aperture_sizes_table[0].prop_id) |
Definiert in Zeile 14 der Datei shooting.c.
void __attribute__ | ( | (naked, noinline) | ) |
const unsigned int AS_SIZE = sizeof(aperture_sizes_table)/sizeof(aperture_sizes_table[0]) |
Definiert in Zeile 17 der Datei shooting.c.
Definiert in Zeile 18 der Datei shooting.c.
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.