cc110x board specific configuration More...
cc110x board specific configuration
Definition in file cc110x_params.h.
Go to the source code of this file.
Variables | |
static const cc110x_params_t | cc110x_params [] |
CC110X initialization parameters. More... | |
Default parameters for the cc110x driver | |
#define | CC110X_PARAM_SPI SPI_DEV(0) |
SPI bus connected to CC110x. | |
#define | CC110X_PARAM_CS GPIO_PIN(1, 21) |
SPI-CS connected to CC110x. | |
#define | CC110X_PARAM_GDO0 GPIO_PIN(0, 27) |
GPIO connected to CC110x' GDO0 pin. | |
#define | CC110X_PARAM_GDO2 GPIO_PIN(0, 28) |
GPIO connected to CC110x's GDO2 pin. | |
#define | CC110X_PARAM_SPI_CLOCK SPI_CLK_5MHZ |
SPI clock frequence to use. | |
#define | CC110X_PARAM_L2ADDR CC110X_L2ADDR_AUTO |
L2 address configure when the driver is initialized. | |
#define | CC110X_PARAM_PATABLE (&cc110x_patable_868mhz) |
PA table to use. More... | |
#define | CC110X_PARAM_CONFIG NULL |
Default config to apply. More... | |
#define | CC110X_PARAM_CHANNELS (&cc110x_chanmap_868mhz_lora) |
Default channel map to use. More... | |
#define | CC110X_PARAMS |
Default initialization parameters of the CC110x driver. More... | |
#define CC110X_PARAM_CHANNELS (&cc110x_chanmap_868mhz_lora) |
Default channel map to use.
This must match to configuration you have chosen
Definition at line 87 of file cc110x_params.h.
#define CC110X_PARAM_CONFIG NULL |
Default config to apply.
If 868 MHz is used as base frequency, you can set this to NULL
Definition at line 78 of file cc110x_params.h.
#define CC110X_PARAM_PATABLE (&cc110x_patable_868mhz) |
PA table to use.
Choose the one matching the base frequency your transceiver uses, otherwise the TX power setting will be incorrect.
Definition at line 69 of file cc110x_params.h.
#define CC110X_PARAMS |
Default initialization parameters of the CC110x driver.
Definition at line 94 of file cc110x_params.h.
|
static |
CC110X initialization parameters.
Definition at line 112 of file cc110x_params.h.