Title | Function | Function Name | No |
format void STM_SetTrMode (StmHn stm, Sint32 tmode) Input stm: Stream handle t tmode: Transfer mode Output None Function value None Function Sets the transfer method from the CD buffer section to the transfer area.
Constant name | Transfer method | CPU load |
|---|---|---|
STM_TR_SCU | SCU DMA | Transfer destination is B bus Above, the CPU is completely |
STM_TR_SDMA0 | CPU DMA channel 0 | CPU processing Ability drops |
STM_TR_SDMA1 | CPU DMA channel 1 | CPU processing Ability drops |
STM_TR_CPU | software | CPU is occupied Interrupt handling |
Remarks The default is STM_TR_CPU.
Title | Function | Function Name | No |
format void STM_ResetTrBuf (StmHn stm) Input stm: Stream handle Output None Function value None Function Initializes the transfer destination pointer. Remarks It is also possible to specify a different area with STM_SetTrBuf and change the transfer area.