Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 37) sorted by relevance

12

/trusted-firmware-m-3.6.0/platform/ext/target/cypress/psoc64/libs/core-lib/include/
Dcy_utils.h280 #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/
DREADME.md29 …* `_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
DRELEASE.md25 …* _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/
Dcore_cm0plus.h627 #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
Dcore_cm4.h1529 #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
Dcore_cm23.h1355 #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
Dcore_cm33.h2178 #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
Dcore_armv81mml.h3073 #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
Dcore_cm55.h3569 #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
Dcore_cm85.h3474 #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/
DCMakeLists.txt33 # 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/
DKconfig.comp21 COSE key-id is an optional field in the COSE unprotected header.
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/
DMakefile.rules61 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/
Dsb_key_cert.cfg13 # hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dsb_key_cert_hbk0.cfg13 # hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dsb_key_cert_hbk1.cfg13 # 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/
Dx509_sb_enabler_dbg_cert_rma.cfg20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dsb_enabler_dbg_cert_rma.cfg20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dx509_sb_enabler_dbg_cert.cfg20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dsb_enabler_dbg_cert.cfg20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dsb_enabler_dbg_cert_no_pwd.cfg20 #hbk-id = The ID of the OTP memory HBK field for verification of the public key: 0 =…
Dsb_enabler_dbg_cert_rma_no_pwd.cfg20 #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/
Dtfm_its_service.rst229 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
Dtfm_its_512_flash.rst59 metadata header field (``swap_count``), as the last written byte. When the
/trusted-firmware-m-3.6.0/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst329 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

12