master/reg_request.h
branchstable-1.5
changeset 2522 ec403cf308eb
parent 2443 2c3ccdde3919
child 2529 c7e1f2616a9d
equal deleted inserted replaced
2521:3d68bb0047a1 2522:ec403cf308eb
    50     size_t mem_size; /**< Size of data memory. */
    50     size_t mem_size; /**< Size of data memory. */
    51     uint8_t *data; /**< Pointer to data memory. */
    51     uint8_t *data; /**< Pointer to data memory. */
    52     ec_direction_t dir; /**< Direction. EC_DIR_OUTPUT means writing to the
    52     ec_direction_t dir; /**< Direction. EC_DIR_OUTPUT means writing to the
    53                           slave, EC_DIR_INPUT means reading from the slave. */
    53                           slave, EC_DIR_INPUT means reading from the slave. */
    54     uint16_t address; /**< Register address. */
    54     uint16_t address; /**< Register address. */
    55     size_t transfer_size; /*< Size of the data to transfer. */
    55     size_t transfer_size; /**< Size of the data to transfer. */
    56     ec_internal_request_state_t state; /**< Request state. */
    56     ec_internal_request_state_t state; /**< Request state. */
    57 };
    57 };
    58 
    58 
    59 /*****************************************************************************/
    59 /*****************************************************************************/
    60 
    60