|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Raw register bytes used to assemble one JPEG status snapshot. More...
Data Fields | |
| uint8_t | length_hi |
| Encoded length bits 23:16. | |
| uint8_t | length_mid |
| Encoded length bits 15:8. | |
| uint8_t | length_lo |
| Encoded length bits 7:0. | |
| uint8_t | overflow |
| JPEG FIFO status. | |
| uint8_t | jpeg_input |
| JPEG input format. | |
| uint8_t | jpeg_ctrl01 |
| JPEG FIFO pacing. | |
| uint8_t | jpeg_header |
| JPEG header control. | |
| uint8_t | vfifo_ctrl00 |
| VFIFO operating mode. | |
| uint8_t | width_hi |
| Compression width high. | |
| uint8_t | width_lo |
| Compression width low. | |
| uint8_t | height_hi |
| Compression height high. | |
| uint8_t | height_lo |
| Compression height low. | |
| uint8_t | href_minimum |
| Minimum HREF blanking. | |
| uint8_t | timing_ctrl21 |
| JPEG enable state. | |
Raw register bytes used to assemble one JPEG status snapshot.
Definition at line 176 of file ra8_ov5640.c.
| uint8_t ra8_ov5640_jpeg_status_raw_t::height_hi |
Compression height high.
Definition at line 187 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::height_lo |
Compression height low.
Definition at line 188 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::href_minimum |
Minimum HREF blanking.
Definition at line 189 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::jpeg_ctrl01 |
JPEG FIFO pacing.
Definition at line 182 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::jpeg_header |
JPEG header control.
Definition at line 183 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::jpeg_input |
JPEG input format.
Definition at line 181 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::length_hi |
Encoded length bits 23:16.
Definition at line 177 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::length_lo |
Encoded length bits 7:0.
Definition at line 179 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::length_mid |
Encoded length bits 15:8.
Definition at line 178 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::overflow |
JPEG FIFO status.
Definition at line 180 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status_format(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::timing_ctrl21 |
JPEG enable state.
Definition at line 190 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::vfifo_ctrl00 |
VFIFO operating mode.
Definition at line 184 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::width_hi |
Compression width high.
Definition at line 185 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().
| uint8_t ra8_ov5640_jpeg_status_raw_t::width_lo |
Compression width low.
Definition at line 186 of file ra8_ov5640.c.
Referenced by internal_ov5640_read_jpeg_status(), and ra8_ov5640_jpeg_status_get().