This structure holds the ROM device information such as version and part number and is returned by the _fw_device_info_get() command.
More...
#include <isf.h>
Detailed Description
This structure holds the ROM device information such as version and part number and is returned by the _fw_device_info_get() command.
Definition at line 130 of file isf.h.
Field Documentation
FW: Firmware build number and date code. The value is encoded in the following bit fields:
- [15:12] daily build number, 0 to 15
- [11: 8] build month, 1 to 12
- [ 7: 3] build day, 1 to 31
- [ 2: 0] build year, 2010 to 2017
Definition at line 135 of file isf.h.
ROM: Pseudo random part identification value
Definition at line 131 of file isf.h.
FW: Firmware version code: major.minor
Definition at line 133 of file isf.h.
ROM: Hardware version code: major.minor
Definition at line 134 of file isf.h.
FW: BCD encoded part number, e.g. 0x500x
Definition at line 141 of file isf.h.
FW: Lower 5 bits from the RCSR reports reset source
Definition at line 142 of file isf.h.
ROM: ROM version code: major.minor
Definition at line 132 of file isf.h.
FW: Lower 2 bits of FOPT report the security mode of the device: 2 = secure, otherwise not secure
Definition at line 143 of file isf.h.
The documentation for this struct was generated from the following file: