Marketing name | Product | SoC | ANE Name | ANE type |
---|---|---|---|---|
Mac mini (M1, 2020) | J274AP | T8103 | ane | 64 |
MacBook Pro (13-inch, M1, 2020) | J293AP | T8103 | ane | 64 |
MacBook Air (M1, 2020) | J313AP | T8103 | ane | 64 |
iMac (24-inch (4-port), M1, 2021) | J456AP | T8103 | ane | 64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define CISP_CMD_START 0x0000 | |
#define CISP_CMD_STOP 0x0001 | |
#define CISP_CMD_RESET 0x0002 | |
#define CISP_CMD_CONFIG_GET 0x0003 | |
#define CISP_CMD_PRINT_ENABLE 0x0004 | |
#define CISP_CMD_REG_FILE_LOAD 0x0005 | |
#define CISP_CMD_BUILDINFO 0x0006 | |
#define CISP_CMD_TIMEPROFILE_START 0x0007 | |
#define CISP_CMD_TIMEPROFILE_STOP 0x0008 | |
#define CISP_CMD_TIMEPROFILE_SHOW 0x0009 |