|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Compact video-mode timing block (HSA/HBP/HACT/HFP + VSA/VBP/VACT/VFP). More...
#include <ra8_mipi_dsi_api.h>
Data Fields | |
| uint16_t | horizontal_sync |
| HSA pixel count -> VMHSSETR.HSA. | |
| uint16_t | horizontal_back_porch |
| HBP pixel count -> VMHPSETR.HBP. | |
| uint16_t | horizontal_active |
| HACT pixel count -> VMHSSETR.HACT. | |
| uint16_t | horizontal_front_porch |
| HFP pixel count -> VMHPSETR.HFP. | |
| uint16_t | vertical_sync |
| VSA line count -> VMVSSETR.VSA. | |
| uint16_t | vertical_back_porch |
| VBP line count -> VMVPSETR.VBP. | |
| uint16_t | vertical_active |
| VACT line count -> VMVSSETR.VACT. | |
| uint16_t | vertical_front_porch |
| VFP line count -> VMVPSETR.VFP. | |
Compact video-mode timing block (HSA/HBP/HACT/HFP + VSA/VBP/VACT/VFP).
Lighter-weight cousin of ra8_mipi_dsi_video_cfg_t for callers that just need to load timing numbers and accept the driver defaults for sync polarity, pixel format (RGB888) and HSA/HBP/HFP-no-LP behaviour. Maps onto VMVSSETR / VMVPSETR / VMHSSETR / VMHPSETR per HUM Ch 65 "MIPI DSI Host" pp 3839-3934.
Definition at line 720 of file ra8_mipi_dsi_api.h.
| uint16_t ra8_mipi_dsi_video_timing_t::horizontal_active |
HACT pixel count -> VMHSSETR.HACT.
Definition at line 723 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::horizontal_back_porch |
HBP pixel count -> VMHPSETR.HBP.
Definition at line 722 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::horizontal_front_porch |
HFP pixel count -> VMHPSETR.HFP.
Definition at line 724 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::horizontal_sync |
HSA pixel count -> VMHSSETR.HSA.
Definition at line 721 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::vertical_active |
VACT line count -> VMVSSETR.VACT.
Definition at line 727 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::vertical_back_porch |
VBP line count -> VMVPSETR.VBP.
Definition at line 726 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::vertical_front_porch |
VFP line count -> VMVPSETR.VFP.
Definition at line 728 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().
| uint16_t ra8_mipi_dsi_video_timing_t::vertical_sync |
VSA line count -> VMVSSETR.VSA.
Definition at line 725 of file ra8_mipi_dsi_api.h.
Referenced by ra8_mipi_dsi_set_video_timing().