uwb2 2.1.0.0
|
UWB 2 Click chip configuration object. More...
#include <uwb2.h>
Data Fields | |
uint8_t | channel |
uint8_t | tx_plen |
uint8_t | pac |
uint8_t | tx_code |
uint8_t | rx_code |
uint8_t | sfd_type |
uint8_t | data_rate |
uint16_t | sfd_to |
UWB 2 Click chip configuration object.
Chip configuration object definition of UWB 2 Click driver.
uint8_t channel |
Channel number (5 or 9).
uint8_t data_rate |
Data rate (0 - 850Kbs, 1 - 6.8Mbs).
uint8_t pac |
Preamble Acquisition Chunk Size (UWB2_PAC_SIZE_4..UWB2_PAC_SIZE_32).
uint8_t rx_code |
RX preamble code (1 to 24, where 1-8 set PRF to 16 MHz and others set to 64 MHz).
uint16_t sfd_to |
SFD timeout value (in symbols).
uint8_t sfd_type |
SFD type (0 - IEEE 8-bit standard, 1 - DW 8-bit, 2 - DW 16-bit, 3 - 4z BPRF).
uint8_t tx_code |
TX preamble code (1 to 24, where 1-8 set PRF to 16 MHz and others set to 64 MHz).
uint8_t tx_plen |
Transmit preample length (UWB2_TX_PLEN_32..UWB2_TX_PLEN_4096).