![]() |
![]() |
Antenna Interface 2 Intialization CSL 3.x funtion. More...
#include <ti/csl/csl_aif2.h>
Functions | |
CSL_Status | CSL_aif2Init (CSL_Aif2Context *pContext) |
Peripheral specific initialization function. |
Antenna Interface 2 Intialization CSL 3.x funtion.
===========================================================================
CSL_Status CSL_aif2Init | ( | CSL_Aif2Context * | pContext | ) |
Peripheral specific initialization function.
global variable definitions ============================================================================
CSL_aif2Init Description
This is the peripheral specific intialization function. This function is idempotent in that calling it many times is same as calling it once. This function initializes the CSL data structures, and doesn't touches the hardware.
Arguments
pContext Pointer to module-context. As aif2 doesn't have any context based information user is expected to pass NULL.
Return Value CSL_Status
Pre Condition
This function should be called before using any of the CSL APIs in the aif2 module.
Post Condition
The CSL for aif2 is initialized
Writes
None
Example
CSL_aif2Init(NULL); // Init CSL for aif2 module
=============================================================================