TO

PXSvToRequest PXVT_TO

Fn

PxToRequest()

A1

ID of the timeout object if the request was successful or invalid ID on failure

A2

Events to signal after the timeout is reached

Er

PxToRequest() error codes

PXSvToStart PXVT_TO

Fn

PxToStart()

A1

ID of the timeout object to start

A2

Amount of timeout in number of PxTicks_t if the request was successful or 0 on failure

Er

PxToStart() error codes

PXSvToStop PXVT_TO

Fn

PxToStop()

A1

ID of the timeout object to stop

A2

Amount of timeout in number of PxTicks_t if the request was successful or 0 on failure

Er

PxToStop() error codes

PXSvToRelease PXVT_TO

Fn

PxToRelease()

A1

Invalid ID if the release was successful or ID of the timeout object to release

Er

PxToRelease() error codes

PXSvToChange PXVT_TO

Fn

PxToChange()

A1

ID of the timeout object which timeout to change

A2

Amount of timeout in number of PxTicks_t to set

Er

PxToChange() error codes

PXSvToRequest_NoWait PXVT_TO

Fn

PxToRequest_NoWait()

A1

ID of the timeout object if the request was successful or invalid ID on failure

A2

Events to signal after the timeout is reached

Er

PxToRequest_NoWait() error codes

PXSvToRequest_EvWait PXVT_TO, PXVT_EVENT

Fn

PxToRequest_EvWait()

A1

ID of the timeout object if the request was successful or invalid ID on failure/event abortion

A2

Events, if the request was aborted by a waiting event

Er

PxToRequest_EvWait() error codes

PXSvToStart_Hnd PXVT_TO, PXVT_HND

Fn

PxToStart_Hnd()

A1

ID of the timeout object to start

A2

Amount of timeout in number of PxTicks_t

Er

PxToStart_Hnd() error codes

PXSvToStop_Hnd PXVT_TO, PXVT_HND

Fn

PxToStop_Hnd()

A1

ID of timeout object to stop

A2

Amount of timeout in number of PxTicks_t