Home
last modified time | relevance | path

Searched refs:sw_module (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/secure_fw/spm/include/boot/
Dtfm_boot_status.h128 #define SET_IAS_MINOR(sw_module, claim) \ argument
129 (MASK_LEFT_SHIFT(sw_module, MODULE_MASK, MODULE_POS) | \
149 #define SET_FWU_MINOR(sw_module, claim) \ argument
150 (MASK_LEFT_SHIFT(sw_module, MODULE_MASK, MODULE_POS) | \
/trusted-firmware-m-latest/bl2/src/
Dshared_data.c49 #define SET_FWU_MINOR(sw_module, claim) \ argument
50 ((uint16_t)((sw_module & MODULE_MASK) << 6) | \
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst364 the minor number is split further to two part: ``sw_module`` and ``claim``. The
365 ``sw_module`` identifies the SW component in the system which the data item
375 | MAJOR_IAS | sw_module(6 bits) | claim(6 bits) |