https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a5ea28438765094710a950160fc64b4b8afd8832 authored by g3gg0 on 14 November 2013, 13:50:43 UTC
Close branch andy600/resolves-issue-raw-not-enabled-when-both-1384046759878
Tip revision: a5ea284
afma.h
// 5D2 AFMA constants

#define PROP_AFMA 0x80010006

static int8_t afma_buf[0xF];
#define AFMA_MODE       afma_buf[0x8]
#define AFMA_PER_LENS   afma_buf[0xC]
#define AFMA_ALL_LENSES afma_buf[0xE]
back to top