|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Decoded view of LINKSR. More...
#include <ra8_mipi_dsi_types.h>
Data Fields | |
| bool | sequence_ch0_running |
| LINKSR.SQ0RUN. | |
| bool | sequence_ch1_running |
| LINKSR.SQ1RUN. | |
| bool | video_running |
| LINKSR.VRUN. | |
| bool | hs_busy |
| LINKSR.HSBUSY. | |
| bool | lp_busy |
| LINKSR.LPBUSY. | |
Decoded view of LINKSR.
Definition at line 253 of file ra8_mipi_dsi_types.h.
| bool ra8_mipi_dsi_link_status_t::hs_busy |
LINKSR.HSBUSY.
Definition at line 257 of file ra8_mipi_dsi_types.h.
Referenced by ra8_mipi_dsi_link_status_get().
| bool ra8_mipi_dsi_link_status_t::lp_busy |
LINKSR.LPBUSY.
Definition at line 258 of file ra8_mipi_dsi_types.h.
Referenced by ra8_mipi_dsi_link_status_get().
| bool ra8_mipi_dsi_link_status_t::sequence_ch0_running |
LINKSR.SQ0RUN.
Definition at line 254 of file ra8_mipi_dsi_types.h.
Referenced by ra8_mipi_dsi_link_status_get().
| bool ra8_mipi_dsi_link_status_t::sequence_ch1_running |
LINKSR.SQ1RUN.
Definition at line 255 of file ra8_mipi_dsi_types.h.
Referenced by ra8_mipi_dsi_link_status_get().
| bool ra8_mipi_dsi_link_status_t::video_running |
LINKSR.VRUN.
Definition at line 256 of file ra8_mipi_dsi_types.h.
Referenced by ra8_mipi_dsi_link_status_get().