Home
last modified time | relevance | path

Searched full:revision (Results 1 – 25 of 103) sorted by relevance

12345

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/
H A Dsyscfg.yml53 Defines permissions for reading "Hardware Revision" characteristics.
59 Defines a default value for "Hardware revision" if not set with
64 Defines permissions for reading "Firmware Revision" characteristics.
70 Defines a default value for "Software revision" if not set with
75 Defines permissions for reading "Software Revision" characteristics.
81 Defines a default value for "Software revision" if not set with
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/include/services/dis/
H A Dble_svc_dis.h60 * 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.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/src/
H A Dble_svc_dis.c70 /*** Characteristic: Hardware Revision String */
78 /*** Characteristic: Firmware Revision String */
86 /*** Characteristic: Software Revision String */
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dprocessor.h800 #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 …]
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/
H A Dsfud_sfdp.c47 /* 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()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/
H A D00readme.txt7 history.txt Revision history.
H A Ddiskio.h72 #define ATA_GET_REV 20 /* Get F/W revision */
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/
H A Dsfud_def.h226 uint8_t major_rev; /**< SFDP Major Revision */
227 uint8_t minor_rev; /**< SFDP Minor Revision */
/nrf52832-nimble/rt-thread/components/CMSIS/
H A DREADME.txt5 * Revision: V3.01
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dinit.h45 /** x.x.X: Revision of the stack */
/nrf52832-nimble/nordic/cmsis/include/
H A Darm_const_structs.h5 * $Revision: V.1.4.5
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dinit.h56 /** x.x.X: Revision of the stack */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dinit.h56 /** x.x.X: Revision of the stack */
H A Dinit.h.cmake.in56 /** x.x.X: Revision of the stack */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dmagic.h26 * REVISION HISTORY
H A Dchpms.h26 * REVISION HISTORY
H A Dmagic.c26 * REVISION HISTORY
H A Dpppdebug.h27 * REVISION HISTORY (please don't use tabs!)
H A Drandm.h26 * REVISION HISTORY
H A Dauth.h26 * REVISION HISTORY
H A Dpap.h26 * REVISION HISTORY
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dpppdebug.h27 * REVISION HISTORY (please don't use tabs!)
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Darm_common_tables.h5 * $Revision: V1.4.1
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dpppdebug.h27 * REVISION HISTORY (please don't use tabs!)
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmmcsd_card.h25 rt_uint8_t prv; /* Product Revision */

12345