marker2


Description

Specifies when the marker signal goes back low.

Syntax

UInt32 marker2

Read

Gets the current marker2 memory address.

Example

unsigned fwMarker2;
fwMarker2 = dsm.marker2;

Write

Sets a new marker2 memory address.

Example

dsm.marker2 = 0x5000;

Notes

Be sure that the markers are turned on. You can set marker settings with the marker_enable property.