INtime SDK Help
mhpeSetClockGeneratorPin
INtime SDK v7.1 > About INtime > Networking and I/O > Multiprocess HPE > mhpeSetClockGeneratorPin

Mhpe set clock generator pin.

HPESTATUS mhpeSetClockGeneratorPin(
    MHPEHANDLE          ephandle,
    uint32_t            timer,
unit8_t pin_num,
uint64_t period_ns,
HPE_1588_TIMESTAMP *start_time
);

Parameters

ephandle
The ephandle.
timer
The timer.
pin_num
The pin number.
period_ns
The period ns.
start_time
If non-null, the start time.

Return Values

A HPESTATUS.

Requirements

Versions Defined in Include Link to
INtime 7.1 intime/rt/include/mhpeif.h mhpeif.h mhpeif.lib
See Also