1.5.3.8 PAL_RF_Reset Function
C
void PAL_RF_Reset(PAL_RF_HANDLE handle);Summary
Allows a client to reset the RF PAL module.
Description
This routine performs a reset of the RF device and clears the RF PHY statistics.
Precondition
PAL_RF_HandleGet must have been called to obtain a valid RF PAL handle.
Parameters
| Param | Description | 
|---|---|
| handle | A valid handle, returned from PAL_RF_HandleGet. | 
Returns
None.
Example
// 'palRfHandle', returned from the PAL_RF_HandleGet PAL_RF_Reset(palRfHandle);
Remarks
None.
