|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Decoded MCG (Module Configuration) RO snapshot. More...
#include <ra8_mipi_csi_types.h>
Data Fields | |
| uint8_t | version |
| MCG.VER[3:0] – IP-core version. | |
| uint8_t | lanes_max |
| MCG.SDLN[11:8] – max supported lanes. | |
| uint8_t | fifo_stages |
| MCG.GSNM[23:16] – short-packet FIFO depth. | |
| uint32_t | raw |
| Unprocessed register snapshot. | |
Decoded MCG (Module Configuration) RO snapshot.
Definition at line 155 of file ra8_mipi_csi_types.h.
| uint8_t ra8_mipi_csi_module_info_t::fifo_stages |
MCG.GSNM[23:16] – short-packet FIFO depth.
Definition at line 158 of file ra8_mipi_csi_types.h.
Referenced by ra8_mipi_csi_get_module_info().
| uint8_t ra8_mipi_csi_module_info_t::lanes_max |
MCG.SDLN[11:8] – max supported lanes.
Definition at line 157 of file ra8_mipi_csi_types.h.
Referenced by ra8_mipi_csi_get_module_info().
| uint32_t ra8_mipi_csi_module_info_t::raw |
Unprocessed register snapshot.
Definition at line 159 of file ra8_mipi_csi_types.h.
Referenced by ra8_mipi_csi_get_module_info().
| uint8_t ra8_mipi_csi_module_info_t::version |
MCG.VER[3:0] – IP-core version.
Definition at line 156 of file ra8_mipi_csi_types.h.
Referenced by ra8_mipi_csi_get_module_info().