|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Caller-owned sensor instance; supports multiple independent parts. More...
#include <ra8_ov5640.h>
Data Fields | |
| ra8_ov5640_bus_t | bus |
| Copied transport callbacks. | |
| uint8_t | address |
| Selected seven-bit SCCB address. | |
| bool | initialized |
| Successful binding marker. | |
Caller-owned sensor instance; supports multiple independent parts.
Definition at line 68 of file ra8_ov5640.h.
| uint8_t ra8_ov5640_t::address |
Selected seven-bit SCCB address.
Definition at line 70 of file ra8_ov5640.h.
Referenced by ra8_ov5640_probe(), ra8_ov5640_read_reg(), and ra8_ov5640_write_reg().
| ra8_ov5640_bus_t ra8_ov5640_t::bus |
Copied transport callbacks.
Definition at line 69 of file ra8_ov5640.h.
Referenced by internal_ov5640_write_vga_base(), ra8_ov5640_configure(), ra8_ov5640_read_reg(), ra8_ov5640_stream_set(), and ra8_ov5640_write_reg().
| bool ra8_ov5640_t::initialized |
Successful binding marker.
Definition at line 71 of file ra8_ov5640.h.
Referenced by ra8_ov5640_configure(), ra8_ov5640_jpeg_status_get(), ra8_ov5640_probe(), ra8_ov5640_read_reg(), ra8_ov5640_set_jpeg_quantization_scale(), ra8_ov5640_stream_set(), and ra8_ov5640_write_reg().