https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 59499d8ba57e7a2e136616cb6da6c3fabcc87325 authored by a1ex on 19 June 2016, 18:35:27 UTC
Close branch EOSM_cleanup.
Tip revision: 59499d8
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