|
TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
|
Functions | |
| static uint8_t | toggle_blinky_handler (const union request *request, struct response *response) |
| Handler for TT_SMC_MSG_BLINKY messages. | |
| REGISTER_MESSAGE (TT_SMC_MSG_BLINKY, toggle_blinky_handler) | |
| REGISTER_MESSAGE | ( | TT_SMC_MSG_BLINKY | , |
| toggle_blinky_handler | ) |
Handler for TT_SMC_MSG_BLINKY messages.
Blinks the red led.
| request | Pointer to the host request message, use request->blink for structured access |
| 0 | On success |