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

Parameters for the DS3234 device driver. More...

Detailed Description

Parameters for the DS3234 device driver.

Definition at line 37 of file ds3234.h.

#include <ds3234.h>

Data Fields

spi_t spi
 SPI bus the sensor is connected to.
 
spi_clk_t clk
 SPI bus clock speed.
 
gpio_t cs
 CS pin GPIO handle.
 

Field Documentation

◆ clk

spi_clk_t ds3234_params_t::clk

SPI bus clock speed.

Definition at line 39 of file ds3234.h.

◆ cs

gpio_t ds3234_params_t::cs

CS pin GPIO handle.

Definition at line 40 of file ds3234.h.

◆ spi

spi_t ds3234_params_t::spi

SPI bus the sensor is connected to.

Definition at line 38 of file ds3234.h.


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