Skip to content
Snippets Groups Projects
Commit bc79283a authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added a header file with register definitions.

parent 64502829
No related branches found
No related tags found
No related merge requests found
#ifndef _DARWIN_REGISTERS_H
#define _DARWIN_REGISTERS_H
#define MANAGER_PERIOD 6
#define MANAGER_NUM_MODULES 128
#define MANAGER_NUM_MASTERS 129
#define MANAGER_CONTROL 130
#define MANAGER_START 0x01
#define MANAGER_STOP 0x02
#define MANAGER_START_SCAN 0x04
#define MANAGER_RUNNING 0x40
#define MANAGER_SCANNING 0x80
#define MANAGER_NUM_DEVICES 131
#define MMANAGER_PERIOD 17
#define MMANAGER_OFFSETS 18
#define MMANAGER_NUM_MODELS 132
#define MMANAGER_NUM_DEVICES 133
#define MMANAGER_ENABLE 134
#define MMANAGER_EVEN_SER_EN 0x80
#define MMANAGER_EVEN_SER_MOD 0x70
#define MMANAGER_ODD_SER_EN 0x08
#define MMANAGER_ODD_SER_MOD 0x07
#define ACTION_NUM_MODULES 150
#define ACTION_NUM_DEVICES 151
#define ACTION_CONTROL 152
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment