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

Device descriptor for DCF77 sensor devices. More...

Detailed Description

Device descriptor for DCF77 sensor devices.

Definition at line 70 of file dcf77.h.

#include <dcf77.h>

Data Fields

dcf77_params_t params
 Device parameters.
 
dcf77_bits_t bitseq
 contains all Bits from a current cycle
 
dcf77_bits_t last_bitseq
 contains all Bits from a last cycle
 
uint32_t startTime
 Timestamp to measure the term of the level.
 
uint8_t internal_state
 internal States

 
uint8_t bitCounter
 Counter of the Bits in a Bitsequenz.
 
dcf77_tick_cb_t tick_cb
 Callback to be called if a new minute starts.
 
void * tick_cb_args
 Arguments for the tick callback.
 

Field Documentation

◆ bitCounter

uint8_t dcf77::bitCounter

Counter of the Bits in a Bitsequenz.

Definition at line 76 of file dcf77.h.

◆ bitseq

dcf77_bits_t dcf77::bitseq

contains all Bits from a current cycle

Definition at line 72 of file dcf77.h.

◆ internal_state

uint8_t dcf77::internal_state

internal States

Definition at line 75 of file dcf77.h.

◆ last_bitseq

dcf77_bits_t dcf77::last_bitseq

contains all Bits from a last cycle

Definition at line 73 of file dcf77.h.

◆ params

dcf77_params_t dcf77::params

Device parameters.

Definition at line 71 of file dcf77.h.

◆ startTime

uint32_t dcf77::startTime

Timestamp to measure the term of the level.

Definition at line 74 of file dcf77.h.

◆ tick_cb

dcf77_tick_cb_t dcf77::tick_cb

Callback to be called if a new minute starts.

Definition at line 77 of file dcf77.h.

◆ tick_cb_args

void* dcf77::tick_cb_args

Arguments for the tick callback.

Definition at line 78 of file dcf77.h.


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