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: SANFAN_read_analog_value nucleo-wdg Nucleo_sleep_copy
Fork of mbed-src by
serial_t Struct Reference
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 85 of file serial_api.h.
Field Documentation
uint8_t char_found |
State of the matched character.
Definition at line 90 of file serial_api.h.
uint8_t char_match |
Character to be matched.
Definition at line 89 of file serial_api.h.
Rx buffer.
Definition at line 88 of file serial_api.h.
struct serial_s serial |
Target specific serial structure.
Definition at line 86 of file serial_api.h.
Tx buffer.
Definition at line 87 of file serial_api.h.
Generated on Tue Jul 12 2022 17:45:28 by
