/trusted-firmware-m-3.6.0/platform/ext/target/cypress/psoc64/libs/core-lib/include/ |
D | cy_utils.h | 280 #define _CLR_SET_FLD32U(reg, field, value) (((reg) & ((uint32_t)(~(field ## _Msk)))) | (_VAL2FLD(fi… argument 292 #define CY_REG32_CLR_SET(reg, field, value) ((reg) = _CLR_SET_FLD32U((reg), field, (value))) argument 304 #define _CLR_SET_FLD16U(reg, field, value) ((uint16_t)(((reg) & ((uint16_t)(~(field ## _Msk)))) | … argument 305 ((uint16_t)_VAL2FLD(field, value)))) 317 #define CY_REG16_CLR_SET(reg, field, value) ((reg) = _CLR_SET_FLD16U((reg), field, (value))) argument 329 #define _CLR_SET_FLD8U(reg, field, value) ((uint8_t)(((reg) & ((uint8_t)(~(field ## _Msk)))) | \ argument 330 ((uint8_t)_VAL2FLD(field, value)))) 342 #define CY_REG8_CLR_SET(reg, field, value) ((reg) = _CLR_SET_FLD8U((reg), field, (value))) argument 353 #define _BOOL2FLD(field, value) (((value) != false) ? (field ## _Msk) : 0UL) argument 364 #define _FLD2BOOL(field, value) (((value) & (field ## _Msk)) != 0UL) argument
|
/trusted-firmware-m-3.6.0/docs/platform/cypress/psoc64/libs/core-lib/ |
D | README.md | 29 …* `_CLR_SET_FLD32U`: The macro for setting a register with a name field and value for providing g… 30 …_FLD32U macro for providing get-clear-modify-write operations with a name field and value and writ… 31 …* `_CLR_SET_FLD16U`: The macro for setting a 16-bit register with a name field and value for provi… 32 …_FLD16U macro for providing get-clear-modify-write operations with a name field and value and writ… 33 …* `_CLR_SET_FLD8U`: The macro for setting a 8-bit register with a name field and value for providi… 34 …T_FLD8U macro for providing get-clear-modify-write operations with a name field and value and writ… 35 * `_BOOL2FLD`: Returns a field mask if the value is not false 36 * `_FLD2BOOL`: Returns true, if the value includes the field mask
|
D | RELEASE.md | 25 …* _CLR_SET_FLD32U: The macro for setting a register with a name field and value for providing get… 26 …_FLD32U macro for providing get-clear-modify-write operations with a name field and value and writ… 27 …* _CLR_SET_FLD16U: The macro for setting a 16-bit register with a name field and value for providi… 28 …_FLD16U macro for providing get-clear-modify-write operations with a name field and value and writ… 29 …* _CLR_SET_FLD8U: The macro for setting a 8-bit register with a name field and value for providing… 30 …T_FLD8U macro for providing get-clear-modify-write operations with a name field and value and writ… 31 * _BOOL2FLD: Returns a field mask if the value is not false 32 * _FLD2BOOL: Returns true, if the value includes the field mask
|
/trusted-firmware-m-3.6.0/platform/ext/cmsis/ |
D | core_cm0plus.h | 627 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 635 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
D | core_cm4.h | 1529 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1537 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
D | core_cm23.h | 1355 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 1363 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
D | core_cm33.h | 2178 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 2186 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
D | core_armv81mml.h | 3073 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 3081 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
D | core_cm55.h | 3569 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 3577 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
D | core_cm85.h | 3474 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) argument 3482 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) argument
|
/trusted-firmware-m-3.6.0/tools/ |
D | CMakeLists.txt | 33 # Parses the given YAML "files" to find out all the items of the given "field" 35 function(parse_field_from_yaml files field output_variable) 39 file(STRINGS ${yaml_file} temp_variable REGEX " *\"${field}\":") 41 list(TRANSFORM temp_variable REPLACE " *\"${field}\": *" ";")
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/initial_attestation/ |
D | Kconfig.comp | 21 COSE key-id is an optional field in the COSE unprotected header.
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/ |
D | Makefile.rules | 61 CFLAGS += -Wmissing-field-initializers 78 CFLAGS += -Wmissing-field-initializers
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/examples/key_cert/ |
D | sb_key_cert.cfg | 13 # hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | sb_key_cert_hbk0.cfg | 13 # hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | sb_key_cert_hbk1.cfg | 13 # hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/examples/enabler_cert/ |
D | x509_sb_enabler_dbg_cert_rma.cfg | 20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | sb_enabler_dbg_cert_rma.cfg | 20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | x509_sb_enabler_dbg_cert.cfg | 20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | sb_enabler_dbg_cert.cfg | 20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | sb_enabler_dbg_cert_no_pwd.cfg | 20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
D | sb_enabler_dbg_cert_rma_no_pwd.cfg | 20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
|
/trusted-firmware-m-3.6.0/docs/design_docs/services/ |
D | tfm_its_service.rst | 229 To implement the second option, a 32-bit ``flag`` field would be added to the 231 This field would clearly be catered towards the PSA Storage APIs, even if 232 nominally generic, and alternative filesystems may not have any such field. 276 - Use the ``type`` field of ``psa_call`` in IPC model to distinguish between
|
D | tfm_its_512_flash.rst | 59 metadata header field (``swap_count``), as the last written byte. When the
|
/trusted-firmware-m-3.6.0/docs/integration_guide/services/ |
D | tfm_attestation_integration_guide.rst | 329 This contains a magic number and a size field which covers the entire size 341 the entry header there is a type and a length field. The ``tlv_type`` field 343 subtype of that data item. The ``tlv_len`` field covers the length of the 358 The figure below gives of overview about the ``tlv_type`` field in the entry 496 - ``ATTEST_INCLUDE_COSE_KEY_ID``: COSE key-id is an optional field in the COSE
|