Home
last modified time | relevance | path

Searched defs:_i3c_master_handle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.h382 struct _i3c_master_handle struct
384 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 …]