|
TT Zephyr Platforms 19.6.0-rc1
Tenstorrent Firmware
|
Information about the target AICLK frequency decision. More...
#include <aiclk_ppm.h>
Data Fields | |
| uint32_t | u32_all |
| struct { | |
| uint32_t arbiter: 16 | |
| enum targ_freq_reason reason: 16 | |
| }; | |
Information about the target AICLK frequency decision.
This union provides details about why a particular target frequency was chosen, including which arbiter determined the frequency and the reason for the decision.
| struct { ... } aiclk_targ_freq_info |
| uint32_t aiclk_targ_freq_info::arbiter |
The min or max arbiter enumeration value for limit_reason_min_arb or limit_reason_max_arb
| enum targ_freq_reason aiclk_targ_freq_info::reason |
The reason for this target frequency
| uint32_t aiclk_targ_freq_info::u32_all |