amdsmi_range_t Struct Reference

amdsmi_range_t Struct Reference#

AMD SMI: amdsmi_range_t Struct Reference
amdsmi_range_t Struct Reference

This structure represents a range (e.g., frequencies or voltages). More...

#include <amdsmi.h>

Data Fields

uint64_t lower_bound
 Lower bound of range.
 
uint64_t upper_bound
 Upper bound of range.
 
uint64_t reserved [2]
 

Detailed Description

This structure represents a range (e.g., frequencies or voltages).

Definition at line 653 of file amdsmi.h.

Field Documentation

◆ lower_bound

uint64_t amdsmi_range_t::lower_bound

Lower bound of range.

Definition at line 654 of file amdsmi.h.

◆ upper_bound

uint64_t amdsmi_range_t::upper_bound

Upper bound of range.

Definition at line 655 of file amdsmi.h.

◆ reserved

uint64_t amdsmi_range_t::reserved[2]

Definition at line 656 of file amdsmi.h.


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