Low-level GPIO peripheral driver interface definitions.
int ds3234_pps_init(const ds3234_params_t *params)
Initialize the DS3234 RTC as a PPS device.
ds3234_return_codes
Return codes for the DS3234 device driver.
Low-level SPI peripheral driver interface definition.
Parameters for the DS3234 device driver.
spi_clk_t clk
SPI bus clock speed.
gpio_t cs
CS pin GPIO handle.
spi_t spi
SPI bus the sensor is connected to.