DRV_PLC_PHY_CD_RX_STATE Enum

C

typedef enum {
  CD_RX_IDLE = 0,
  CD_RX_PREAMBLE_1_2 = 1,
  CD_RX_PREAMBLE_2_3 = 2,
  CD_RX_PREAMBLE = 3,
  CD_RX_HEADER = 4,
  CD_RX_PAYLOAD = 5,
} DRV_PLC_PHY_CD_RX_STATE;

Summary

List of Reception state values for Carrier Detect information.

Description

This data type defines the list of reception state values for Carrier Detect information.

This is included in DRV_PLC_PHY_CD_INFO Struct.