https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a4603c2ec82ab948f458a1e82247c7e224017f64 authored by a1ex on 22 March 2015, 18:04:34 UTC
Close branch autoexec-checksum
Tip revision: a4603c2
afma.h
// 7D AFMA constants
#define PROP_AFMA 0x80010006

static int8_t afma_buf[0x17];
#define AFMA_MODE       afma_buf[0x05]
#define AFMA_PER_LENS   afma_buf[0x11]
#define AFMA_ALL_LENSES afma_buf[0x13]
back to top