TT Zephyr Platforms 19.5.0-rc1
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.

Detailed Description

Host request to blink the LED.

Messages of this type are processed by toggle_blinky_handler

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.

◆ pad

uint8_t led_blink_rqst::pad[3]

Three bytes of padding.


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