amdsmi_dpm_level_t Struct Reference

amdsmi_dpm_level_t Struct Reference#

AMD SMI: amdsmi_dpm_level_t Struct Reference
amdsmi_dpm_level_t Struct Reference

max and min LCLK DPM level on a given NBIO ID. Valid max and min DPM level values are 0 - 1. More...

#include <amdsmi.h>

Data Fields

uint8_t max_dpm_level
 Max LCLK DPM level[15:8](8 bit data)
 
uint8_t min_dpm_level
 Min LCLK DPM level[7:0](8 bit data)
 

Detailed Description

max and min LCLK DPM level on a given NBIO ID. Valid max and min DPM level values are 0 - 1.

Definition at line 2221 of file amdsmi.h.

Field Documentation

◆ max_dpm_level

uint8_t amdsmi_dpm_level_t::max_dpm_level

Max LCLK DPM level[15:8](8 bit data)

Definition at line 2222 of file amdsmi.h.

◆ min_dpm_level

uint8_t amdsmi_dpm_level_t::min_dpm_level

Min LCLK DPM level[7:0](8 bit data)

Definition at line 2223 of file amdsmi.h.


The documentation for this struct was generated from the following file: