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

Bring-up configuration for I2C-compat responder mode. More...

#include <ra8_i3c.h>

Data Fields

uint8_t peripheral_addr_7b
 7-bit own address.
uint8_t general_call
 Non-zero -> answer general-call address.

Detailed Description

Bring-up configuration for I2C-compat responder mode.

Used by ra8_i3c_peripheral_open to put a channel (configured in I2C mode) into responder operation answering its own 7-bit address.

Invariant
peripheral_addr_7b is a valid 7-bit address.
See also
ra8_i3c_peripheral_open
Since
0.1.0

Definition at line 774 of file ra8_i3c.h.

Field Documentation

◆ general_call

uint8_t ra8_i3c_peripheral_cfg_t::general_call

Non-zero -> answer general-call address.

Definition at line 776 of file ra8_i3c.h.

Referenced by ra8_i3c_peripheral_open().

◆ peripheral_addr_7b

uint8_t ra8_i3c_peripheral_cfg_t::peripheral_addr_7b

7-bit own address.

Definition at line 775 of file ra8_i3c.h.

Referenced by ra8_i3c_peripheral_open().


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