1.5.3.23 PAL_RF_RX_PARAMETERS Struct
C
typedef struct
{
    /* RX time (PPDU start), referred to system 64-bit time counter */
    uint64_t timeIniCount;
    /* RX time (PPDU end), referred to system 64-bit time counter */
    uint64_t timeEndCount;
    /* RSSI in dBm */
    int8_t rssi;
    /* Correct FCS flag */
    bool fcsOk;
} PAL_RF_RX_PARAMETERS;Summary
Defines the data reported in RF PAL RX indication.
Description
This data type defines the data reported in the RF PAL receive indication via PAL_RF_DataIndication callback.
Remarks
None.
