Initialization process of MAC layer.
When you wake up from sleep, if you do not transmit/receive radio and only do microcomputer processing, do not call this function.
It is usually written at the end of the second call processing part with TRUE argument in cbAppColdStart() , cbAppWarmStart() at startup.
For calls other than cbAppColdStart() and cbAppWarmStart(), the internal design is not such that problems can occur, but the behavior is undefined. If necessary, it is recommended to perform a sleep and then perform radio transmission after the sleep is restored.
If sToCoNet_AppContext.u8MacInitPending is set, this function should not be called.
None.
None.