Parameters for the DS3234 device driver.  
 More...
Parameters for the DS3234 device driver. 
Definition at line 36 of file ds3234.h.
 
#include <ds3234.h>
 | 
| 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.  
  | 
|   | 
◆ clk
SPI bus clock speed. 
Definition at line 38 of file ds3234.h.
 
 
◆ cs
      
        
          | gpio_t ds3234_params_t::cs | 
        
      
 
CS pin GPIO handle. 
Definition at line 39 of file ds3234.h.
 
 
◆ spi
      
        
          | spi_t ds3234_params_t::spi | 
        
      
 
SPI bus the sensor is connected to. 
Definition at line 37 of file ds3234.h.
 
 
The documentation for this struct was generated from the following file: