Makefile cleanup, start implementation of nval commands (not working yet)
This commit is contained in:
parent
9dfd994862
commit
b11171caa5
5 changed files with 104 additions and 5 deletions
|
@ -53,6 +53,15 @@
|
|||
#define MW_RTC_DATE_MMDD 0x00
|
||||
#define MW_RTC_DATE_DDMM 0x01
|
||||
|
||||
#define MW_NVAL_OPERATION 0x30
|
||||
#define MW_NVAL_OPERATION_RSP 0x31
|
||||
|
||||
#define MW_NVAL_OPERATION_READ 0x01
|
||||
#define MW_NVAL_OPERATION_WRITE 0x02
|
||||
#define MW_NVAL_TIME_FORMAT 0x2009
|
||||
#define MW_NVAL_DATE_FORMAT 0x200a
|
||||
|
||||
|
||||
#define MW_RESERVED 0x32
|
||||
#define MW_STATUS_CHANGE_EVENT 0x33
|
||||
#define MW_BUTTON_EVENT_MESSAGE 0x34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue