ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_i3c_chan_state_t Struct Reference

Per-channel driver bookkeeping for the unified driver. More...

Data Fields

bool initialized
 Set between ra8_i3c_init / _deinit.
ra8_i3c_mode_t mode
 Native vs I2C-compat for this channel.

Detailed Description

Per-channel driver bookkeeping for the unified driver.

Definition at line 101 of file ra8_i3c.c.

Field Documentation

◆ initialized

bool ra8_i3c_chan_state_t::initialized

Set between ra8_i3c_init / _deinit.

Definition at line 102 of file ra8_i3c.c.

◆ mode

ra8_i3c_mode_t ra8_i3c_chan_state_t::mode

Native vs I2C-compat for this channel.

Definition at line 103 of file ra8_i3c.c.


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