Lines Matching defs:dwt_phy_config
72 struct dwt_phy_config { struct
73 uint8_t channel; /* Channel 1, 2, 3, 4, 5, 7 */
74 uint8_t dr; /* Data rate DWT_BR_110K, DWT_BR_850K, DWT_BR_6M8 */
75 uint8_t prf; /* PRF DWT_PRF_16M or DWT_PRF_64M */
77 uint8_t rx_pac_l; /* DWT_PAC8..DWT_PAC64 */
78 uint8_t rx_shr_code; /* RX SHR preamble code */
79 uint8_t rx_ns_sfd; /* non-standard SFD */
80 uint16_t rx_sfd_to; /* SFD timeout value (in symbols)
84 uint8_t tx_shr_code; /* TX SHR preamble code */
85 uint32_t tx_shr_nsync; /* PLEN index, e.g. DWT_PLEN_64 */
87 float t_shr;
88 float t_phr;
112 struct dwt_phy_config rf_cfg; argument