C
BOOL MiMAC_Init( MACINIT_PARAM initValue );
Description
This is the primary MiMAC interface for the protocol layer to initialize the MiMAC layer. The initialization parameter is assigned in the format of structure MACINIT_PARAM.
Preconditions
MCU initialization has been done.
Parameters
Parameters |
Description |
MACINIT_PARAM initValue |
Initialization value for MiMAC layer |
Returns
A boolean to indicates if initialization is successful.
Remarks
None
Example
MiMAC_Init(initParameter);