marker1
Description
Specifies when the marker signal goes high from low.
Syntax
UInt32 marker1
Read
Gets the current marker1 memory address.
Example
unsigned fwMarker1;
fwMarker1 = dsm.marker1;
Write
Sets a new marker1 memory address.
Example
dsm.marker1 = 0x10;
Notes
Be sure that the markers are turned on. You can set marker settings with the marker_enable property.