uwb-dw1000 module configurations taken from decawave-uwb-dw1000/hw/drivers/uwb/uwb_dw1000 More...
uwb-dw1000 module configurations taken from decawave-uwb-dw1000/hw/drivers/uwb/uwb_dw1000
Definition in file syscfg_uwb_dw1000.h.
Go to the source code of this file.
Macros | |
| #define | MYNEWT_VAL_UWB_DW1000_API_CHECKS (1) | 
| Used to check that the UWB_DEV has been setup correctly at compile time.  More... | |
| #define | MYNEWT_VAL_DW1000_HAL_SPI_BUFFER_SIZE (256) | 
| Size of spi read/write buffer, sets the maximum allowed nonblocking read operation.  | |
| #define | MYNEWT_VAL_DW1000_HAL_SPI_MAX_CNT (1024) | 
| The maximum number of bytes in a single transfer that the SPI hardware supports.  More... | |
| #define | MYNEWT_VAL_DW1000_DEVICE_SPI_RD_MAX_NOBLOCK (9) | 
| Max size spi read in bytes that is always done with blocking io.  More... | |
| #define | MYNEWT_VAL_DW1000_BIAS_CORRECTION_ENABLED (0) | 
| Enable range bias correction polynomial.  | |
| #define | MYNEWT_VAL_DW1000_DEVICE_TX_PWR (((float)-14.3f)) | 
| Tx Power dBm.  | |
| #define | MYNEWT_VAL_DW1000_DEVICE_ANT_GAIN (((float)1.0f)) | 
| Antenna Gain dB.  | |
| #define | MYNEWT_VAL_DW1000_RXTX_LEDS (1) | 
| Enable showing rx and tx activity on leds.  | |
| #define | MYNEWT_VAL_DW1000_RXTX_GPIO (0) | 
| Enable showing rx and tx activity on gpios.  | |
| #define | MYNEWT_VAL_DW1000_RNG_INDICATE_LED (0) | 
| Toggle LED_1 for every range packet received.  | |
| #define | MYNEWT_VAL_DW1000_CLI_EVENT_COUNTERS (0) | 
| Expose event counter cli api.  | |
| #define MYNEWT_VAL_DW1000_DEVICE_SPI_RD_MAX_NOBLOCK (9) | 
Max size spi read in bytes that is always done with blocking io.
Reads longer than this value will be done with non-blocking io.
Definition at line 63 of file syscfg_uwb_dw1000.h.
| #define MYNEWT_VAL_DW1000_HAL_SPI_MAX_CNT (1024) | 
The maximum number of bytes in a single transfer that the SPI hardware supports.
Definition at line 54 of file syscfg_uwb_dw1000.h.
| #define MYNEWT_VAL_UWB_DW1000_API_CHECKS (1) | 
Used to check that the UWB_DEV has been setup correctly at compile time.
Definition at line 33 of file syscfg_uwb_dw1000.h.