Searched defs:_i3c_master_handle (Results 1 – 1 of 1) sorted by relevance
382 struct _i3c_master_handle struct384 uint8_t state; /*!< Transfer state machine current state. */385 uint32_t remainingBytes; /*!< Remaining byte count in current state. */386 i3c_rx_term_ops_t rxTermOps; /*!< Read termination operation. */387 i3c_master_transfer_t transfer; /*!< Copy of the current transfer info. */388 uint8_t ibiAddress; /*!< Slave address which request IBI. */389 uint8_t *ibiBuff; /*!< Pointer to IBI buffer to keep ibi bytes. */390 size_t ibiPayloadSize; /*!< IBI payload size. */391 i3c_ibi_type_t ibiType; /*!< IBI type. */392 i3c_master_transfer_callback_t callback; /*!< Callback functions pointer. */[all …]