#include <stdint.h>
#include "spebase.h"
Go to the source code of this file.
Data Structures | |
struct | mfc_command_parameter_area |
Enumerations | |
enum | mfc_cmd { MFC_CMD_PUT = 0x20, MFC_CMD_PUTB = 0x21, MFC_CMD_PUTF = 0x22, MFC_CMD_GET = 0x40, MFC_CMD_GETB = 0x41, MFC_CMD_GETF = 0x42 } |
enum mfc_cmd |
Definition at line 37 of file dma.h.
00037 { 00038 MFC_CMD_PUT = 0x20, 00039 MFC_CMD_PUTB = 0x21, 00040 MFC_CMD_PUTF = 0x22, 00041 MFC_CMD_GET = 0x40, 00042 MFC_CMD_GETB = 0x41, 00043 MFC_CMD_GETF = 0x42, 00044 };