drivers/ec_device.h
changeset 5 6f2508af550c
parent 0 05c992bf5847
child 13 db0742533c10
equal deleted inserted replaced
4:394c89f02e48 5:6f2508af550c
    76 int EtherCAT_device_open(EtherCAT_device_t *);
    76 int EtherCAT_device_open(EtherCAT_device_t *);
    77 int EtherCAT_device_close(EtherCAT_device_t *);
    77 int EtherCAT_device_close(EtherCAT_device_t *);
    78 
    78 
    79 int EtherCAT_device_send(EtherCAT_device_t *, unsigned char *, unsigned int);
    79 int EtherCAT_device_send(EtherCAT_device_t *, unsigned char *, unsigned int);
    80 int EtherCAT_device_receive(EtherCAT_device_t *, unsigned char *, unsigned int);
    80 int EtherCAT_device_receive(EtherCAT_device_t *, unsigned char *, unsigned int);
       
    81 void EtherCAT_device_call_isr(EtherCAT_device_t *);
    81 
    82 
    82 void EtherCAT_device_debug(EtherCAT_device_t *);
    83 void EtherCAT_device_debug(EtherCAT_device_t *);
    83 
    84 
    84 /***************************************************************/
    85 /***************************************************************/
    85 
    86