|
TT Zephyr Platforms 19.5.0-rc1
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. | |
Host request to blink the LED.
Messages of this type are processed by toggle_blinky_handler
| 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.
| uint8_t led_blink_rqst::pad[3] |
Three bytes of padding.