#include <serial_reader_imp.h>
Public Attributes | |
uint8_t | port |
int16_t | readPower |
uint16_t | settlingTime |
int16_t | writePower |
Per-port power levels and settling times. Used by TMR_SR_cmd{Get,Set}AntennaPortPowersAndSettlingTime.
Definition at line 292 of file serial_reader_imp.h.
The port number.
Definition at line 295 of file serial_reader_imp.h.
The power level to use for read operations, in centidBm.
Definition at line 297 of file serial_reader_imp.h.
The duration to wait after switching to this port, in microseconds.
Definition at line 301 of file serial_reader_imp.h.
The power level to use for write operations, in centidBm.
Definition at line 299 of file serial_reader_imp.h.