Searched full:revision (Results 1 – 25 of 103) sorted by relevance
12345
53 Defines permissions for reading "Hardware Revision" characteristics.59 Defines a default value for "Hardware revision" if not set with64 Defines permissions for reading "Firmware Revision" characteristics.70 Defines a default value for "Software revision" if not set with75 Defines permissions for reading "Software Revision" characteristics.81 Defines a default value for "Software revision" if not set with
60 * Firmware revision.61 * Represent the firmware revision for the firmware within the device.65 * Hardware revision.66 * Represent the hardware revision for the hardware within the device.70 * Software revision.71 * Represent the software revision for the software within the device.
70 /*** Characteristic: Hardware Revision String */78 /*** Characteristic: Firmware Revision String */86 /*** Characteristic: Software Revision String */
800 #define SVR_REV(svr) (((svr) >> 0) & 0xFFFF) /* Revision field */805 #define SVR_PROC(svr) (((svr) >> 12) & 0x0F) /* Process revision field */806 #define SVR_MFG(svr) (((svr) >> 8) & 0x0F) /* Manufacturing revision */807 #define SVR_MJREV(svr) (((svr) >> 4) & 0x0F) /* Major SOC design revision indicator */808 #define SVR_MNREV(svr) (((svr) >> 0) & 0x0F) /* Minor SOC design revision indicator */819 * revision subfields of the PVR for the PowerPC 403s into the following:826 #define PVR_MAJ(pvr) (((pvr) >> 4) & 0xF) /* Major revision field */827 #define PVR_MIN(pvr) (((pvr) >> 0) & 0xF) /* Minor revision field */833 #define PVR_E600_MAJ(pvr) (((pvr) >> 8) & 0xF) /* Major revision */834 #define PVR_E600_MIN(pvr) (((pvr) >> 0) & 0xFF) /* Minor revision */[all …]
47 /* support maximum SFDP major revision by driver */58 uint8_t minor_rev; /**< Parameter minor revision */59 uint8_t major_rev; /**< Parameter major revision */103 …* It identifies the SFDP Signature, the number of parameter headers, and the SFDP revision numbers… in read_sfdp_header()
7 history.txt Revision history.
72 #define ATA_GET_REV 20 /* Get F/W revision */
226 uint8_t major_rev; /**< SFDP Major Revision */227 uint8_t minor_rev; /**< SFDP Minor Revision */
5 * Revision: V3.01
45 /** x.x.X: Revision of the stack */
5 * $Revision: V.1.4.5
56 /** x.x.X: Revision of the stack */
26 * REVISION HISTORY
27 * REVISION HISTORY (please don't use tabs!)
5 * $Revision: V1.4.1
25 rt_uint8_t prv; /* Product Revision */