mbgtools-lx
4.2.8
|
A helper structure used with configuration of old DCF77 clocks. More...
#include <deviohlp.h>
Data Fields | |
PCPS_SERIAL | pack |
This packed byte is read from or written to the board. More... | |
uint8_t | baud |
The unpacked baud rate code, see PCPS_BD_CODES. More... | |
uint8_t | frame |
The unpacked framing code, see PCPS_FR_CODES. More... | |
uint8_t | mode |
The unpacked mode code, see PCPS_MOD_CODES. More... | |
A helper structure used with configuration of old DCF77 clocks.
Definition at line 63 of file deviohlp.h.
uint8_t PCPS_SER_PACK::baud |
The unpacked baud rate code, see PCPS_BD_CODES.
Definition at line 67 of file deviohlp.h.
Referenced by pcps_pack_serial(), pcps_serial_from_port_info(), pcps_unpack_serial(), and port_info_from_pcps_serial().
uint8_t PCPS_SER_PACK::frame |
The unpacked framing code, see PCPS_FR_CODES.
Definition at line 68 of file deviohlp.h.
Referenced by pcps_pack_serial(), pcps_serial_from_port_info(), pcps_unpack_serial(), and port_info_from_pcps_serial().
uint8_t PCPS_SER_PACK::mode |
The unpacked mode code, see PCPS_MOD_CODES.
Definition at line 69 of file deviohlp.h.
Referenced by pcps_pack_serial(), pcps_serial_from_port_info(), pcps_unpack_serial(), and port_info_from_pcps_serial().
PCPS_SERIAL PCPS_SER_PACK::pack |
This packed byte is read from or written to the board.
Definition at line 65 of file deviohlp.h.
Referenced by pcps_pack_serial(), pcps_serial_from_port_info(), pcps_unpack_serial(), and port_info_from_pcps_serial().