1.5.3.18 PAL_RF_STATUS Enum
C
typedef enum
{
PAL_RF_STATUS_UNINITIALIZED = SYS_STATUS_UNINITIALIZED,
PAL_RF_STATUS_BUSY = SYS_STATUS_BUSY,
PAL_RF_STATUS_READY = SYS_STATUS_READY,
PAL_RF_STATUS_ERROR = SYS_STATUS_ERROR,
PAL_RF_STATUS_INVALID_OBJECT = SYS_STATUS_ERROR_EXTENDED - 1,
} PAL_RF_STATUS;
Summary
Identifies the current status/state of the RF PAL module.
Description
This enumeration identifies the current status/state of the RF PAL module.
Remarks
This enumeration is the return type for the PAL_RF_Status routine. The upper layer must ensure that PAL_RF_Status returns PAL_RF_STATUS_READY before performing RF PAL operations.