enum tapi_cfg_pci_param_cmode

Overview

Device parameter configuration mode More…

#include <tapi_cfg_pci.h>

enum tapi_cfg_pci_param_cmode {
    TAPI_CFG_PCI_PARAM_RUNTIME,
    TAPI_CFG_PCI_PARAM_DRIVERINIT,
    TAPI_CFG_PCI_PARAM_PERMANENT,
};

Detailed Documentation

Device parameter configuration mode

Enum Values

TAPI_CFG_PCI_PARAM_RUNTIME

Value is applied at runtime

TAPI_CFG_PCI_PARAM_DRIVERINIT

Value is applied when driver is initialized

TAPI_CFG_PCI_PARAM_PERMANENT

Value is stored in device non-volatile memory, hard reset is required to apply it