Home
last modified time | relevance | path

Searched refs:tx_shr_nsync (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_dw1000.c85 uint32_t tx_shr_nsync; /* PLEN index, e.g. DWT_PLEN_64 */ member
139 .tx_shr_nsync = DWT_PLEN_128,
1320 if (rf_cfg->tx_shr_nsync >= DWT_NUM_OF_PLEN) { in dwt_configure_rf_phy()
1356 if (rf_cfg->tx_shr_nsync == DWT_PLEN_64) { in dwt_configure_rf_phy()
1465 tx_fctrl = dwt_plen_cfg[rf_cfg->tx_shr_nsync] | in dwt_configure_rf_phy()
1500 uint16_t nsync = BIT(rf_cfg->tx_shr_nsync + 6); in dwt_configure_rf_phy()