mbgtools-lx  4.2.8
PCPS_SER_PACK Struct Reference

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...
 

Detailed Description

A helper structure used with configuration of old DCF77 clocks.

Deprecated:
This structure has been used with some very old DCF77 clocks to configure the serial interface. It has been deprecated by PORT_SETTINGS and PORT_INFO.

Definition at line 63 of file deviohlp.h.

Field Documentation

◆ baud

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().

◆ frame

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().

◆ mode

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().

◆ pack

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().


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