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

Default configuration for VEML6070. More...

Detailed Description

Default configuration for VEML6070.

Author
Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr

Definition in file veml6070_params.h.

#include "board.h"
#include "veml6070.h"
#include "saul_reg.h"
+ Include dependency graph for veml6070_params.h:

Go to the source code of this file.

Variables

static const veml6070_params_t veml6070_params []
 Configure VEML6070.
 
static const saul_reg_info_t veml6070_saul_info []
 Configure SAUL registry entries.
 

Set default configuration parameters for the VEML6070

#define VEML6070_PARAM_I2C_DEV   I2C_DEV(0)
 
#define VEML6070_PARAM_ITIME   VEML6070_1_T
 
#define VEML6070_PARAMS
 
#define VEML6070_SAUL_INFO   { .name = "veml6070" }
 

Macro Definition Documentation

◆ VEML6070_PARAM_I2C_DEV

#define VEML6070_PARAM_I2C_DEV   I2C_DEV(0)

Definition at line 35 of file veml6070_params.h.

◆ VEML6070_PARAM_ITIME

#define VEML6070_PARAM_ITIME   VEML6070_1_T

Definition at line 38 of file veml6070_params.h.

◆ VEML6070_PARAMS

#define VEML6070_PARAMS
Value:
{ .i2c_dev = VEML6070_PARAM_I2C_DEV, \
.itime = VEML6070_PARAM_ITIME }

Definition at line 42 of file veml6070_params.h.

◆ VEML6070_SAUL_INFO

#define VEML6070_SAUL_INFO   { .name = "veml6070" }

Definition at line 46 of file veml6070_params.h.

Variable Documentation

◆ veml6070_params

const veml6070_params_t veml6070_params[]
static
Initial value:
=
{
VEML6070_PARAMS
}

Configure VEML6070.

Definition at line 53 of file veml6070_params.h.

◆ veml6070_saul_info

const saul_reg_info_t veml6070_saul_info[]
static
Initial value:
=
{
VEML6070_SAUL_INFO
}

Configure SAUL registry entries.

Definition at line 61 of file veml6070_params.h.