![]() |
![]() |
Defines | |
#define | Aif2_osalMalloc Osal_aif2Malloc |
The macro is used by the AIF2 library to log various messages. | |
#define | Aif2_osalFree Osal_aif2Free |
The macro is used by the AIF2 library to log various messages. | |
#define | Aif2_osalLog Osal_aif2Log |
The macro is used by the AIF2 library to log various messages. | |
#define | Aif2_osalMulticoreSyncBarrier Osal_aif2MulticoreSyncBarrier |
This API is called from the AIF2 driver to acquire a barrier lock that will synchronize the configuration of the different core. | |
#define | Aif2_osalResetMulticoreSyncBarrier Osal_aif2ResetMulticoreSyncBarrier |
This API is called from the AIF2 driver to reset the barrier lock that will synchronize the configuration of the different core. |
#define Aif2_osalFree Osal_aif2Free |
The macro is used by the AIF2 library to log various messages.
Prototype: The following is the C prototype for the expected OSAL API.
void Osal_aif2Log( char *fmt, ... )
Parameter
printf-style format string
Return Value
Not applicable.
#define Aif2_osalLog Osal_aif2Log |
The macro is used by the AIF2 library to log various messages.
Prototype: The following is the C prototype for the expected OSAL API.
void Osal_aif2Log( char *fmt, ... )
Parameter
printf-style format string
Return Value
Not applicable.
#define Aif2_osalMalloc Osal_aif2Malloc |
The macro is used by the AIF2 library to log various messages.
Prototype: The following is the C prototype for the expected OSAL API.
void Osal_aif2Malloc( Uint32 num_byte )
Parameter
dynamically allocate aifconfighandle ptr.
Return Value
Not applicable.
#define Aif2_osalMulticoreSyncBarrier Osal_aif2MulticoreSyncBarrier |
This API is called from the AIF2 driver to acquire a barrier lock that will synchronize the configuration of the different core.
Prototype: The following is the C prototype for the expected OSAL API.
void Osal_aif2MulticoreSynchro(void)
Parameter
Return Value
Not applicable.
#define Aif2_osalResetMulticoreSyncBarrier Osal_aif2ResetMulticoreSyncBarrier |
This API is called from the AIF2 driver to reset the barrier lock that will synchronize the configuration of the different core.
Prototype: The following is the C prototype for the expected OSAL API.
void Osal_aif2MulticoreSynchro(void)
Parameter
Return Value
Not applicable.