Subdirectory provided by Embedded Artists
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Dependents: lpc4088_displaymodule_hello_world_Sept_2018
Fork of DMSupport by
Diff: Bios/BiosLoader.h
- Revision:
- 31:d47cffcb0a3e
- Parent:
- 28:8ae20cb0b943
--- a/Bios/BiosLoader.h Mon Jan 26 15:24:15 2015 +0100 +++ b/Bios/BiosLoader.h Tue Feb 17 10:41:48 2015 +0100 @@ -44,6 +44,8 @@ bool isKnownSPIFIMemory(uint8_t mfgr, uint8_t devType, uint8_t devID, uint32_t memSize, uint32_t* eraseBlockSize); void handleI2CInterrupt(); + void getBiosStats(uint8_t& type, uint8_t& major, uint8_t& minor, uint8_t& rev); + friend class BiosDisplay; friend class BiosTouch; friend class DMBoard; @@ -56,6 +58,7 @@ void* _biosData; uint8_t* _conf; uint32_t _confSize; + uint32_t _stats; explicit BiosLoader(); // hide copy constructor