◆ ADV7533_Driver
Initial value:
Definition at line 55 of file adv7533.c.
◆ ADV7533_LCD_Driver
Initial value:
Definition at line 77 of file adv7533.c.
int32_t ADV7533_Pause(ADV7533_Object_t *pObj)
Pauses playing on the audio hdmi.
int32_t ADV7533_SetResolution(ADV7533_Object_t *pObj, uint32_t Resolution)
Set Audio resolution.
int32_t ADV7533_SetPixel(ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Color)
Set pixel color.
int32_t ADV7533_Init(ADV7533_Object_t *pObj, uint32_t ColorCoding, uint32_t Orientation)
Initializes the audio codec and the control interface.
int32_t ADV7533_SetBrightness(ADV7533_Object_t *pObj, uint32_t Brightness)
Set the display brightness.
int32_t ADV7533_SetVolume(ADV7533_Object_t *pObj, uint8_t Volume, uint8_t InputOutput)
Sets volumee.
int32_t ADV7533_ReadID(ADV7533_Object_t *pObj, uint32_t *Id)
Get the adv7533 ID.
int32_t ADV7533_DrawBitmap(ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint8_t *pBmp)
Draw Bitmap image.
int32_t ADV7533_SetCursor(ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos)
Set the display cursor.
int32_t ADV7533_Stop(ADV7533_Object_t *pObj, uint32_t CodecPdwnMode)
Stop playing on the audio hdmi.
int32_t ADV7533_DrawHLine(ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Length, uint32_t Color)
Draw Horizontal Line.
int32_t ADV7533_DeInit(ADV7533_Object_t *pObj)
Deinitializes the adv7533.
int32_t ADV7533_SetFrequency(ADV7533_Object_t *pObj, uint32_t AudioFreq)
Sets new frequency.
int32_t ADV7533_GetFrequency(ADV7533_Object_t *pObj, uint32_t *Frequency)
Sets new frequency.
int32_t ADV7533_AudioInit(ADV7533_Object_t *pObj, ADV7533_Init_t *pInit)
Initializes the audio codec and the control interface.
int32_t ADV7533_GetVolume(ADV7533_Object_t *pObj, uint8_t Volume)
Sets volumee.
int32_t ADV7533_Reset(ADV7533_Object_t *pObj)
Resets adv7533 registers.
int32_t ADV7533_GetXSize(ADV7533_Object_t *pObj, uint32_t *Xsize)
Set the display Width.
int32_t ADV7533_DisplayOff(ADV7533_Object_t *pObj)
Power off the ADV7533 bridge.
int32_t ADV7533_GetProtocol(ADV7533_Object_t *pObj)
Get Audio Protocol.
int32_t ADV7533_SetOrientation(ADV7533_Object_t *pObj, uint32_t Orientation)
Set the display Orientation.
int32_t ADV7533_SetProtocol(ADV7533_Object_t *pObj, uint16_t Protocol)
Set Audio Protocol.
int32_t ADV7533_SetOutputMode(ADV7533_Object_t *pObj, uint16_t Output)
Sets output mode.
int32_t ADV7533_Resume(ADV7533_Object_t *pObj)
Resumes playing on the audio hdmi.
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.
int32_t ADV7533_GetPixel(ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t *Color)
Get pixel color.
int32_t ADV7533_SetMute(ADV7533_Object_t *pObj, uint16_t Cmd)
Enables or disables the mute feature on the audio hdmi.
int32_t ADV7533_GetOrientation(ADV7533_Object_t *pObj, uint32_t *Orientation)
Set the display Orientation.
int32_t ADV7533_Play(ADV7533_Object_t *pObj)
Start the audio hdmi play feature.
int32_t ADV7533_DisplayOn(ADV7533_Object_t *pObj)
Power on the ADV7533 bridge.
int32_t ADV7533_GetBrightness(ADV7533_Object_t *pObj, uint32_t *Brightness)
Get the display brightness.
int32_t ADV7533_GetYSize(ADV7533_Object_t *pObj, uint32_t *Ysize)
Set the display Height.
int32_t ADV7533_GetResolution(ADV7533_Object_t *pObj, uint32_t *Resolution)
Get Audio resolution.
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_DrawVLine(ADV7533_Object_t *pObj, uint32_t Xpos, uint32_t Ypos, uint32_t Length, uint32_t Color)
Draw Vertical line.