https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: bec5847e6ac102831e9d234b47f4d6a645ad15fe authored by Daniel Fort on 05 February 2018, 05:37:40 UTC
Closed branch allocate-raw-lv-buffer-EOSM2
Tip revision: bec5847
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