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: TYBLE16_simple_data_logger TYBLE16_MP3_Air
serial_t Struct Reference
[Hal]
Asynch serial HAL structure. More...
#include <serial_api.h>
Data Fields | |
struct serial_s | serial |
Target specific serial structure. | |
struct buffer_s | tx_buff |
TX buffer. | |
struct buffer_s | rx_buff |
RX buffer. | |
uint8_t | char_match |
Character to be matched. | |
uint8_t | char_found |
State of the matched character. |
Detailed Description
Asynch serial HAL structure.
Definition at line 92 of file serial_api.h.
Field Documentation
uint8_t char_found |
State of the matched character.
Definition at line 97 of file serial_api.h.
uint8_t char_match |
Character to be matched.
Definition at line 96 of file serial_api.h.
RX buffer.
Definition at line 95 of file serial_api.h.
struct serial_s serial |
Target specific serial structure.
Definition at line 93 of file serial_api.h.
TX buffer.
Definition at line 94 of file serial_api.h.
Generated on Tue Jul 12 2022 13:55:36 by
