C
void WF_GetPowerSaveState( UINT8 * p_powerSaveState );
Description
Returns the current MRF24W power save state.
Value |
Definition |
WF_PS_HIBERNATE |
MRF24W in hibernate state |
WF_PS_PS_POLL_DTIM_ENABLED |
MRF24W in PS-Poll mode with DTIM enabled |
WF_PS_PS_POLL_DTIM_DISABLED |
MRF24W in PS-Poll mode with DTIM disabled |
WF_PS_POLL_OFF |
MRF24W is not in any power-save state |
Preconditions
MACInit must be called first.
Parameters
Parameters |
Description |
p_powerSaveState |
Pointer to where power state is written |
Returns
None.
Remarks
None.