Bit definitions for DCF77 transmission. More...
Bit definitions for DCF77 transmission.
Definition in file dcf77_internal.h.
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... | |
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 64 of file dcf77_internal.h.