DS
mm_stream_func

Back to Index

Definition

typedef void (*mm_stream_func)( mm_word length, mm_addr dest, mm_stream_formats format );

Parameters

length

Number of samples to write to the output.

dest

Output address.

format

Stream format.

Description

Function pointer definition for handling stream fill requests.