![]() |
PDK API Guide for J721E
|
IPC driver OSAL function pointers.
Ipc_OsalDisableAllIntrFxn Ipc_OsalPrms::disableAllIntr |
OSAL all interrupt disable function pointer
Ipc_OsalRestoreAllIntrFxn Ipc_OsalPrms::restoreAllIntr |
OSAL all interrupt restore function pointer
Ipc_OsalHIsrCreateFxn Ipc_OsalPrms::createHIsr |
Create High ISR handler function
Ipc_OsalHIsrDeleteFxn Ipc_OsalPrms::deleteHIsr |
Deleted, previously created High ISR handler function
Ipc_OsalHIsrPostFxn Ipc_OsalPrms::postHIsr |
Trigger HISR
Ipc_OsalCreateHIsrMutexFxn Ipc_OsalPrms::createHIsrGate |
Function pointer to create high level ISR locking mechanism
Ipc_OsalDeleteHIsrMutexFxn Ipc_OsalPrms::deleteHIsrGate |
Function pointer to delete high level ISR locking mechanism
Ipc_OsalEnterHIsrMutexFxn Ipc_OsalPrms::lockHIsrGate |
Function pointer to lock high level ISR
Ipc_OsalExitHIsrMutexFxn Ipc_OsalPrms::unLockHIsrGate |
Function pointer to un lock high level ISR
Ipc_OsalMutexCreateFxn Ipc_OsalPrms::createMutex |
Create mutex function pointer
Ipc_OsalMutexDeleteFxn Ipc_OsalPrms::deleteMutex |
Delete mutex function pointer
Ipc_OsalMutexLockFxn Ipc_OsalPrms::lockMutex |
Lock mutex function pointer
Ipc_OsalMutexUnlockFxn Ipc_OsalPrms::unlockMutex |
Unlock mutex function pointer
Ipc_OsalRegisterIntrFxn Ipc_OsalPrms::registerIntr |
Register interrupt function pointer
Ipc_OsalUnRegisterIntrFxn Ipc_OsalPrms::unRegisterIntr |
Unregister interrupt function pointer