uwb-dw1000 radio configurations More...
uwb-dw1000 radio configurations
Definition in file uwb_dw1000_config.h.
#include "dw1000/dw1000_regs.h"
 Include dependency graph for uwb_dw1000_config.h:Go to the source code of this file.
Macros | |
| #define | CONFIG_DW1000_ROLE_DEFAULT 0x0 | 
| Default UWB Role.  More... | |
| #define | CONFIG_DW1000_NSFD_DEFAULT 8 | 
| Default Number of symbols in start of frame delimiter.  | |
| #define | CONFIG_DW1000_NSYNC_DEFAULT 128 | 
| Default Number of symbols in preamble sequence.  | |
| #define | CONFIG_DW1000_NPHR_DEFAULT 21 | 
| Default Number of symbols in phy header.  | |
| #define | CONFIG_DW1000_CHANNEL_DEFAULT 5 | 
| Default channel.  | |
| #define | CONFIG_DW1000_TX_PGDELAY_DEFAULT TC_PGDELAY_CH5 | 
| Default Pulse generator delay.  | |
| #define | CONFIG_DW1000_PRF_DEFAULT DWT_PRF_64M | 
| Default UWB Pulse Repetition Frequency (MHz)  More... | |
| #define | CONFIG_DW1000_DATARATE_DEFAULT DWT_BR_6M8 | 
| Default UWB Datarate (110k, 850k, 6m8)  More... | |
| #define | CONFIG_DW1000_PACLEN_DEFAULT DWT_PAC8 | 
| Default UWB Acquisition Chunk Size (Relates to RX preamble length)  More... | |
| #define | CONFIG_DW1000_RX_PREAM_CIDX_DEFAULT 9 | 
| Default UWB RX Preamble Code Index.  | |
| #define | CONFIG_DW1000_RX_SFD_TYPE_DEFAULT true | 
| Default UWB SFD Type.  More... | |
| #define | CONFIG_DW1000_RX_SFD_TO_DEFAULT (128 + 1 + 8 - 8) /* (preamble length + 1 + SFD length - PAC size) */ | 
| Default UWB SFD Timeout (-1=auto, timeout in symbols)  | |
| #define | CONFIG_DW1000_RX_PHR_MODE_DEFAULT DWT_PHRMODE_EXT | 
| Default UWB PHR Mode.  More... | |
| #define | CONFIG_DW1000_RX_DIAGNOSTIC 0 | 
| Enable RX Frame Quality diagnositics (rssi, fppl, etc.)  | |
| #define | CONFIG_DW1000_TX_PREAM_CIDX_DEAULT 9 | 
| Default UWB RX Antenna separation distance in m.  | |
| #define | CONFIG_DW1000_TX_PREAM_LEN_DEFAULT DWT_PLEN_128 | 
| Default UWB Preamble Length.  More... | |
| #define | CONFIG_DW1000_RX_ANTSEP_DEFAULT 0.0205 | 
| Default UWB RX Antenna separation distance in m.  | |
| #define | CONFIG_DW1000_FRAME_FILTER_DEFAULT 0x00ff | 
| Default MAC FrameFilter (0x00ff = frame filtering enabled, all frames matching PANID and destination address accepted)  | |
| #define | CONFIG_DW1000_XTAL_TRIM_DEFAULT 0x10 | 
| Default MAC FrameFilter Crystal Trim value, 0xff == not set.  | |
| #define | CONFIG_DW1000_RX_STABLE_TIME_US 6 | 
| Time until the Receiver is stable, (in us)  | |
| #define | CONFIG_DW1000_TRXOFF_ENABLE 1 | 
| Enables forced TRXOFF in start_tx and start_tx interface.  | |
| #define | DW1000_DOUBLE_BUFFER_ENABLE false | 
| Enables double buffer.  | |
| #define | CONFIG_DW1000_LDE_ENABLE true | 
| Load LDE microcode on wake up.  | |
| #define | CONFIG_DW1000_LDO_ENABLE false | 
| Load the LDO tune value on wake up.  | |
| #define | CONFIG_DW1000_SLEEP_ENABLE true | 
| Enable sleep.  | |
| #define | CONFIG_DW1000_WAKEUP_RX_ENABLE true | 
| Wakeup to Rx state.  | |
| #define | CONFIG_DW1000_RX_AUTO_ENABLE true | 
| On error re-enable.  | |
| #define CONFIG_DW1000_DATARATE_DEFAULT DWT_BR_6M8 | 
Default UWB Datarate (110k, 850k, 6m8)
Definition at line 110 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_PACLEN_DEFAULT DWT_PAC8 | 
Default UWB Acquisition Chunk Size (Relates to RX preamble length)
Definition at line 122 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_PRF_DEFAULT DWT_PRF_64M | 
Default UWB Pulse Repetition Frequency (MHz)
Definition at line 99 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_ROLE_DEFAULT 0x0 | 
Default UWB Role.
Definition at line 38 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_RX_PHR_MODE_DEFAULT DWT_PHRMODE_EXT | 
Default UWB PHR Mode.
Definition at line 157 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_RX_SFD_TYPE_DEFAULT true | 
Default UWB SFD Type.
Definition at line 139 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_TX_PREAM_LEN_DEFAULT DWT_PLEN_128 | 
Default UWB Preamble Length.
Definition at line 189 of file uwb_dw1000_config.h.