FlashMemoryAreaRWH.h
上传用户:xhjmsc
上传日期:2019-09-13
资源大小:389k
文件大小:1k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. #define ReadLastFaxFrontPointer() ReadLast16BytesFromFlashMemoryArea(cstFaxFrontPointerTableStartBlockNum,cstFaxFrontPointerTableOverBlockNum)
  2. #define ReadLastFaxRearPointer() ReadLast16BytesFromFlashMemoryArea(cstFaxRearPointerTableStartBlockNum,cstFaxRearPointerTableOverBlockNum)
  3. #define ReadLastFaxProperty() ReadLast16BytesFromFlashMemoryArea(cstFaxPropertyTableStartBlockNum,cstFaxPropertyTableOverBlockNum)
  4. #define ReadLastViewData() ReadLast16BytesFromFlashMemoryArea(cstViewDataAreaStartBlockNum,cstViewDataAreaOverBlockNum)
  5. void Write16Bytes2FlashMemoryArea(void);
  6. void ReadLast16BytesFromFlashMemoryArea(unsigned char, unsigned char);