Astra MCU SDK Peripheral Driver Library
Loading...
Searching...
No Matches
data_buffer_thld_t Struct Reference

Threshold configuration for I³C data buffers. Supported values in dwords are 1, 4, 8, 16, 32, 64. More...

#include <i3c.h>

Data Fields

uint8_t rx_start_thld
uint8_t tx_start_thld
uint8_t rx_buf_thld
uint8_t tx_empty_buf_thld

Detailed Description

Threshold configuration for I³C data buffers. Supported values in dwords are 1, 4, 8, 16, 32, 64.

Field Documentation

◆ rx_start_thld

uint8_t data_buffer_thld_t::rx_start_thld

RX start threshold

◆ tx_start_thld

uint8_t data_buffer_thld_t::tx_start_thld

TX start threshold

◆ rx_buf_thld

uint8_t data_buffer_thld_t::rx_buf_thld

RX buffer threshold

◆ tx_empty_buf_thld

uint8_t data_buffer_thld_t::tx_empty_buf_thld

TX empty buffer threshold