Author(s): Trustonic
Edition: 2.4
Publisher: LAPSUS
Year: 2014
Language: English
Pages: 37
Tags: trustonic,t-base,driver,api,documentation
1 Introduction
2 API Version History
3 Driver API
3.1 Header Files
3.2 Common Definition
3.2.1 Constants
3.2.2 Types
3.2.2.1 stackEntry_t, stackEntry_ptr, stackTop_pt
3.2.2.2 page4KB_t, page4KB_ptr
3.2.2.3 u32_t, u16_t, u08_t, word_t
3.2.2.4 drApiResult_t
3.2.2.5 taskid_t, *taskid_ptr
3.2.2.6 threadno_t, *threadno_ptr
3.2.2.7 threadid_t, *threadid_ptr
3.2.2.8 intrNo_t, *intrNo_ptr
3.2.2.9 intrMode_t, *intrMode_ptr
3.3 System API
3.3.1 Functions
3.3.1.1 drApiGetVersion
3.4 Memory Management API
3.4.1 Constants
3.4.2 Types
3.4.2.1 drApiMarshalingParam_t, *drApiMarshalingParam_ptr
3.4.3 Functions
3.4.3.1 drApiAddrTranslateAndCheck
3.4.3.2 drApiMapClientAndParams
3.4.3.3 drApiMapPhys / drApiMapPhys64
3.4.3.4 drApiUnmap
3.4.3.5 drApiMapPhysPage4KB / drApiMapPhysPage4KB64
3.4.3.6 drApiMapPhysPage4KBWithHardware / drApiMapPhysPage4KBWithHardware64
3.4.3.7 drApiUnmapPage4KB
3.4.3.8 drApiVirt2Phys / drApiVirt2Phys64
3.4.3.9 drApiCacheDataCleanAll
3.4.3.10 drApiCacheDataCleanInvalidateAll
3.4.3.11 drApiCacheDataCleanRange
3.4.3.12 drApiCacheDataCleanInvalidateRange
3.4.3.13 drApiGetPhysMemType / drApiGetPhysMemType64
3.4.3.14 drApiMalloc
3.4.3.15 drApiRealloc
3.4.3.16 drApiFree
3.5 Thread API
3.5.1 Constants
3.5.2 Types
3.5.2.1 time_t, *time_ptr
3.5.3 Functions
3.5.3.1 drApiGetTaskid
3.5.3.2 drApiTaskidGetThreadid
3.5.3.3 drApiGetLocalThreadid
3.5.3.4 drApiThreadSleep
3.5.3.5 drApiStartThread
3.5.3.6 drApiStopThread
3.5.3.7 drApiResumeThread
3.5.3.8 drApiSetThreadPriority
3.5.3.9 drApiThreadExRegs
3.5.3.10 drApiRestartThread
3.6 Interrupt API
3.6.1 Functions
3.6.1.1 drApiIntrAttach
3.6.1.2 drApiIntrDetach
3.6.1.3 drApiWaitForIntr
3.6.1.4 drApiTriggerIntr
3.7 IPC API
3.7.1 Types
3.7.1.1 message_t
3.7.2 Functions
3.7.2.1 drApiIpcWaitForMessage
3.7.2.2 drApiIpcCallToIPCH
3.7.2.3 drApiIpcSignal
3.7.2.4 drApiIpcSigWait
3.7.2.5 drApiNotify
3.7.2.6 drApiSyscallControl
3.7.2.7 drApiReadOemData
3.7.2.8 drApiNotifyClient
3.7.2.9 drApiGetClientRootAndSpId
3.7.2.10 drApiIpcUnknownMessage
3.7.2.11 drApiExtractMsgLen
3.7.2.12 drApiExtractMsgCmd
3.8 Logging API
3.8.1 Functions
3.8.1.1 drApiLogvPrintf, tlApiLogvPrintf