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

Bit definitions for DCF77 transmission. More...

Detailed Description

Bit definitions for DCF77 transmission.

Author
Michel Gerlach miche.nosp@m.l.ge.nosp@m.rlach.nosp@m.@haw.nosp@m.-hamb.nosp@m.urg..nosp@m.de

Definition in file dcf77_internal.h.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  dcf77_bits_t
 Timeinformation bitfields for DCF77 devices. More...
 
struct  dcf77_bits_t::values
 Struct of bitfields. More...
 
enum  { DCF77_STATE_IDLE , DCF77_STATE_START , DCF77_STATE_RX }
 device internal states More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

device internal states

Enumerator
DCF77_STATE_IDLE 

Device is in idle state.

DCF77_STATE_START 

Device is searching the start for a new minute.

DCF77_STATE_RX 

Device is in RX mode.

Definition at line 63 of file dcf77_internal.h.