Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_dw1000.c1032 uint32_t t_on_us; in dwt_set_rx_mode() local
1041 t_on_us = (rx_sniff[0] + 1) * (BIT(3) << rf_cfg->rx_pac_l); in dwt_set_rx_mode()
1042 LOG_INF("RX duty cycle %u%%", t_on_us * 100 / (t_on_us + rx_sniff[1])); in dwt_set_rx_mode()