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

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.

Detailed Description

Adapter context: holds channel + 7-bit address.

Definition at line 172 of file main.c.

Field Documentation

◆ addr7

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().

◆ channel

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().


The documentation for this struct was generated from the following file:
  • examples/ek_ra8d2/hw_pending/imu_lsm6dso_demo/src/main.c