no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
no_os_i3c_msg Struct Reference

Item describing an I3C transfer. More...

#include <no_os_i3c.h>

Public Attributes

uint8_t * tx_buff
 
uint32_t tx_size
 
uint8_t * rx_buff
 
uint32_t rx_size
 

Detailed Description

Item describing an I3C transfer.

Member Data Documentation

◆ rx_buff

uint8_t* no_os_i3c_msg::rx_buff

Buffer where to store data

◆ rx_size

uint32_t no_os_i3c_msg::rx_size

Size of Rx buffer in number of bytes

◆ tx_buff

uint8_t* no_os_i3c_msg::tx_buff

Buffer with data to send

◆ tx_size

uint32_t no_os_i3c_msg::tx_size

Size of Tx buffer in number of bytes


The documentation for this struct was generated from the following file: