master/ethernet.h
changeset 286 f3352378b4d4
parent 279 12f48c1cb143
child 293 14aeb79aa992
equal deleted inserted replaced
285:d6145fc87a74 286:f3352378b4d4
    59 }
    59 }
    60 ec_eoe_frame_t;
    60 ec_eoe_frame_t;
    61 
    61 
    62 /*****************************************************************************/
    62 /*****************************************************************************/
    63 
    63 
    64 typedef struct ec_eoe ec_eoe_t;
    64 typedef struct ec_eoe ec_eoe_t; /**< \see ec_eoe */
    65 
    65 
    66 /**
    66 /**
    67    Ethernet-over-EtherCAT (EoE) handler.
    67    Ethernet-over-EtherCAT (EoE) handler.
    68    The master creates one of these objects for each slave that supports the
    68    The master creates one of these objects for each slave that supports the
    69    EoE protocol.
    69    EoE protocol.