|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One OV5640 SCCB register write (16-bit address, 8-bit value). More...
Data Fields | |
| uint16_t | reg |
| OV5640 register address. | |
| uint8_t | val |
| Value to program. | |
One OV5640 SCCB register write (16-bit address, 8-bit value).
The value plane is device data (OV5640 datasheet), not RA8D2 MMIO, so no HUM citation applies; the table rows are pure data.
Definition at line 163 of file ra8_ov5640.c.
| uint16_t ra8_ov5640_reg_write_t::reg |
OV5640 register address.
Definition at line 164 of file ra8_ov5640.c.
| uint8_t ra8_ov5640_reg_write_t::val |
Value to program.
Definition at line 165 of file ra8_ov5640.c.