All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

AT device structure. More...

Detailed Description

AT device structure.

Definition at line 224 of file at.h.

#include <at.h>

Data Fields

isrpipe_t isrpipe
 isrpipe used for getting data from uart
 
uart_t uart
 UART device where the AT device is attached.
 
char * rp_buf
 response parsing buffer
 
size_t rp_buf_size
 response parsing buffer size
 

Field Documentation

◆ isrpipe

isrpipe_t at_dev_t::isrpipe

isrpipe used for getting data from uart

Definition at line 225 of file at.h.

◆ rp_buf

char* at_dev_t::rp_buf

response parsing buffer

Definition at line 227 of file at.h.

◆ rp_buf_size

size_t at_dev_t::rp_buf_size

response parsing buffer size

Definition at line 228 of file at.h.

◆ uart

uart_t at_dev_t::uart

UART device where the AT device is attached.

Definition at line 226 of file at.h.


The documentation for this struct was generated from the following file: