This file provides the ADV7533 DSI to HDMI bridge driver. More...
#include "adv7533.h"
Go to the source code of this file.
Functions | |
int32_t | ADV7533_AudioInit (ADV7533_Object_t *pObj, ADV7533_Init_t *pInit) |
Initializes the audio codec and the control interface. More... | |
int32_t | ADV7533_Configure (ADV7533_Object_t *pObj, uint8_t LaneNumber) |
Configure the DSI-HDMI ADV7533 bridge for video. More... | |
int32_t | ADV7533_DeInit (ADV7533_Object_t *pObj) |
Deinitializes the adv7533. More... | |
int32_t | ADV7533_DisplayOff (ADV7533_Object_t *pObj) |
Power off the ADV7533 bridge. More... | |
int32_t | ADV7533_DisplayOn (ADV7533_Object_t *pObj) |
Power on the ADV7533 bridge. More... | |
int32_t | ADV7533_DrawBitmap (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint8_t *pBmp) |
Draw Bitmap image. More... | |
int32_t | ADV7533_DrawHLine (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Length, uint32_t Color) |
Draw Horizontal Line. More... | |
int32_t | ADV7533_DrawVLine (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Length, uint32_t Color) |
Draw Vertical line. More... | |
int32_t | ADV7533_FillRect (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Width, uint32_t Height, uint32_t Color) |
Fill rectangle. More... | |
int32_t | ADV7533_FillRGBRect (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint8_t *pData, uint32_t Width, uint32_t Height) |
int32_t | ADV7533_GetBrightness (ADV7533_Object_t *pObj, uint32_t *Brightness) |
Get the display brightness. More... | |
int32_t | ADV7533_GetFrequency (ADV7533_Object_t *pObj, uint32_t *Frequency) |
Sets new frequency. More... | |
int32_t | ADV7533_GetOrientation (ADV7533_Object_t *pObj, uint32_t *Orientation) |
Set the display Orientation. More... | |
int32_t | ADV7533_GetPixel (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t *Color) |
Get pixel color. More... | |
int32_t | ADV7533_GetProtocol (ADV7533_Object_t *pObj) |
Get Audio Protocol. More... | |
int32_t | ADV7533_GetResolution (ADV7533_Object_t *pObj, uint32_t *Resolution) |
Get Audio resolution. More... | |
int32_t | ADV7533_GetVolume (ADV7533_Object_t *pObj, uint8_t Volume) |
Sets volumee. More... | |
int32_t | ADV7533_GetXSize (ADV7533_Object_t *pObj, uint32_t *Xsize) |
Set the display Width. More... | |
int32_t | ADV7533_GetYSize (ADV7533_Object_t *pObj, uint32_t *Ysize) |
Set the display Height. More... | |
int32_t | ADV7533_Init (ADV7533_Object_t *pObj, uint32_t ColorCoding, uint32_t Orientation) |
Initializes the audio codec and the control interface. More... | |
int32_t | ADV7533_PatternDisable (ADV7533_Object_t *pObj) |
Disable video pattern generation. More... | |
int32_t | ADV7533_PatternEnable (ADV7533_Object_t *pObj) |
Enable video pattern generation. More... | |
int32_t | ADV7533_Pause (ADV7533_Object_t *pObj) |
Pauses playing on the audio hdmi. More... | |
int32_t | ADV7533_Play (ADV7533_Object_t *pObj) |
Start the audio hdmi play feature. More... | |
int32_t | ADV7533_ReadID (ADV7533_Object_t *pObj, uint32_t *Id) |
Get the adv7533 ID. More... | |
static int32_t | ADV7533_ReadRegWrap (void *handle, uint16_t Reg, uint8_t *pData, uint16_t Length) |
Function. More... | |
int32_t | ADV7533_RegisterBusIO (ADV7533_Object_t *pObj, ADV7533_IO_t *pIO) |
Function. More... | |
int32_t | ADV7533_Reset (ADV7533_Object_t *pObj) |
Resets adv7533 registers. More... | |
int32_t | ADV7533_Resume (ADV7533_Object_t *pObj) |
Resumes playing on the audio hdmi. More... | |
int32_t | ADV7533_SetBrightness (ADV7533_Object_t *pObj, uint32_t Brightness) |
Set the display brightness. More... | |
int32_t | ADV7533_SetCursor (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos) |
Set the display cursor. More... | |
int32_t | ADV7533_SetFrequency (ADV7533_Object_t *pObj, uint32_t AudioFreq) |
Sets new frequency. More... | |
static void | ADV7533_SetI2C_Address (ADV7533_Object_t *pObj, uint8_t Address) |
Configure the DSI-HDMI ADV7533 bridge for video. More... | |
int32_t | ADV7533_SetMute (ADV7533_Object_t *pObj, uint16_t Cmd) |
Enables or disables the mute feature on the audio hdmi. More... | |
int32_t | ADV7533_SetOrientation (ADV7533_Object_t *pObj, uint32_t Orientation) |
Set the display Orientation. More... | |
int32_t | ADV7533_SetOutputMode (ADV7533_Object_t *pObj, uint16_t Output) |
Sets output mode. More... | |
int32_t | ADV7533_SetPixel (ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Color) |
Set pixel color. More... | |
int32_t | ADV7533_SetProtocol (ADV7533_Object_t *pObj, uint16_t Protocol) |
Set Audio Protocol. More... | |
int32_t | ADV7533_SetResolution (ADV7533_Object_t *pObj, uint32_t Resolution) |
Set Audio resolution. More... | |
int32_t | ADV7533_SetVolume (ADV7533_Object_t *pObj, uint8_t Volume, uint8_t InputOutput) |
Sets volumee. More... | |
int32_t | ADV7533_Stop (ADV7533_Object_t *pObj, uint32_t CodecPdwnMode) |
Stop playing on the audio hdmi. More... | |
static int32_t | ADV7533_WriteRegWrap (void *handle, uint16_t Reg, uint8_t *pData, uint16_t Length) |
Function. More... | |
Variables | |
ADV7533_Drv_t | ADV7533_Driver |
ADV7533_LcdDrv_t | ADV7533_LCD_Driver |
This file provides the ADV7533 DSI to HDMI bridge driver.
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.c.