Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/Core/Include/
Dtz_context.h51 TZ_MemoryId_t TZ_AllocModuleContext_S (TZ_ModuleId_t module);
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_trustzone.txt444 TZ_MemoryId_t TZ_AllocModuleContext_S (TZ_ModuleId_t module);
447 \brief Free context memory that was previously allocated with \ref TZ_AllocModuleContext_S
450 … \em id refers to a TrustZone memory slot that has been obtained with \ref TZ_AllocModuleContext_S.
462 obtained with \ref TZ_AllocModuleContext_S which might be zero if not used.
473 … \em id refers to a TrustZone memory slot that has been obtained with \ref TZ_AllocModuleContext_S
/cmsis_6-latest/CMSIS/Core/Template/ARMv8-M/
Dtz_context.c86 TZ_MemoryId_t TZ_AllocModuleContext_S (TZ_ModuleId_t module) { in TZ_AllocModuleContext_S() function