RTFW_RDT_STATE Enumeration

RTFW_RDT_STATE represents the state of Intel® Resource Director Technology (RDT) performance optimization.

Syntax

Copy
typedef enum _RTFW_RDT_STATE(
    RTRDT_ENABLE = 0,
    RTRDT_DISABLED,
    RTRDT_NOT_AVAILABLE,
} RTFW_RDT_STATE, * PRTFW_RDT_STATE;

Constants

RTRDT_ENABLED = 0

This value indicates the enabled status of performance optimization with Intel® RDT.

RTRDT_DISABLED

This value indicates the disabled status of performance optimization with Intel® RDT.

RTRDT_NOT_AVAILABLE

This value indicates that the system does not support performance optimization with Intel® RDT.

Requirements

Minimum supported version Header Library

wRTOS 1.0 SDK

RtfwApi.h

RtfwApi.lib

See Also: