ccrf2  2.0.0.0
ccrf2.h
Go to the documentation of this file.
1 /*
2  * MikroSDK - MikroE Software Development Kit
3  * Copyright© 2020 MikroElektronika d.o.o.
4  *
5  * Permission is hereby granted, free of charge, to any person
6  * obtaining a copy of this software and associated documentation
7  * files (the "Software"), to deal in the Software without restriction,
8  * including without limitation the rights to use, copy, modify, merge,
9  * publish, distribute, sublicense, and/or sell copies of the Software,
10  * and to permit persons to whom the Software is furnished to do so,
11  * subject to the following conditions:
12  *
13  * The above copyright notice and this permission notice shall be
14  * included in all copies or substantial portions of the Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19  * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
22  * OR OTHER DEALINGS IN THE SOFTWARE.
23  */
24 
33 // ----------------------------------------------------------------------------
34 
35 #ifndef CCRF2_H
36 #define CCRF2_H
37 
38 #include "mikrosdk_version.h"
39 
40 #ifdef __GNUC__
41 #if mikroSDK_GET_VERSION < 20800ul
42 #include "rcu_delays.h"
43 #else
44 #include "delays.h"
45 #endif
46 #endif
47 
48 #include "drv_digital_out.h"
49 #include "drv_digital_in.h"
50 #include "drv_spi_master.h"
51 
52 // -------------------------------------------------------------- PUBLIC MACROS
63 #define CCRF2_MAP_MIKROBUS( cfg, mikrobus ) \
64  cfg.miso = MIKROBUS( mikrobus, MIKROBUS_MISO ); \
65  cfg.mosi = MIKROBUS( mikrobus, MIKROBUS_MOSI ); \
66  cfg.sck = MIKROBUS( mikrobus, MIKROBUS_SCK ); \
67  cfg.cs = MIKROBUS( mikrobus, MIKROBUS_CS ); \
68  cfg.gp0 = MIKROBUS( mikrobus, MIKROBUS_AN ); \
69  cfg.rst = MIKROBUS( mikrobus, MIKROBUS_RST ); \
70  cfg.gp2 = MIKROBUS( mikrobus, MIKROBUS_PWM ); \
71  cfg.gp3 = MIKROBUS( mikrobus, MIKROBUS_INT )
72 
78 #define CCRF2_RETVAL uint8_t
79 
80 #define CCRF2_OK 0x00
81 #define CCRF2_INIT_ERROR 0xFF
82 
88 #define CCRF2_STATUS_T uint8_t
89 
95 #define CCRF2_IOCFG3 0x0000
96 #define CCRF2_IOCFG2 0x0001
97 #define CCRF2_IOCFG1 0x0002
98 #define CCRF2_IOCFG0 0x0003
99 #define CCRF2_SYNC3 0x0004
100 #define CCRF2_SYNC2 0x0005
101 #define CCRF2_SYNC1 0x0006
102 #define CCRF2_SYNC0 0x0007
103 #define CCRF2_SYNC_CFG1 0x0008
104 #define CCRF2_SYNC_CFG0 0x0009
105 #define CCRF2_DEVIATION_M 0x000A
106 #define CCRF2_MODCFG_DEV_E 0x000B
107 #define CCRF2_DCFILT_CFG 0x000C
108 #define CCRF2_PREAMBLE_CFG1 0x000D
109 #define CCRF2_PREAMBLE_CFG0 0x000E
110 #define CCRF2_FREQ_IF_CFG 0x000F
111 #define CCRF2_IQIC 0x0010
112 #define CCRF2_CHAN_BW 0x0011
113 #define CCRF2_MDMCFG1 0x0012
114 #define CCRF2_MDMCFG0 0x0013
115 #define CCRF2_SYMBOL_RATE2 0x0014
116 #define CCRF2_SYMBOL_RATE1 0x0015
117 #define CCRF2_SYMBOL_RATE0 0x0016
118 #define CCRF2_AGC_REF 0x0017
119 #define CCRF2_AGC_CS_THR 0x0018
120 #define CCRF2_AGC_GAIN_ADJUST 0x0019
121 #define CCRF2_AGC_CFG3 0x001A
122 #define CCRF2_AGC_CFG2 0x001B
123 #define CCRF2_AGC_CFG1 0x001C
124 #define CCRF2_AGC_CFG0 0x001D
125 #define CCRF2_FIFO_CFG 0x001E
126 #define CCRF2_DEV_ADDR 0x001F
127 #define CCRF2_SETTLING_CFG 0x0020
128 #define CCRF2_FS_CFG 0x0021
129 #define CCRF2_WOR_CFG1 0x0022
130 #define CCRF2_WOR_CFG0 0x0023
131 #define CCRF2_WOR_EVENT0_MSB 0x0024
132 #define CCRF2_WOR_EVENT0_LSB 0x0025
133 #define CCRF2_PKT_CFG2 0x0026
134 #define CCRF2_PKT_CFG1 0x0027
135 #define CCRF2_PKT_CFG0 0x0028
136 #define CCRF2_RFEND_CFG1 0x0029
137 #define CCRF2_RFEND_CFG0 0x002A
138 #define CCRF2_PA_CFG2 0x002B
139 #define CCRF2_PA_CFG1 0x002C
140 #define CCRF2_PA_CFG0 0x002D
141 #define CCRF2_PKT_LEN 0x002E
142 
148 #define CCRF2_IF_MIX_CFG 0x2F00
149 #define CCRF2_FREQOFF_CFG 0x2F01
150 #define CCRF2_TOC_CFG 0x2F02
151 #define CCRF2_MARC_SPARE 0x2F03
152 #define CCRF2_ECG_CFG 0x2F04
153 #define CCRF2_CFM_DATA_CFG 0x2F05
154 #define CCRF2_EXT_CTRL 0x2F06
155 #define CCRF2_RCCAL_FINE 0x2F07
156 #define CCRF2_RCCAL_COARSE 0x2F08
157 #define CCRF2_RCCAL_OFFSET 0x2F09
158 #define CCRF2_FREQOFF1 0x2F0A
159 #define CCRF2_FREQOFF0 0x2F0B
160 #define CCRF2_FREQ2 0x2F0C
161 #define CCRF2_FREQ1 0x2F0D
162 #define CCRF2_FREQ0 0x2F0E
163 #define CCRF2_IF_ADC2 0x2F0F
164 #define CCRF2_IF_ADC1 0x2F10
165 #define CCRF2_IF_ADC0 0x2F11
166 #define CCRF2_FS_DIG1 0x2F12
167 #define CCRF2_FS_DIG0 0x2F13
168 #define CCRF2_FS_CAL3 0x2F14
169 #define CCRF2_FS_CAL2 0x2F15
170 #define CCRF2_FS_CAL1 0x2F16
171 #define CCRF2_FS_CAL0 0x2F17
172 #define CCRF2_FS_CHP 0x2F18
173 #define CCRF2_FS_DIVTWO 0x2F19
174 #define CCRF2_FS_DSM1 0x2F1A
175 #define CCRF2_FS_DSM0 0x2F1B
176 #define CCRF2_FS_DVC1 0x2F1C
177 #define CCRF2_FS_DVC0 0x2F1D
178 #define CCRF2_FS_LBI 0x2F1E
179 #define CCRF2_FS_PFD 0x2F1F
180 #define CCRF2_FS_PRE 0x2F20
181 #define CCRF2_FS_REG_DIV_CML 0x2F21
182 #define CCRF2_FS_SPARE 0x2F22
183 #define CCRF2_FS_VCO4 0x2F23
184 #define CCRF2_FS_VCO3 0x2F24
185 #define CCRF2_FS_VCO2 0x2F25
186 #define CCRF2_FS_VCO1 0x2F26
187 #define CCRF2_FS_VCO0 0x2F27
188 #define CCRF2_GBIAS6 0x2F28
189 #define CCRF2_GBIAS5 0x2F29
190 #define CCRF2_GBIAS4 0x2F2A
191 #define CCRF2_GBIAS3 0x2F2B
192 #define CCRF2_GBIAS2 0x2F2C
193 #define CCRF2_GBIAS1 0x2F2D
194 #define CCRF2_GBIAS0 0x2F2E
195 #define CCRF2_IFAMP 0x2F2F
196 #define CCRF2_LNA 0x2F30
197 #define CCRF2_RXMIX 0x2F31
198 #define CCRF2_XOSC5 0x2F32
199 #define CCRF2_XOSC4 0x2F33
200 #define CCRF2_XOSC3 0x2F34
201 #define CCRF2_XOSC2 0x2F35
202 #define CCRF2_XOSC1 0x2F36
203 #define CCRF2_XOSC0 0x2F37
204 #define CCRF2_ANALOG_SPARE 0x2F38
205 #define CCRF2_PA_CFG3 0x2F39
206 #define CCRF2_IRQ0M 0x2F3F
207 #define CCRF2_IRQ0F 0x2F40
208 
214 #define CCRF2_WOR_TIME1 0x2F64
215 #define CCRF2_WOR_TIME0 0x2F65
216 #define CCRF2_WOR_CAPTURE1 0x2F66
217 #define CCRF2_WOR_CAPTURE0 0x2F67
218 #define CCRF2_BIST 0x2F68
219 #define CCRF2_DCFILTOFFSET_I1 0x2F69
220 #define CCRF2_DCFILTOFFSET_I0 0x2F6A
221 #define CCRF2_DCFILTOFFSET_Q1 0x2F6B
222 #define CCRF2_DCFILTOFFSET_Q0 0x2F6C
223 #define CCRF2_IQIE_I1 0x2F6D
224 #define CCRF2_IQIE_I0 0x2F6E
225 #define CCRF2_IQIE_Q1 0x2F6F
226 #define CCRF2_IQIE_Q0 0x2F70
227 #define CCRF2_RSSI1 0x2F71
228 #define CCRF2_RSSI0 0x2F72
229 #define CCRF2_MARCSTATE 0x2F73
230 #define CCRF2_LQI_VAL 0x2F74
231 #define CCRF2_PQT_SYNC_ERR 0x2F75
232 #define CCRF2_DEM_STATUS 0x2F76
233 #define CCRF2_FREQOFF_EST1 0x2F77
234 #define CCRF2_FREQOFF_EST0 0x2F78
235 #define CCRF2_AGC_GAIN3 0x2F79
236 #define CCRF2_AGC_GAIN2 0x2F7A
237 #define CCRF2_AGC_GAIN1 0x2F7B
238 #define CCRF2_AGC_GAIN0 0x2F7C
239 #define CCRF2_CFM_RX_DATA_OUT 0x2F7D
240 #define CCRF2_CFM_TX_DATA_IN 0x2F7E
241 #define CCRF2_ASK_SOFT_RX_DATA 0x2F7F
242 #define CCRF2_RNDGEN 0x2F80
243 #define CCRF2_MAGN2 0x2F81
244 #define CCRF2_MAGN1 0x2F82
245 #define CCRF2_MAGN0 0x2F83
246 #define CCRF2_ANG1 0x2F84
247 #define CCRF2_ANG0 0x2F85
248 #define CCRF2_CHFILT_I2 0x2F86
249 #define CCRF2_CHFILT_I1 0x2F87
250 #define CCRF2_CHFILT_I0 0x2F88
251 #define CCRF2_CHFILT_Q2 0x2F89
252 #define CCRF2_CHFILT_Q1 0x2F8A
253 #define CCRF2_CHFILT_Q0 0x2F8B
254 #define CCRF2_GPIO_STATUS 0x2F8C
255 #define CCRF2_FSCAL_CTRL 0x2F8D
256 #define CCRF2_PHASE_ADJUST 0x2F8E
257 #define CCRF2_PARTNUMBER 0x2F8F
258 #define CCRF2_PARTVERSION 0x2F90
259 #define CCRF2_SERIAL_STATUS 0x2F91
260 #define CCRF2_MODEM_STATUS1 0x2F92
261 #define CCRF2_MODEM_STATUS0 0x2F93
262 #define CCRF2_MARC_STATUS1 0x2F94
263 #define CCRF2_MARC_STATUS0 0x2F95
264 #define CCRF2_PA_IFAMP_TEST 0x2F96
265 #define CCRF2_FSRF_TEST 0x2F97
266 #define CCRF2_PRE_TEST 0x2F98
267 #define CCRF2_PRE_OVR 0x2F99
268 #define CCRF2_ADC_TEST 0x2F9A
269 #define CCRF2_DVC_TEST 0x2F9B
270 #define CCRF2_ATEST 0x2F9C
271 #define CCRF2_ATEST_LVDS 0x2F9D
272 #define CCRF2_ATEST_MODE 0x2F9E
273 #define CCRF2_XOSC_TEST1 0x2F9F
274 #define CCRF2_XOSC_TEST0 0x2FA0
275 
276 #define CCRF2_RXFIRST 0x2FD2
277 #define CCRF2_TXFIRST 0x2FD3
278 #define CCRF2_RXLAST 0x2FD4
279 #define CCRF2_TXLAST 0x2FD5
280 #define CCRF2_NUM_TXBYTES 0x2FD6
281 #define CCRF2_NUM_RXBYTES 0x2FD7
282 #define CCRF2_FIFO_NUM_TXBYTES 0x2FD8
283 #define CCRF2_FIFO_NUM_RXBYTES 0x2FD9
284 
290 #define CCRF2_SINGLE_TXFIFO 0x003F
291 #define CCRF2_BURST_TXFIFO 0x007F
292 #define CCRF2_SINGLE_RXFIFO 0x00BF
293 #define CCRF2_BURST_RXFIFO 0x00FF
294 
295 #define CCRF2_LQI_CRC_OK_BM 0x80
296 #define CCRF2_LQI_EST_BM 0x7F
297 
303 #define CCRF2_SRES 0x30
304 #define CCRF2_SFSTXON 0x31
305 #define CCRF2_SXOFF 0x32
306 #define CCRF2_SCAL 0x33
307 #define CCRF2_SRX 0x34
308 #define CCRF2_STX 0x35
309 #define CCRF2_SIDLE 0x36
310 #define CCRF2_SWOR 0x38
311 #define CCRF2_SPWD 0x39
312 #define CCRF2_SFRX 0x3A
313 #define CCRF2_SFTX 0x3B
314 #define CCRF2_SWORRST 0x3C
315 #define CCRF2_SNOP 0x3D
316 #define CCRF2_AFC 0x37
317 
323 #define CCRF2_STATE_IDLE 0x00
324 #define CCRF2_STATE_RX 0x10
325 #define CCRF2_STATE_TX 0x20
326 #define CCRF2_STATE_FSTXON 0x30
327 #define CCRF2_STATE_CALIBRATE 0x40
328 #define CCRF2_STATE_SETTLING 0x50
329 #define CCRF2_STATE_RXFIFO_ERROR 0x60
330 #define CCRF2_STATE_TXFIFO_ERROR 0x70
331 
332 #define CCRF2_RADIO_BURST_ACCESS 0x40
333 #define CCRF2_RADIO_SINGLE_ACCESS 0x00
334 #define CCRF2_RADIO_READ_ACCESS 0x80
335 #define CCRF2_RADIO_WRITE_ACCESS 0x00
336 
342 #define CCRF2_STATUS_CHIP_RDYn_BM 0x80
343 #define CCRF2_STATUS_STATE_BM 0x70
344 #define CCRF2_STATUS_FIFO_BYTES_AVA_BM 0x0F
345 
346 #define CCRF2_STATUS_ERROR 0x00
347 #define CCRF2_STATUS_OK 0x01
348 
349 #define CCRF2_IDLE_MODE 0x01
350 #define CCRF2_TX_MODE 0x02
351 #define CCRF2_RX_MODE 0x03
352  // End group macro
354 // --------------------------------------------------------------- PUBLIC TYPES
363 typedef struct
364 {
365  // Output pins
366 
367  digital_out_t cs;
368  digital_out_t rst;
369 
370  // Input pins
371 
372  digital_in_t gp0;
373  digital_in_t gp2;
374  digital_in_t gp3;
375  digital_in_t miso;
376 
377  // Modules
378 
379  spi_master_t spi;
380  pin_name_t chip_select;
381 
382  uint16_t packet_counter;
383 } ccrf2_t;
384 
388 typedef struct
389 {
390  // Communication gpio pins
391 
392  pin_name_t miso;
393  pin_name_t mosi;
394  pin_name_t sck;
395  pin_name_t cs;
396 
397  // Additional gpio pins
398 
399  pin_name_t gp0;
400  pin_name_t rst;
401  pin_name_t gp2;
402  pin_name_t gp3;
403 
404  // static variable
405 
406  uint32_t spi_speed;
407  spi_master_mode_t spi_mode;
408  spi_master_chip_select_polarity_t cs_polarity;
409 } ccrf2_cfg_t;
410  // End types group
412 // ----------------------------------------------- PUBLIC FUNCTION DECLARATIONS
413 
418 #ifdef __cplusplus
419 extern "C"{
420 #endif
421 
431 
441 
450 
461 void ccrf2_hw_reset ( ccrf2_t *ctx );
462 
474 uint8_t ccrf2_cmd_strobe ( ccrf2_t *ctx, uint8_t cmd );
475 
487 void ccrf2_read_write_burst_single ( ccrf2_t *ctx, uint8_t reg_address, uint8_t *rw_data, uint16_t n_bytes );
488 
503 uint8_t ccrf2_8bit_reg_access ( ccrf2_t *ctx, char access_type, uint8_t reg_address, uint8_t *rw_data,
504  uint16_t n_bytes );
505 
521 uint8_t ccrf2_16bit_reg_access ( ccrf2_t *ctx, uint8_t access_type, uint8_t ext_address,
522  uint8_t reg_address, uint8_t *rw_data, uint8_t n_bytes );
523 
537 uint8_t ccrf2_read_reg ( ccrf2_t *ctx, uint16_t reg_address, uint8_t *read_data, uint8_t n_bytes );
538 
552 uint8_t ccrf2_write_reg ( ccrf2_t *ctx, uint16_t reg_address, uint8_t *write_data, uint8_t n_bytes );
553 
566 uint8_t ccrf2_write_reg_single( ccrf2_t *ctx, uint16_t reg_address, uint8_t write_data );
567 
580 uint8_t ccrf2_write_tx_fifo ( ccrf2_t *ctx, uint8_t *write_data, uint8_t n_bytes );
581 
595 uint8_t ccrf2_read_rx_fifo ( ccrf2_t *ctx, uint8_t *read_data, uint8_t n_bytes );
596 
606 
616 
627 
636 uint8_t ccrf2_read_gp0 ( ccrf2_t *ctx );
637 
646 uint8_t ccrf2_read_gp2 ( ccrf2_t *ctx );
647 
656 uint8_t ccrf2_read_gp3 ( ccrf2_t *ctx );
657 
668 void ccrf2_send_tx_data ( ccrf2_t *ctx, uint8_t *tx_data, uint8_t n_bytes );
669 
682 uint8_t ccrf2_receive_rx_data ( ccrf2_t *ctx, uint8_t *rx_data );
683 
684 #ifdef __cplusplus
685 }
686 #endif
687 #endif // _CCRF2_H_
688  // End public_function group
691 
692 // ------------------------------------------------------------------------- END
ccrf2_t::gp3
digital_in_t gp3
Definition: ccrf2.h:374
ccrf2_t::gp0
digital_in_t gp0
Definition: ccrf2.h:372
ccrf2_hw_reset
void ccrf2_hw_reset(ccrf2_t *ctx)
Hardware reset function.
ccrf2_t::miso
digital_in_t miso
Definition: ccrf2.h:375
ccrf2_cfg_t::cs
pin_name_t cs
Definition: ccrf2.h:395
ccrf2_receive_rx_data
uint8_t ccrf2_receive_rx_data(ccrf2_t *ctx, uint8_t *rx_data)
Receive RX data function.
ccrf2_cfg_t
Click configuration structure definition.
Definition: ccrf2.h:389
ccrf2_8bit_reg_access
uint8_t ccrf2_8bit_reg_access(ccrf2_t *ctx, char access_type, uint8_t reg_address, uint8_t *rw_data, uint16_t n_bytes)
Access 8-bit register function.
ccrf2_cmd_strobe
uint8_t ccrf2_cmd_strobe(ccrf2_t *ctx, uint8_t cmd)
Set command strobe function.
ccrf2_read_gp3
uint8_t ccrf2_read_gp3(ccrf2_t *ctx)
Read state of GP3 pin function.
ccrf2_cfg_t::sck
pin_name_t sck
Definition: ccrf2.h:394
ccrf2_cfg_t::spi_speed
uint32_t spi_speed
Definition: ccrf2.h:406
ccrf2_read_gp0
uint8_t ccrf2_read_gp0(ccrf2_t *ctx)
Read state of GP0 pin function.
ccrf2_cfg_t::gp2
pin_name_t gp2
Definition: ccrf2.h:401
ccrf2_read_rx_fifo
uint8_t ccrf2_read_rx_fifo(ccrf2_t *ctx, uint8_t *read_data, uint8_t n_bytes)
Read RX FIFO register function.
ccrf2_cfg_t::miso
pin_name_t miso
Definition: ccrf2.h:392
ccrf2_set_tx_mode
void ccrf2_set_tx_mode(ccrf2_t *ctx)
Set TX mode function.
ccrf2_read_reg
uint8_t ccrf2_read_reg(ccrf2_t *ctx, uint16_t reg_address, uint8_t *read_data, uint8_t n_bytes)
Read the byte of data function.
ccrf2_manual_calibration
void ccrf2_manual_calibration(ccrf2_t *ctx)
Manual calibration function.
ccrf2_read_gp2
uint8_t ccrf2_read_gp2(ccrf2_t *ctx)
Read state of GP2 pin function.
ccrf2_send_tx_data
void ccrf2_send_tx_data(ccrf2_t *ctx, uint8_t *tx_data, uint8_t n_bytes)
Send TX data function.
ccrf2_default_cfg
void ccrf2_default_cfg(ccrf2_t *ctx)
Click Default Configuration function.
ccrf2_t::cs
digital_out_t cs
Definition: ccrf2.h:367
ccrf2_init
CCRF2_RETVAL ccrf2_init(ccrf2_t *ctx, ccrf2_cfg_t *cfg)
Initialization function.
ccrf2_t::chip_select
pin_name_t chip_select
Definition: ccrf2.h:380
ccrf2_read_write_burst_single
void ccrf2_read_write_burst_single(ccrf2_t *ctx, uint8_t reg_address, uint8_t *rw_data, uint16_t n_bytes)
Read or write burst single function.
ccrf2_t
Click ctx object definition.
Definition: ccrf2.h:364
ccrf2_t::rst
digital_out_t rst
Definition: ccrf2.h:368
ccrf2_16bit_reg_access
uint8_t ccrf2_16bit_reg_access(ccrf2_t *ctx, uint8_t access_type, uint8_t ext_address, uint8_t reg_address, uint8_t *rw_data, uint8_t n_bytes)
Access 16-bit register function.
ccrf2_set_rx_mode
void ccrf2_set_rx_mode(ccrf2_t *ctx)
Set RX mode function.
ccrf2_cfg_t::rst
pin_name_t rst
Definition: ccrf2.h:400
ccrf2_write_reg
uint8_t ccrf2_write_reg(ccrf2_t *ctx, uint16_t reg_address, uint8_t *write_data, uint8_t n_bytes)
Write sequential data function.
ccrf2_t::packet_counter
uint16_t packet_counter
Definition: ccrf2.h:382
ccrf2_cfg_setup
void ccrf2_cfg_setup(ccrf2_cfg_t *cfg)
Config Object Initialization function.
ccrf2_cfg_t::gp3
pin_name_t gp3
Definition: ccrf2.h:402
ccrf2_cfg_t::spi_mode
spi_master_mode_t spi_mode
Definition: ccrf2.h:407
ccrf2_write_tx_fifo
uint8_t ccrf2_write_tx_fifo(ccrf2_t *ctx, uint8_t *write_data, uint8_t n_bytes)
Write TX FIFO register function.
ccrf2_cfg_t::cs_polarity
spi_master_chip_select_polarity_t cs_polarity
Definition: ccrf2.h:408
ccrf2_cfg_t::mosi
pin_name_t mosi
Definition: ccrf2.h:393
ccrf2_t::spi
spi_master_t spi
Definition: ccrf2.h:379
ccrf2_cfg_t::gp0
pin_name_t gp0
Definition: ccrf2.h:399
CCRF2_RETVAL
#define CCRF2_RETVAL
Definition: ccrf2.h:78
ccrf2_write_reg_single
uint8_t ccrf2_write_reg_single(ccrf2_t *ctx, uint16_t reg_address, uint8_t write_data)
Write one byte data function.
ccrf2_t::gp2
digital_in_t gp2
Definition: ccrf2.h:373