RTFW_PRIORITY_INVERSION_PROTOCOL Enumeration

RTFW_PRIORITY_INVERSION_PROTOCOL represents the possible priority inversion protocols that the wRTOS Subsystem can use.

Syntax

Copy
typedef enum _RTFW_PRIORITY_INVERSION_PROTOCOL(
    RTPI_DISABLED,
    RTPI_ENABLED
} RTFW_PRIORITY_INVERSION_PROTOCOL, * PRTFW_PRIORITY_INVERSION_PROTOCOL;

Constants

RTPI_DISABLED

The wRTOS Subsystem does not use any priority inversion protocol.

RTPI_ENABLED

The wRTOS Subsystem uses a tiered-demotion priority inversion protocol.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtfwApi.h

RtfwApi.lib

See Also: