•  Back 
  •  DSP programming 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - The Operating System
Author      : 
Version     : tos.hyp (December 19, 2008)
Subject     : Programmieren/Atari
Nodes       : 3010
Index Size  : 93790
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Title
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File4.11.24  Dsp_MultBlocks                                            TOS

 Name:         »Dsp_MultBlocks« - Data transfer of multiple blocks 
               from and to the DSP

 Opcode:       127

 Syntax:       void Dsp_MultBlocks( int32_t numsend, int32_t 
               numreceive, DSPBLOCK *sendblocks, DSPBLOCK 
               *receiveblocks );

 Description:  The function Dsp_MultBlocks sends and receives multiple 
               blocks of DSP data of varying size from and to the DSP. 
               numsend is the number of blocks to be sent and 
               numreceive the number to be received. sendblocks and 
               receiveblocks are pointers to arrays that describe the 
               buffers and blocks.

 Return value: The function does not return a result.

 Availability: The function is available only on computers with the 
               DSP-56001 signal processor.

 Group:        DSP programming

 See also:     Binding   Dsp_DoBlock   Dsp_BlkUnpacked 
               Dsp_BlkHandShake   Dsp_BlkWords   Dsp_InStream 
               Dsp_OutStream   Dsp_IOStream   Dsp_GetWordSize 
               Dsp_BlkBytes