MiMAC_Init Function

MiWi Development Environment

MiWi(TM) Development Environment Help
MiMAC_Init Function
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);
Microchip My Application xx.yy - [Jan 1, 2009]
Copyright © 2009 Microchip Technology, Inc.  All rights reserved.