Audio framework specific type declarations live here. More...
Go to the source code of this file.
Enumerations | |
| enum | DMA_STATES { DMA_NOT_USED = 0x00000000, DMA_DONE_1 = 0x00000008, DMA_START_1 = 0x00000010, DMA_DONE_2 = 0x00000020, DMA_START_2 = 0x00000040, DMA_CH_2_USED = 0x00000080 } |
| enum | DMA_CHANNEL { DMA_OUTPUT_CHANNEL = 0x1, DMA_INPUT_CHANNEL = 0x2 } |
| enum | OUTPUT_BUFFER_NUMBER { OUTPUT_DMA_BUFFER0 = 0, OUTPUT_DMA_BUFFER1, OUTPUT_DMA_BUFFER_COUNT } |
| enum | INPUT_BUFFER_NUMBER { INPUT_DMA_BUFFER0 = 0, INPUT_DMA_BUFFER1, INPUT_DMA_BUFFER_COUNT } |
Audio framework specific type declarations live here.
Definition in file AFTypes.h.
| enum DMA_CHANNEL |
| enum DMA_STATES |
| enum INPUT_BUFFER_NUMBER |
| enum OUTPUT_BUFFER_NUMBER |
1.6.1