Memwritedone, Memreadstart, Memreaddone – Sundance SMT6035 v.2.2 User Manual

Page 32: Memcancel

Advertising
background image

Version 2.2

Page 32 of 39

SMT6035 User Manual

15.6.15 MemWriteDone

Completes a write operation to the DSP.

Prototype

void HSC::MemWriteDone( UINT nBytes )

Parameters

nBytes

The number of bytes written by the host.

Return value

None

15.6.16 MemReadStart

Starts a write operation to the DSP.

Prototype

UINT HSC::MemReadStart ( void )

Parameters

None

Return value

The function returns the number of bytes the DSP is prepared to write.

15.6.17 MemReadDone

Completes a read operation from the DSP.

Prototype

void HSC::MemReadDone( UINT nBytes )

Parameters

nBytes

The number of bytes actually read by the host.

15.6.18 MemCancel

Cancels any pending memory read or write operation. The cancelled
thread will throw an exception of the type SMTExc.

Prototype

void HSC::MemCancel( void )

Parameters

None

User Manual - Version 2.2, 04/01/07; © Sundance Italia S.R.L.

Advertising