![]() |
audio_formatter
Vitis Drivers API Documentation
|
This file contains a example for using the Audio Formatter hardware device and Audio Formatter driver.
MODIFICATION HISTORY:
Ver Who Date Changes
1.0 Dhanunjay 01/12/2024 First release
Functions | |
| int | AFSelfTestExample (u16 DeviceId) |
| This function does a minimal test on the Audio Formatter device and driver as a design example. More... | |
| int | main (void) |
| Main function to call the Self Test example. More... | |
| int AFSelfTestExample | ( | u16 | DeviceId | ) |
This function does a minimal test on the Audio Formatter device and driver as a design example.
| DeviceId | is the Device ID of the Audio Formatter Device and is the XPAR_<Audio Formatter_instance>_DEVICE_ID value from xparameters.h |
References XAudioFormatter_CfgInitialize(), and XAudioFormatter_LookupConfig().
Referenced by main().
| int main | ( | void | ) |
Main function to call the Self Test example.
| None. |
References AFSelfTestExample().