Searched refs:rf_cfg (Results 1 – 1 of 1) sorted by relevance
112 struct dwt_phy_config rf_cfg; member128 .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() local632 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() local691 rf_cfg->channel = channel; in dwt_set_channel()969 struct dwt_phy_config *rf_cfg = &ctx->rf_cfg; in dwt_attr_get() local972 rf_cfg->prf == DWT_PRF_64M ? IEEE802154_PHY_HRP_UWB_NOMINAL_64_M in dwt_attr_get()[all …]