Data Fields
EnetOsal_Cfg_s Struct Reference

Enet driver OSAL function pointers. More...

#include <enet_osal.h>

Data Fields

EnetOsal_DisableAllIntr disableAllIntr
 
EnetOsal_RestoreAllIntr restoreAllIntr
 
EnetOsal_DisableIntr disableIntr
 
EnetOsal_RestoreIntr restoreIntr
 
EnetOsal_RegisterIntr registerIntr
 
EnetOsal_UnregisterIntr unregisterIntr
 
EnetOsal_CreateMutex createMutex
 
EnetOsal_DeleteMutex deleteMutex
 
EnetOsal_LockMutex lockMutex
 
EnetOsal_UnlockMutex unlockMutex
 
EnetOsal_IsCacheCoherent isCacheCoherent
 
EnetOsal_CacheInv cacheInv
 
EnetOsal_CacheWb cacheWb
 
EnetOsal_CacheWbInv cacheWbInv
 

Detailed Description

Enet driver OSAL function pointers.

Field Documentation

EnetOsal_CacheInv EnetOsal_Cfg_s::cacheInv

Cache invalidate function pointer

EnetOsal_CacheWb EnetOsal_Cfg_s::cacheWb

Cache write-back function pointer

EnetOsal_CacheWbInv EnetOsal_Cfg_s::cacheWbInv

Cache invalidate and write-back function pointer

EnetOsal_CreateMutex EnetOsal_Cfg_s::createMutex

Create mutex function pointer

EnetOsal_DeleteMutex EnetOsal_Cfg_s::deleteMutex

Delete mutex function pointer

EnetOsal_DisableAllIntr EnetOsal_Cfg_s::disableAllIntr

OSAL all interrupt disable function pointer

EnetOsal_DisableIntr EnetOsal_Cfg_s::disableIntr

OSAL interrupt disable function pointer

EnetOsal_IsCacheCoherent EnetOsal_Cfg_s::isCacheCoherent

Cache coherency function pointer

EnetOsal_LockMutex EnetOsal_Cfg_s::lockMutex

Lock mutex function pointer

EnetOsal_RegisterIntr EnetOsal_Cfg_s::registerIntr

Register interrupt function pointer

EnetOsal_RestoreAllIntr EnetOsal_Cfg_s::restoreAllIntr

OSAL all interrupt restore function pointer

EnetOsal_RestoreIntr EnetOsal_Cfg_s::restoreIntr

OSAL interrupt disable function pointer

EnetOsal_UnlockMutex EnetOsal_Cfg_s::unlockMutex

Unlock mutex function pointer

EnetOsal_UnregisterIntr EnetOsal_Cfg_s::unregisterIntr

Unregister interrupt function pointer


The documentation for this struct was generated from the following file:

Copyright 2020, Texas Instruments Incorporated