1.5.3.5 PAL_RF_Tasks Function

C

void PAL_RF_Tasks( void );

Summary

Maintains the RF PAL's state machine.

Description

This function is used to maintain the RF PAL's internal state machine.

Precondition

None.

Parameters

None.

Returns

None.

Example

while (true)
{
    PAL_RF_Tasks();

    // Do other tasks
}

Remarks

  • This function is normally not called directly by an application. It is called by the system's Tasks routine (SYS_Tasks).

  • This function will never block or access any resources that may cause it to block.

  • This function is only available for WBZ450/451 device.