Searched refs:ed_sample (Results 1 – 5 of 5) sorted by relevance
179 uint8_t nrf_802154_rssi_ed_sample_convert(uint8_t ed_sample) in nrf_802154_rssi_ed_sample_convert() argument183 result = nrf_802154_rssi_ed_corrected_get(ed_sample); in nrf_802154_rssi_ed_sample_convert()
101 uint8_t nrf_802154_rssi_ed_sample_convert(uint8_t ed_sample);
777 extern void nrf_802154_trx_energy_detection_finished(uint8_t ed_sample);
2537 void nrf_802154_trx_energy_detection_finished(uint8_t ed_sample) in nrf_802154_trx_energy_detection_finished() argument2541 if (m_ed_result < ed_sample) in nrf_802154_trx_energy_detection_finished()2544 m_ed_result = ed_sample; in nrf_802154_trx_energy_detection_finished()
2471 uint8_t ed_sample = nrf_radio_ed_sample_get(NRF_RADIO); in irq_handler_edend() local2476 nrf_802154_trx_energy_detection_finished(ed_sample); in irq_handler_edend()