Go to the documentation of this file.
35 #include "mikrosdk_version.h"
38 #if mikroSDK_GET_VERSION < 20800ul
39 #include "rcu_delays.h"
45 #include "drv_digital_out.h"
46 #include "drv_digital_in.h"
47 #include "drv_i2c_master.h"
69 #define COLOR17_REG_CH0_EXP_RESMSB 0x00
70 #define COLOR17_REG_CH0_RESMSB_CNT_CRC 0x01
71 #define COLOR17_REG_CH1_EXP_RES_MSB 0x02
72 #define COLOR17_REG_CH1_RESMSB_CNT_CRC 0x03
73 #define COLOR17_REG_CH2_EXP_RES_MSB 0x04
74 #define COLOR17_REG_CH2_RESMSB_CNT_CRC 0x05
75 #define COLOR17_REG_CH3_EXP_RES_MSB 0x06
76 #define COLOR17_REG_CH4_RESMSB_CNT_CRC 0x07
77 #define COLOR17_REG_THLD_EXP_RES_L 0x08
78 #define COLOR17_REG_THLD_EXP_RES_H 0x09
79 #define COLOR17_REG_CONFIG_0 0x0A
80 #define COLOR17_REG_CONFIG_1 0x0B
81 #define COLOR17_REG_CONFIG_2 0x0C
82 #define COLOR17_REG_DEVICE_ID 0x11
100 #define COLOR17_DEVICE_ID 0x0821u
106 #define COLOR17_CONFIG_0_QWAKE_DIS 0x00
107 #define COLOR17_CONFIG_0_QWAKE_EN 0x01
108 #define COLOR17_CONFIG_0_RANGE_2_2KLUX 0x00
109 #define COLOR17_CONFIG_0_RANGE_4_5KLUX 0x01
110 #define COLOR17_CONFIG_0_RANGE_9KLUX 0x02
111 #define COLOR17_CONFIG_0_RANGE_18KLUX 0x03
112 #define COLOR17_CONFIG_0_RANGE_36KLUX 0x04
113 #define COLOR17_CONFIG_0_RANGE_72KLUX 0x05
114 #define COLOR17_CONFIG_0_RANGE_144KLUX 0x06
115 #define COLOR17_CONFIG_0_RANGE_AUTO 0x0C
116 #define COLOR17_CONFIG_0_CONV_600US 0x00
117 #define COLOR17_CONFIG_0_CONV_1_MS 0x01
118 #define COLOR17_CONFIG_0_CONV_1_8MS 0x02
119 #define COLOR17_CONFIG_0_CONV_3_4MS 0x03
120 #define COLOR17_CONFIG_0_CONV_6_5MS 0x04
121 #define COLOR17_CONFIG_0_CONV_12_7MS 0x05
122 #define COLOR17_CONFIG_0_CONV_25MS 0x06
123 #define COLOR17_CONFIG_0_CONV_50MS 0x07
124 #define COLOR17_CONFIG_0_CONV_100MS 0x08
125 #define COLOR17_CONFIG_0_CONV_200MS 0x09
126 #define COLOR17_CONFIG_0_CONV_400MS 0x0A
127 #define COLOR17_CONFIG_0_CONV_800MS 0x0B
128 #define COLOR17_CONFIG_0_OP_MODE_PD 0x00
129 #define COLOR17_CONFIG_0_OP_MODE_F_ONESHOT 0x01
130 #define COLOR17_CONFIG_0_OP_MODE_ONESHOT 0x02
131 #define COLOR17_CONFIG_0_OP_MODE_CONTINUOUS 0x03
132 #define COLOR17_CONFIG_0_LATCH_DIS 0x00
133 #define COLOR17_CONFIG_0_LATCH_EN 0x01
134 #define COLOR17_CONFIG_0_INT_POL_LOW 0x00
135 #define COLOR17_CONFIG_0_INT_POL_HIGH 0x01
136 #define COLOR17_CONFIG_0_FAULT_COUNT_0 0x00
137 #define COLOR17_CONFIG_0_FAULT_COUNT_2 0x01
138 #define COLOR17_CONFIG_0_FAULT_COUNT_4 0x02
139 #define COLOR17_CONFIG_0_FAULT_COUNT_8 0x03
145 #define COLOR17_CONFIG_1_MUST_READ_WRITE 0x8000u
146 #define COLOR17_CONFIG_1_THRESHOLD_CH0 0x00
147 #define COLOR17_CONFIG_1_THRESHOLD_CH1 0x01
148 #define COLOR17_CONFIG_1_THRESHOLD_CH2 0x02
149 #define COLOR17_CONFIG_1_THRESHOLD_CH3 0x03
150 #define COLOR17_CONFIG_1_INT_DIR_INPUT 0x00
151 #define COLOR17_CONFIG_1_INT_DIR_OUTPUT 0x01
152 #define COLOR17_CONFIG_1_INT_CFG_SMBUS_ALR 0x00
153 #define COLOR17_CONFIG_1_INT_CFG_NEXT_CH 0x01
154 #define COLOR17_CONFIG_1_INT_CFG_ALL_CH 0x03
155 #define COLOR17_CONFIG_1_I2C_BURST_DISABLE 0x00
156 #define COLOR17_CONFIG_1_I2C_BURST_ENABLE 0x01
162 #define COLOR17_CONFIG_2_FLAG_DISABLE 0x00
163 #define COLOR17_CONFIG_2_FLAG_ENABLE 0x01
169 #define COLOR17_SEL_CHANNEL_0 0x00
170 #define COLOR17_SEL_CHANNEL_1 0x01
171 #define COLOR17_SEL_CHANNEL_2 0x02
172 #define COLOR17_SEL_CHANNEL_3 0x03
179 #define COLOR17_DEVICE_ADDRESS_GND 0x44
180 #define COLOR17_DEVICE_ADDRESS_VCC 0x45
198 #define COLOR17_MAP_MIKROBUS( cfg, mikrobus ) \
199 cfg.scl = MIKROBUS( mikrobus, MIKROBUS_SCL ); \
200 cfg.sda = MIKROBUS( mikrobus, MIKROBUS_SDA ); \
201 cfg.int_pin = MIKROBUS( mikrobus, MIKROBUS_INT )
uint8_t int_cfg
Definition: color17.h:254
@ COLOR17_ERROR
Definition: color17.h:279
err_t color17_get_device_id(color17_t *ctx, uint16_t *device_id)
Color 17 gets device ID function.
void color17_cfg_setup(color17_cfg_t *cfg)
Color 17 configuration object setup function.
uint32_t i2c_speed
Definition: color17.h:234
err_t color17_default_cfg(color17_t *ctx)
Color 17 default configuration function.
pin_name_t sda
Definition: color17.h:230
pin_name_t scl
Definition: color17.h:229
@ COLOR17_OK
Definition: color17.h:278
i2c_master_t i2c
Definition: color17.h:216
digital_in_t int_pin
Definition: color17.h:213
err_t color17_generic_read(color17_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len)
Color 17 I2C reading function.
uint8_t thld_ch_sel
Definition: color17.h:252
err_t color17_get_ch_measurement(color17_t *ctx, uint8_t ch, uint32_t *adc_codes)
Color 17 gets the channel measurements data function.
uint8_t qwake
Definition: color17.h:245
uint8_t flag_l
Definition: color17.h:268
uint8_t ovld_flag
Definition: color17.h:265
uint8_t slave_address
Definition: color17.h:219
err_t color17_get_status_flag(color17_t *ctx, color17_status_flag_t *status_flag)
Color 17 gets the status flag function.
uint8_t latch
Definition: color17.h:249
uint8_t conv_ready_flag
Definition: color17.h:266
err_t color17_get_measurement(color17_t *ctx, uint32_t *adc_codes)
Color 17 gets light and color measurement data function.
err_t color17_set_config(color17_t *ctx, color17_config_t config)
Color 17 set the configuration function.
err_t color17_get_cct(color17_t *ctx, float *cct, float *light_intensity)
Color 17 gets correlated color temperature data function.
err_t color17_generic_write(color17_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len)
Color 17 I2C writing function.
uint8_t int_dir
Definition: color17.h:253
uint8_t flag_h
Definition: color17.h:267
Color 17 Click status flag object.
Definition: color17.h:264
pin_name_t int_pin
Definition: color17.h:232
uint8_t op_mode
Definition: color17.h:248
uint8_t color17_get_int_pin(color17_t *ctx)
Color 17 gets interrupt function.
Color 17 Click configuration data object.
Definition: color17.h:244
uint8_t i2c_address
Definition: color17.h:235
uint8_t fault_cnt
Definition: color17.h:251
uint8_t int_pol
Definition: color17.h:250
Color 17 Click context object.
Definition: color17.h:211
err_t color17_init(color17_t *ctx, color17_cfg_t *cfg)
Color 17 initialization function.
uint8_t conv_time
Definition: color17.h:247
uint8_t i2c_burst
Definition: color17.h:255
uint8_t range
Definition: color17.h:246
color17_return_value_t
Color 17 Click return value data.
Definition: color17.h:277
err_t color17_read_reg(color17_t *ctx, uint8_t reg, uint16_t *data_out)
Color 17 read register function.
err_t color17_write_reg(color17_t *ctx, uint8_t reg, uint16_t data_in)
Color 17write register function.
Color 17 Click configuration object.
Definition: color17.h:228