This file contains all the constants parameters for the ADV7533 which is the HDMI bridge between DSI and HDMI. More...
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | adv7533_ctx_t |
Macros | |
#define | ADV7533_CEC_DSI_HBP_H_REG 0x2EU |
#define | ADV7533_CEC_DSI_HBP_L_REG 0x2FU |
#define | ADV7533_CEC_DSI_HFP_H_REG 0x2CU |
#define | ADV7533_CEC_DSI_HFP_L_REG 0x2DU |
#define | ADV7533_CEC_DSI_HSYNC_H_REG 0x2AU |
#define | ADV7533_CEC_DSI_HSYNC_L_REG 0x2BU |
#define | ADV7533_CEC_DSI_INTERNAL_TIMING_REG 0x27U |
ADV7533 Main Features Parameters. More... | |
#define | ADV7533_CEC_DSI_TOTAL_HEIGHT_H_REG 0x30U |
#define | ADV7533_CEC_DSI_TOTAL_HEIGHT_L_REG 0x31U |
#define | ADV7533_CEC_DSI_TOTAL_WIDTH_H_REG 0x28U |
#define | ADV7533_CEC_DSI_TOTAL_WIDTH_L_REG 0x29U |
#define | ADV7533_CEC_DSI_VBP_H_REG 0x36U |
#define | ADV7533_CEC_DSI_VBP_L_REG 0x37U |
#define | ADV7533_CEC_DSI_VFP_H_REG 0x34U |
#define | ADV7533_CEC_DSI_VFP_L_REG 0x35U |
#define | ADV7533_CEC_DSI_VSYNC_H_REG 0x32U |
#define | ADV7533_CEC_DSI_VSYNC_L_REG 0x33U |
#define | ADV7533_CHIPID_ADDR0 0x00U |
#define | ADV7533_CHIPID_ADDR1 0x01U |
#define | ADV7533_MAIN_HPG_REG 0x42U |
#define | ADV7533_MAIN_POWER_DOWN_REG 0x41U |
#define | ADV7533_MAIN_SYNC_REG 0x17U |
ADV7533 Main Registers. More... | |
Typedefs | |
typedef int32_t(* | ADV7533_Read_Func) (void *, uint16_t, uint8_t *, uint16_t) |
typedef int32_t(* | ADV7533_Write_Func) (void *, uint16_t, uint8_t *, uint16_t) |
Functions | |
int32_t | adv7533_read_reg (adv7533_ctx_t *ctx, uint16_t reg, uint8_t *pdata, uint16_t length) |
int32_t | adv7533_write_reg (adv7533_ctx_t *ctx, uint16_t reg, uint8_t *pdata, uint16_t length) |
This file contains all the constants parameters for the ADV7533 which is the HDMI bridge between DSI and HDMI.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
Definition in file adv7533_reg.h.