master/slave.h
changeset 406 e4f531d0d62d
parent 404 7f7f429e13c7
child 409 bc4c852e1b93
equal deleted inserted replaced
405:61d5d6457fa6 406:e4f531d0d62d
    66     EC_SLAVE_STATE_SAVEOP = 0x04,
    66     EC_SLAVE_STATE_SAVEOP = 0x04,
    67     /**< SAVEOP (mailbox communication and input update) */
    67     /**< SAVEOP (mailbox communication and input update) */
    68     EC_SLAVE_STATE_OP = 0x08,
    68     EC_SLAVE_STATE_OP = 0x08,
    69     /**< OP (mailbox communication and input/output update) */
    69     /**< OP (mailbox communication and input/output update) */
    70     EC_SLAVE_STATE_ACK_ERR = 0x10
    70     EC_SLAVE_STATE_ACK_ERR = 0x10
    71     /**< Acknoledge/Error bit (no actual state) */
    71     /**< Acknowledge/Error bit (no actual state) */
    72 }
    72 }
    73 ec_slave_state_t;
    73 ec_slave_state_t;
    74 
    74 
    75 /*****************************************************************************/
    75 /*****************************************************************************/
    76 
    76