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:
 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. | |
| #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_PRF_DEFAULT DWT_PRF_64M | 
| Default Pulse generator delay. | |
| #define | CONFIG_DW1000_DATARATE_DEFAULT DWT_BR_6M8 | 
| Default UWB Datarate (110k, 850k, 6m8) | |
| #define | CONFIG_DW1000_PACLEN_DEFAULT DWT_PAC8 | 
| Default UWB Acquisition Chunk Size (Relates to RX preamble length) | |
| #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. | |
| #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. | |
| #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. | |
| #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_CHANNEL_DEFAULT 5 | 
Default channel.
Definition at line 66 of file uwb_dw1000_config.h.
| #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_FRAME_FILTER_DEFAULT 0x00ff | 
Default MAC FrameFilter (0x00ff = frame filtering enabled, all frames matching PANID and destination address accepted)
Definition at line 204 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_LDE_ENABLE true | 
Load LDE microcode on wake up.
Definition at line 237 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_LDO_ENABLE false | 
Load the LDO tune value on wake up.
Definition at line 244 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_NPHR_DEFAULT 21 | 
Default Number of symbols in phy header.
Definition at line 59 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_NSFD_DEFAULT 8 | 
Default Number of symbols in start of frame delimiter.
Definition at line 45 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_NSYNC_DEFAULT 128 | 
Default Number of symbols in preamble sequence.
Definition at line 52 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 Pulse generator delay.
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_ANTSEP_DEFAULT 0.0205 | 
Default UWB RX Antenna separation distance in m.
Definition at line 196 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_RX_AUTO_ENABLE true | 
On error re-enable.
Definition at line 265 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_RX_DIAGNOSTIC 0 | 
Enable RX Frame Quality diagnositics (rssi, fppl, etc.)
Definition at line 164 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_PREAM_CIDX_DEFAULT 9 | 
Default UWB RX Preamble Code Index.
Definition at line 129 of file uwb_dw1000_config.h.
| #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)
Definition at line 147 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_RX_STABLE_TIME_US 6 | 
Time until the Receiver is stable, (in us)
Definition at line 218 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_SLEEP_ENABLE true | 
Enable sleep.
Definition at line 251 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_TRXOFF_ENABLE 1 | 
Enables forced TRXOFF in start_tx and start_tx interface.
Definition at line 225 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_TX_PREAM_CIDX_DEAULT 9 | 
Default UWB RX Antenna separation distance in m.
Definition at line 171 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.
| #define CONFIG_DW1000_WAKEUP_RX_ENABLE true | 
Wakeup to Rx state.
Definition at line 258 of file uwb_dw1000_config.h.
| #define CONFIG_DW1000_XTAL_TRIM_DEFAULT 0x10 | 
Default MAC FrameFilter Crystal Trim value, 0xff == not set.
Definition at line 211 of file uwb_dw1000_config.h.
| #define DW1000_DOUBLE_BUFFER_ENABLE false | 
Enables double buffer.
Definition at line 231 of file uwb_dw1000_config.h.