Function List

Mode Setting Functions

DioDmSetDirection

Sets I/O direction of specified device

DioDmGetDirection

Gets I/O direction of specified device

DioDmSetStandAlone

Sets specified device to stand-alone

DioDmSetMaster

Sets specified device to master

DioDmSetSlave

Sets specified device to slave

Sampling/Generating Condition Setting Functions

DioDmSetStartTrigger

Sets start condition for sampling/generating

DioDmSetStartPattern

Sets pattern matching condition for start condition

DioDmSetClockTrigger

Sets clock condition for sampling/generating

DioDmSetInternalClock

Set clock value when internal clock is used

DioDmSetStopTrigger

Sets stop condition for sampling/generating

DioDmSetStopNumber

Sets stop number for stop condition

DioDmSetTransferStartWait

Sets the wait time for generating start

Reset Function

DioDmFifoReset

Resets FIFO

Buffer Setting Function

DioDmSetBuffer

Sets data buffer to be used for sampling/generating

Start/Stop Functions

DioDmTransferStart

Starts sampling/generating

DioDmTransferStop

Stops sampling/generating

Status Functions

DioDmGetStatus

Retrieves transfer status

DioDmGetCount

Retrieves transfer count number

DioDmGetWritePointer

Retrieves transfer position in data buffer

Message Notification Functions

DioDmSetStopEvent

Sets that the message of transfer completion is notified

DioDmSetStopCallBackProc

Registers the callback function which is called when the event of transfer completion occurred that is set by the DioDmSetStopEvent function

DioDmSetCountEvent

Sets that the message of specified number transfer completion is notified

DioDmSetCountCallBackProc

Registers the callback function which is called when the event of specified number transfer completion occurred that is set by the DioDmSetCountEvent function