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

Host request to blink the LED. More...

#include <msgqueue.h>

Data Fields

uint8_t command_code
 The command code corresponding to TT_SMC_MSG_BLINKY.
uint8_t pad [3]
 Three bytes of padding.
uint8_t is_blinking: 1
 Whether LED should be blinking or not. Set to 1 to start continuous blinking, 0 to stop blinking.

Detailed Description

Host request to blink the LED.

Messages of this type are processed by toggle_blinky_handler. If is_blinking is high, the LED will blink continuously until stopped. To stop the blinking, set is_blinking low.

Field Documentation

◆ command_code

uint8_t led_blink_rqst::command_code

The command code corresponding to TT_SMC_MSG_BLINKY.

◆ is_blinking

uint8_t led_blink_rqst::is_blinking

Whether LED should be blinking or not. Set to 1 to start continuous blinking, 0 to stop blinking.

◆ pad

uint8_t led_blink_rqst::pad[3]

Three bytes of padding.


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