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.
Fork of TUKS-COURSE-TIMER by
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 88 of file serial_api.h.
Field Documentation
uint8_t char_found |
State of the matched character.
Definition at line 93 of file serial_api.h.
uint8_t char_match |
Character to be matched.
Definition at line 92 of file serial_api.h.
RX buffer.
Definition at line 91 of file serial_api.h.
struct serial_s serial |
Target specific serial structure.
Definition at line 89 of file serial_api.h.
TX buffer.
Definition at line 90 of file serial_api.h.
Generated on Tue Jul 12 2022 17:39:01 by
