Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/str/
Dfsl_str.h30 typedef void (*printfCb)(char *buf, int32_t *indicator, char val, int len);
/trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/debug_console/
Dfsl_debug_console.c276 static void DbgConsole_PrintCallback(char *buf, int32_t *indicator, char dbgVal, int len);
732 static void DbgConsole_PrintCallback(char *buf, int32_t *indicator, char dbgVal, int len) in DbgConsole_PrintCallback() argument
738 if (((uint32_t)*indicator + 1UL) >= (uint32_t)DEBUG_CONSOLE_PRINTF_MAX_LOG_LEN) in DbgConsole_PrintCallback()
740 (void)DbgConsole_SendDataReliable((uint8_t *)buf, (size_t)(*indicator)); in DbgConsole_PrintCallback()
741 *indicator = 0; in DbgConsole_PrintCallback()
744 buf[*indicator] = dbgVal; in DbgConsole_PrintCallback()
745 (*indicator)++; in DbgConsole_PrintCallback()
/trusted-firmware-m-latest/docs/design_docs/services/
Dstateless_rot_service.rst32 The index, stateless indicator, and service version information are encoded into
44 - stateless handle indicator bit, always 1
55 ``psa_call()``, an indicator bit is set in the handle indicate the type of the
58 indicator bit is always 0.
Dtfm_psa_inter_process_communication.rst89 its priority, and there is an extra indicator point to first running thread
Dsecure_partition_manager.rst337 switch the current process indicator.
339 the current process indicator.
/trusted-firmware-m-latest/docs/design_docs/
Dtfm_log_system_design_document.rst53 Then a macro ``TFM_SPM_LOG_LEVEL`` is defined as an indicator, it should
149 Then a macro ``TFM_PARTITION_LOG_LEVEL`` is defined as an indicator. It should
/trusted-firmware-m-latest/interface/include/psa/
Dinitial_attestation.h.in70 * - Verification service indicator: Optional, recommended claim. It is used by
/trusted-firmware-m-latest/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst60 - **Verification service indicator**: Optional, recommended claim. It
202 security lifecycle, verification service indicator, profile definition.
303 service indicator for initial attestation.