|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
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.
peripheral_addr_7b is a valid 7-bit address. | 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().
| 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().