AM64x MCU+ SDK  08.02.00
EnetOsal_Cfg Struct Reference

Detailed Description

Enet OSAL configuration paramters.

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
 
EnetOsal_TimerRead timerRead
 

Field Documentation

◆ disableAllIntr

EnetOsal_DisableAllIntr EnetOsal_Cfg::disableAllIntr

All interrupt disable function pointer

◆ restoreAllIntr

EnetOsal_RestoreAllIntr EnetOsal_Cfg::restoreAllIntr

All interrupt restore function pointer

◆ disableIntr

EnetOsal_DisableIntr EnetOsal_Cfg::disableIntr

Interrupt disable function pointer

◆ restoreIntr

EnetOsal_RestoreIntr EnetOsal_Cfg::restoreIntr

Interrupt restore function pointer

◆ registerIntr

EnetOsal_RegisterIntr EnetOsal_Cfg::registerIntr

Register interrupt function pointer

◆ unregisterIntr

EnetOsal_UnregisterIntr EnetOsal_Cfg::unregisterIntr

Unregister interrupt function pointer

◆ createMutex

EnetOsal_CreateMutex EnetOsal_Cfg::createMutex

Create mutex function pointer

◆ deleteMutex

EnetOsal_DeleteMutex EnetOsal_Cfg::deleteMutex

Delete mutex function pointer

◆ lockMutex

EnetOsal_LockMutex EnetOsal_Cfg::lockMutex

Lock mutex function pointer

◆ unlockMutex

EnetOsal_UnlockMutex EnetOsal_Cfg::unlockMutex

Unlock mutex function pointer

◆ isCacheCoherent

EnetOsal_IsCacheCoherent EnetOsal_Cfg::isCacheCoherent

Cache coherency function pointer

◆ cacheInv

EnetOsal_CacheInv EnetOsal_Cfg::cacheInv

Cache invalidate function pointer

◆ cacheWb

EnetOsal_CacheWb EnetOsal_Cfg::cacheWb

Cache write-back function pointer

◆ cacheWbInv

EnetOsal_CacheWbInv EnetOsal_Cfg::cacheWbInv

Cache invalidate and write-back function pointer

◆ timerRead

EnetOsal_TimerRead EnetOsal_Cfg::timerRead

Timer read function pointer