TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
read_pd_rqst Struct Reference

Host request to read a process detector. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_READ_PD.
uint8_t pad [3]
 Three bytes of padding.
uint32_t delay_chain
 Delay chain selection.
uint32_t sensor_id
 Process detector instance ID.

Detailed Description

Host request to read a process detector.

Messages of this type are processed by read_pd_handler.

On success, response data[1] contains the raw sensor reading and data[2] contains the frequency in telemetry format.

Field Documentation

◆ command_code

uint8_t read_pd_rqst::command_code

The command code corresponding to TT_SMC_MSG_READ_PD.

◆ delay_chain

uint32_t read_pd_rqst::delay_chain

Delay chain selection.

◆ pad

uint8_t read_pd_rqst::pad[3]

Three bytes of padding.

◆ sensor_id

uint32_t read_pd_rqst::sensor_id

Process detector instance ID.


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