Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ieee802154/
Dieee802154_mcxw.c75 static uint32_t rf_adjust_tstamp_from_app(uint32_t time);
425 rf_adjust_tstamp_from_app(mcxw_radio->tx_frame.tx_delay); in mcxw_tx()
720 start = rf_adjust_tstamp_from_app(start); in mcxw_receive_at()
761 msg.msgData.cslSampleTime = rf_adjust_tstamp_from_app(mcxw_ctx.csl_sample_time); in set_csl_sample_time()
952 static uint32_t rf_adjust_tstamp_from_app(uint32_t time) in rf_adjust_tstamp_from_app() function