|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Adapter context: holds channel + 7-bit address. More...
Data Fields | |
| uint8_t | channel |
| IIC_B channel (0 on RA8D2). | |
| uint8_t | addr7 |
| 7-bit peripheral address. | |
| uint8_t imu_demo_iic_ctx_t::addr7 |
7-bit peripheral address.
Definition at line 174 of file main.c.
Referenced by imu_demo_iic_read(), and imu_demo_iic_write().
| uint8_t imu_demo_iic_ctx_t::channel |
IIC_B channel (0 on RA8D2).
Definition at line 173 of file main.c.
Referenced by imu_demo_iic_read(), and imu_demo_iic_write().