Sign in

Echo / T3212_B2B_723 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • T3212_B2B_723
  • plutommi
  • mmi
  • SimpleTts
  • h
  • ej_nvram.h
  • 从SVN移版本:T3212_61D_MBR_V1.8_2015.07.23(B32B)的代码
    c17ddead
    Echo authored
    2017-09-04 11:43:42 +0800  
    Browse Files »
ej_nvram.h 388 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
#ifndef _ej_NVRAM_H_
#define	_ej_NVRAM_H_

typedef enum{
	ej_SIMPLETTS_VOL_NVRAM,
	ej_SIMPLETTS_PLAY_TONE_NVRAM,
	ej_SIMPLETTS_PLAY_TIME_NVRAM,
	ej_SIMPLETTS_INCOMING_NVRAM,
	ej_BYTE_END
}ej_NVRAM_BYTE;

typedef enum{
	ej_SHORT_END
}ej_NVRAM_SHORT;

typedef enum{
	ej_INT_END
}ej_NVRAM_INT;

typedef enum{
	ej_BYTE_TYPE,
	ej_SHORT_TYPE,
	ej_INT_TYPE,
	ej_TYPE_END
}ej_NVRAM_TYPE;


#endif