Go to the documentation of this file.
35 #include "drv_digital_out.h"
36 #include "drv_digital_in.h"
37 #include "drv_i2c_master.h"
38 #include "drv_spi_master.h"
61 #define CDC_OPCODE_WR_MEM 0xA0
62 #define CDC_OPCODE_RD_MEM 0x20
63 #define CDC_OPCODE_RD_RES 0x40
64 #define CDC_OPCODE_POR 0x88
65 #define CDC_OPCODE_INITIALIZE 0x8A
66 #define CDC_OPCODE_CDC_START 0x8C
67 #define CDC_OPCODE_RDC_START 0x8E
68 #define CDC_OPCODE_DSP_TRIG 0x8D
69 #define CDC_OPCODE_NV_STORE 0x96
70 #define CDC_OPCODE_NV_RECALL 0x99
71 #define CDC_OPCODE_NV_ERASE 0x9C
72 #define CDC_OPCODE_TEST_READ 0x7E
77 #define CDC_REG_CFG0 0x00
78 #define CDC_REG_CFG1 0x01
79 #define CDC_REG_CFG2 0x02
80 #define CDC_REG_CFG3 0x03
81 #define CDC_REG_CFG4 0x04
82 #define CDC_REG_CFG5 0x05
83 #define CDC_REG_CFG6 0x06
84 #define CDC_REG_CFG7 0x07
85 #define CDC_REG_CFG8 0x08
86 #define CDC_REG_CFG9 0x09
87 #define CDC_REG_CFG10 0x0A
88 #define CDC_REG_CFG11 0x0B
89 #define CDC_REG_CFG12 0x0C
90 #define CDC_REG_CFG13 0x0D
91 #define CDC_REG_CFG14 0x0E
92 #define CDC_REG_CFG15 0x0F
93 #define CDC_REG_CFG16 0x10
94 #define CDC_REG_CFG17 0x11
95 #define CDC_REG_CFG18 0x12
96 #define CDC_REG_CFG19 0x13
97 #define CDC_REG_CFG20 0x14
98 #define CDC_REG_CFG21 0x15
99 #define CDC_REG_CFG22 0x16
100 #define CDC_REG_CFG23 0x17
101 #define CDC_REG_CFG24 0x18
102 #define CDC_REG_CFG25 0x19
103 #define CDC_REG_CFG26 0x1A
104 #define CDC_REG_CFG27 0x1B
105 #define CDC_REG_CFG28 0x1C
106 #define CDC_REG_CFG29 0x1D
107 #define CDC_REG_CFG30 0x1E
108 #define CDC_REG_CFG31 0x1F
109 #define CDC_REG_CFG32 0x20
110 #define CDC_REG_CFG33 0x21
111 #define CDC_REG_CFG34 0x22
112 #define CDC_REG_CFG35 0x23
113 #define CDC_REG_CFG38 0x26
114 #define CDC_REG_CFG39 0x27
115 #define CDC_REG_CFG40 0x28
116 #define CDC_REG_CFG41 0x29
117 #define CDC_REG_CFG42 0x2A
118 #define CDC_REG_CFG47 0x2F
119 #define CDC_REG_CFG48 0x30
120 #define CDC_REG_CFG49 0x31
121 #define CDC_REG_CFG50 0x32
122 #define CDC_REG_CFG54 0x36
123 #define CDC_REG_CFG62 0x3E
124 #define CDC_REG_CFG63 0x3F
130 #define CDC_REG_RES0 0x00
131 #define CDC_REG_RES1 0x04
132 #define CDC_REG_RES2 0x08
133 #define CDC_REG_RES3 0x0C
134 #define CDC_REG_RES4 0x10
135 #define CDC_REG_RES5 0x14
136 #define CDC_REG_RES6 0x18
137 #define CDC_REG_RES7 0x1C
138 #define CDC_REG_STATUS_0 0x20
139 #define CDC_REG_STATUS_1 0x21
140 #define CDC_REG_STATUS_2 0x22
158 #define CDC_MEM_ADDRESS_START 0x0000u
159 #define CDC_MEM_ADDRESS_END 0x03FFu
160 #define CDC_MEM_ADDRESS_CFG_OFFSET 0x03C0u
161 #define CDC_MEM_ADDRESS_WR_BLOCK_SIZE 64
167 #define CDC_FIXED_POINT_NUM_FRACTIONAL 27
173 #define CDC_TEST_READ_RES 0x11
180 #define CDC_DEVICE_ADDRESS 0x28
190 #define CDC_SET_DATA_SAMPLE_EDGE SET_SPI_DATA_SAMPLE_EDGE
191 #define CDC_SET_DATA_SAMPLE_MIDDLE SET_SPI_DATA_SAMPLE_MIDDLE
209 #define CDC_MAP_MIKROBUS( cfg, mikrobus ) \
210 cfg.scl = MIKROBUS( mikrobus, MIKROBUS_SCL ); \
211 cfg.sda = MIKROBUS( mikrobus, MIKROBUS_SDA ); \
212 cfg.miso = MIKROBUS( mikrobus, MIKROBUS_MISO ); \
213 cfg.mosi = MIKROBUS( mikrobus, MIKROBUS_MOSI ); \
214 cfg.sck = MIKROBUS( mikrobus, MIKROBUS_SCK ); \
215 cfg.cs = MIKROBUS( mikrobus, MIKROBUS_CS ); \
216 cfg.sis = MIKROBUS( mikrobus, MIKROBUS_AN );
struct cdc_s cdc_t
CDC Click context object.
uint8_t status_0
Definition: cdc.h:288
digital_out_t sis
Definition: cdc.h:238
err_t cdc_read_config(cdc_t *ctx, uint8_t address, uint8_t *data_out, uint8_t len)
CDC read config function.
pin_name_t scl
Definition: cdc.h:255
uint32_t i2c_speed
Definition: cdc.h:263
pin_name_t sda
Definition: cdc.h:256
err_t cdc_send_opcode(cdc_t *ctx, uint8_t opcode)
CDC send opcode function.
@ CDC_DRV_SEL_I2C
Definition: cdc.h:228
This file contains SPI specific macros, functions, etc.
float res_7
Definition: cdc.h:287
float res_4
Definition: cdc.h:284
@ CDC_DRV_SEL_SPI
Definition: cdc.h:227
cdc_return_value_t
CDC Click return value data.
Definition: cdc.h:299
CDC Click results object.
Definition: cdc.h:279
err_t cdc_write_memory(cdc_t *ctx, uint16_t address, const uint8_t *data_in, uint16_t len)
CDC write memory function.
pin_name_t cs
Definition: cdc.h:260
pin_name_t sck
Definition: cdc.h:259
spi_master_chip_select_polarity_t cs_polarity
Definition: cdc.h:268
pin_name_t sis
Definition: cdc.h:261
CDC Click context object.
Definition: cdc.h:237
err_t cdc_default_cfg(cdc_t *ctx)
CDC default configuration function.
err_t cdc_read_results(cdc_t *ctx, cdc_results_t *results)
CDC read results function.
float res_3
Definition: cdc.h:283
pin_name_t mosi
Definition: cdc.h:258
@ CDC_ERROR
Definition: cdc.h:301
pin_name_t chip_select
Definition: cdc.h:244
cdc_drv_t drv_sel
Definition: cdc.h:245
i2c_master_t i2c
Definition: cdc.h:240
@ CDC_OK
Definition: cdc.h:300
uint8_t i2c_address
Definition: cdc.h:264
void cdc_drv_interface_sel(cdc_cfg_t *cfg, cdc_drv_t drv_sel)
CDC driver interface setup function.
float res_1
Definition: cdc.h:281
float res_5
Definition: cdc.h:285
pin_name_t miso
Definition: cdc.h:257
spi_master_t spi
Definition: cdc.h:241
uint8_t status_2
Definition: cdc.h:290
err_t cdc_init(cdc_t *ctx, cdc_cfg_t *cfg)
CDC initialization function.
uint8_t status_1
Definition: cdc.h:289
err_t cdc_check_communication(cdc_t *ctx)
CDC check communication function.
cdc_drv_t
CDC Click driver selector.
Definition: cdc.h:226
spi_master_mode_t spi_mode
Definition: cdc.h:267
err_t cdc_read_result(cdc_t *ctx, uint8_t address, uint8_t *data_out, uint8_t len)
CDC read result function.
uint8_t slave_address
Definition: cdc.h:243
cdc_drv_t drv_sel
Definition: cdc.h:270
float res_6
Definition: cdc.h:286
float res_2
Definition: cdc.h:282
err_t cdc_read_memory(cdc_t *ctx, uint16_t address, uint8_t *data_out, uint16_t len)
CDC read memory function.
float res_0
Definition: cdc.h:280
CDC Click configuration object.
Definition: cdc.h:254
err_t cdc_write_config(cdc_t *ctx, uint8_t address, const uint8_t *data_in, uint8_t len)
CDC write config function.
uint32_t spi_speed
Definition: cdc.h:266
void cdc_cfg_setup(cdc_cfg_t *cfg)
CDC configuration object setup function.