![]() |
TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
|
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. | |
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.
| uint8_t led_blink_rqst::command_code |
The command code corresponding to TT_SMC_MSG_BLINKY.
| 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.
| uint8_t led_blink_rqst::pad[3] |
Three bytes of padding.