![]() |
![]() |
McBSP device create params. More...
#include <mcbsp_drv.h>
Data Fields | |
| Mcbsp_DevMode | mode |
| Mcbsp_OpMode | opMode |
| Bool | enablecache |
| Mcbsp_EmuMode | emulationMode |
| Mcbsp_Loopback | dlbMode |
| Mcbsp_srgConfig * | srgSetup |
| void * | txQPendingList |
| void * | txQFloatingList |
| void * | rxQPendingList |
| void * | rxQFloatingList |
McBSP device create params.
This structure holds the configuration to be used for the creation of the Mcbsp device instance.This configuration need to be supplied during the creation of the device instance.
digital loop back mode (ENABLE/DISABLE)
Emulation mode settings for the Mcbsp
whether the cache operations are to be performed on the application buffers or not
Mode in which mcbsp instance needs to be created
Operation mode of driver i.e. interrupt or EDMA.Mcbsp supports only EDMA mode
Queue to manage floating buffers in DMA
Queue to hold the pending buffers received from the application
configuration for the sample rate generator configurations
Queue to manage floating buffers in DMA
Queue to hold the pending buffers received from the application