1.3.3.1.1 MAC_COMMON_Init Function
C
void MAC_COMMON_Init ( void );
Summary
Initializes the MAC Common module.
Description
This routine initializes the MAC Common. No data is needed for this module initialization.
Precondition
None.
Parameters
None.
Returns
None.
Example
// The following code snippet shows an example MAC Common initialization. MAC_COMMON_Init(); // Initialize PLC MAC if needed // Initialize RF MAC if needed
Remarks
This routine must be called before any other MAC Common routine is called.