Mistake on this page?
Report an issue in GitHub or email us
Data Fields
serial_t Struct Reference

Asynch serial HAL structure. More...

#include <serial_api.h>

Data Fields

struct serial_s serial
 Target specific serial structure. More...
 
struct buffer_s tx_buff
 TX buffer. More...
 
struct buffer_s rx_buff
 RX buffer. More...
 
uint8_t char_match
 Character to be matched. More...
 
uint8_t char_found
 State of the matched character. More...
 

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.

struct buffer_s rx_buff

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.

struct buffer_s tx_buff

TX buffer.

Definition at line 94 of file serial_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.