|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
GPIO register banks used while sampling the parallel camera bus. More...
Data Fields | |
| volatile r_port_regs_t * | port4 |
| D0, D2, and D3 input bank. | |
| volatile r_port_regs_t * | port7 |
| D4 through D7 input bank. | |
| volatile r_port_regs_t * | port9 |
| D1 input bank. | |
| volatile r_port_regs_t * | port11 |
| VSYNC, HSYNC, and PCLK. | |
GPIO register banks used while sampling the parallel camera bus.
| volatile r_port_regs_t* cam_probe_ports_t::port11 |
VSYNC, HSYNC, and PCLK.
Definition at line 53 of file cam_ceu.c.
Referenced by cam_get_probe_ports(), and cam_read_probe_sync().
| volatile r_port_regs_t* cam_probe_ports_t::port4 |
D0, D2, and D3 input bank.
Definition at line 50 of file cam_ceu.c.
Referenced by cam_get_probe_ports(), and cam_read_probe_data().
| volatile r_port_regs_t* cam_probe_ports_t::port7 |
D4 through D7 input bank.
Definition at line 51 of file cam_ceu.c.
Referenced by cam_get_probe_ports(), and cam_read_probe_data().
| volatile r_port_regs_t* cam_probe_ports_t::port9 |
D1 input bank.
Definition at line 52 of file cam_ceu.c.
Referenced by cam_get_probe_ports(), and cam_read_probe_data().