Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_dw1000.c112 struct dwt_phy_config rf_cfg; member
128 .rf_cfg = {
464 if (ctx->rf_cfg.prf == DWT_PRF_16M) { in dwt_irq_handle_rx()
631 struct dwt_phy_config *rf_cfg = &ctx->rf_cfg; in dwt_get_pkt_duration_ns() local
632 float t_psdu = rf_cfg->t_dsym * psdu_len * 8; in dwt_get_pkt_duration_ns()
634 return (rf_cfg->t_shr + rf_cfg->t_phr + t_psdu); in dwt_get_pkt_duration_ns()
681 struct dwt_phy_config *rf_cfg = &ctx->rf_cfg; in dwt_set_channel() local
691 rf_cfg->channel = channel; in dwt_set_channel()
969 struct dwt_phy_config *rf_cfg = &ctx->rf_cfg; in dwt_attr_get() local
972 rf_cfg->prf == DWT_PRF_64M ? IEEE802154_PHY_HRP_UWB_NOMINAL_64_M in dwt_attr_get()
[all …]