Searched refs:indicator (Results 1 – 8 of 8) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/nxp/common/Native_Driver/utilities/str/ |
| D | fsl_str.h | 30 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/ |
| D | fsl_debug_console.c | 276 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/ |
| D | stateless_rot_service.rst | 32 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.
|
| D | tfm_psa_inter_process_communication.rst | 89 its priority, and there is an extra indicator point to first running thread
|
| D | secure_partition_manager.rst | 337 switch the current process indicator. 339 the current process indicator.
|
| /trusted-firmware-m-latest/docs/design_docs/ |
| D | tfm_log_system_design_document.rst | 53 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/ |
| D | initial_attestation.h.in | 70 * - Verification service indicator: Optional, recommended claim. It is used by
|
| /trusted-firmware-m-latest/docs/integration_guide/services/ |
| D | tfm_attestation_integration_guide.rst | 60 - **Verification service indicator**: Optional, recommended claim. It 202 security lifecycle, verification service indicator, profile definition. 303 service indicator for initial attestation.
|