1.1.1.4.23 DRV_PLC_PHY_EXCEPTION Enum

C

typedef enum
{
    /* SPI has detected an unexpected status, reset is recommended */
    DRV_PLC_PHY_EXCEPTION_UNEXPECTED_KEY,

    /* SPI critical error */
    DRV_PLC_PHY_EXCEPTION_CRITICAL_ERROR,

    /* Device has been reseted by Debugging tool */
    DRV_PLC_PHY_EXCEPTION_DEBUG,

    /* Device has been reseted */
    DRV_PLC_PHY_EXCEPTION_RESET

} DRV_PLC_PHY_EXCEPTION; 

Summary

Defines the data type for G3 MAC RT Driver transfer errors.

Description

This type is used to indicate the error (if any) of the last SPI transfer.