STM32Cube BSP FW for STM32F769I-Discovery

Dependents:   mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more

Embed: (wiki syntax)

« Back to documentation index

adv7533.h File Reference

adv7533.h File Reference

This file contains all the constants parameters for the ADV7533 which is the HDMI bridge between DSI and HDMI. More...

Go to the source code of this file.

Functions

uint8_t ADV7533_Init (void)
 Initializes the ADV7533 bridge.
void ADV7533_PowerOn (void)
 Power on the ADV7533 bridge.
void ADV7533_PowerDown (void)
 Power off the ADV7533 bridge.
void ADV7533_Configure (adv7533ConfigTypeDef *config)
 Configure the DSI-HDMI ADV7533 bridge for video.
void ADV7533_PatternEnable (void)
 Enable video pattern generation.
void ADV7533_PatternDisable (void)
 Disable video pattern generation.
uint32_t adv7533_AudioInit (uint16_t DeviceAddr, uint16_t OutputDevice, uint8_t Volume, uint32_t AudioFreq)
 Initializes the ADV7533 audio interface.
void adv7533_DeInit (void)
 Deinitializes the adv7533.
uint32_t adv7533_ReadID (uint16_t DeviceAddr)
 Get the adv7533 ID.
uint32_t adv7533_Play (uint16_t DeviceAddr, uint16_t *pBuffer, uint16_t Size)
 Start the audio hdmi play feature.
uint32_t adv7533_Stop (uint16_t DeviceAddr, uint32_t cmd)
 Stop playing on the audio hdmi.
uint32_t adv7533_Pause (uint16_t DeviceAddr)
 Pauses playing on the audio hdmi.
uint32_t adv7533_Resume (uint16_t DeviceAddr)
 Resumes playing on the audio hdmi.
uint32_t adv7533_SetMute (uint16_t DeviceAddr, uint32_t Cmd)
 Enables or disables the mute feature on the audio hdmi.
uint32_t adv7533_SetVolume (uint16_t DeviceAddr, uint8_t Volume)
 Sets volumee.
uint32_t adv7533_Reset (uint16_t DeviceAddr)
 Resets adv7533 registers.
uint32_t adv7533_SetOutputMode (uint16_t DeviceAddr, uint8_t Output)
 Sets output mode.
uint32_t adv7533_SetFrequency (uint16_t DeviceAddr, uint32_t AudioFreq)
 Sets new frequency.
void HDMI_IO_Init (void)
 Initializes HDMI IO low level.
void HDMI_IO_Write (uint8_t addr, uint8_t reg, uint8_t value)
 HDMI writes single data.
uint8_t HDMI_IO_Read (uint8_t addr, uint8_t reg)
 Reads single data with I2C communication channel from HDMI bridge.
void HDMI_IO_Delay (uint32_t delay)
 HDMI delay.
void AUDIO_IO_DeInit (void)
 DeInitializes Audio low level.

Detailed Description

This file contains all the constants parameters for the ADV7533 which is the HDMI bridge between DSI and HDMI.

Author:
MCD Application Team
Attention:

© COPYRIGHT(c) 2016 STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of STMicroelectronics nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition in file adv7533.h.