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

DS3234 device driver. More...

Detailed Description

DS3234 device driver.

Author
Joakim Nohlgård joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se

Definition in file ds3234.h.

#include <periph/gpio.h>
#include <periph/spi.h>
+ Include dependency graph for ds3234.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ds3234_params_t
 Parameters for the DS3234 device driver. More...
 

Enumerations

enum  ds3234_return_codes { DS3234_OK = 0 , DS3234_NO_DEV = 1 , DS3234_NO_SPI = 2 }
 Return codes for the DS3234 device driver. More...
 

Functions

int ds3234_pps_init (const ds3234_params_t *params)
 Initialize the DS3234 RTC as a PPS device.