Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Talking_breathalyzer FindTheColor mbed_Projet
ISC_REQ_t Struct Reference
#include <text_to_speech_hw.h>
Data Fields | |
| uint8_t | len [2] |
| Header Part - Message length ( including header ) len[ 0 ] - LSB len[ 1 ] - MSB. | |
| uint8_t | idx [2] |
| Header Part - Message code ( index ) idx[ 0 ] - LSB idx[ 1 ] - MSB. | |
| uint8_t | payload [MAIN_MESSAGE_MAX] |
| Payload Part - Message data. | |
Detailed Description
Request Message Structure
- All messages that are received and sent by the device are termed ISC ( Inter-System-Communication ) messages. An ISC message consists of a fixed length header part and a variable length payload.
Definition at line 188 of file text_to_speech_hw.h.
Field Documentation
| uint8_t idx[2] |
Header Part - Message code ( index ) idx[ 0 ] - LSB idx[ 1 ] - MSB.
Definition at line 199 of file text_to_speech_hw.h.
| uint8_t len[2] |
Header Part - Message length ( including header ) len[ 0 ] - LSB len[ 1 ] - MSB.
Definition at line 194 of file text_to_speech_hw.h.
| uint8_t payload[MAIN_MESSAGE_MAX] |
Payload Part - Message data.
Definition at line 202 of file text_to_speech_hw.h.
Generated on Tue Jul 12 2022 20:12:10 by
1.7.2