DS3234 device driver. More...
DS3234 device driver.
Definition in file ds3234.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. | |
Functions | |
| int | ds3234_pps_init (const ds3234_params_t *params) |
| Initialize the DS3234 RTC as a PPS device. More... | |