Searched defs:lqi (Results 1 – 9 of 9) sorted by relevance
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154_notification_swi.c | 144 uint8_t lqi; ///< LQI of received frame. member 308 bool swi_notify_received(uint8_t * p_data, int8_t power, uint8_t lqi) in swi_notify_received() 577 void nrf_802154_notify_received(uint8_t * p_data, int8_t power, uint8_t lqi) in nrf_802154_notify_received()
|
D | nrf_802154.c | 1109 __WEAK void nrf_802154_received_raw(uint8_t * p_data, int8_t power, uint8_t lqi) in nrf_802154_received_raw() 1123 uint8_t lqi, in nrf_802154_received_timestamp_raw() 1135 __WEAK void nrf_802154_received(uint8_t * p_data, uint8_t length, int8_t power, uint8_t lqi) in nrf_802154_received() 1143 uint8_t lqi, in nrf_802154_received_timestamp()
|
D | nrf_802154_notification_direct.c | 62 void nrf_802154_notify_received(uint8_t * p_data, int8_t power, uint8_t lqi) in nrf_802154_notify_received()
|
D | nrf_802154_rssi.c | 164 uint8_t nrf_802154_rssi_lqi_corrected_get(uint8_t lqi) in nrf_802154_rssi_lqi_corrected_get()
|
D | nrf_802154_core.c | 258 uint32_t lqi = RX_FRAME_LQI(p_data); in lqi_get() local 359 static void transmitted_frame_notify(uint8_t * p_ack, int8_t power, uint8_t lqi) in transmitted_frame_notify()
|
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/ |
D | nrf_802154_spinel_dec_app.c | 178 uint8_t lqi; in spinel_decode_prop_nrf_802154_received_timestamp_raw() local 730 uint8_t lqi, in nrf_802154_received_timestamp_raw()
|
D | nrf_802154_spinel_net.c | 204 uint8_t lqi, in nrf_802154_received_timestamp_raw()
|
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/include/host/ |
D | nrf_802154_types.h | 308 uint8_t lqi; // !< LQI of the received frame or 0 if @ref p_ack is NULL. member
|
/hal_nordic-3.4.0/drivers/nrf_802154/driver/include/ |
D | nrf_802154_types.h | 478 uint8_t lqi; // !< LQI of the received frame or 0 if @ref p_ack is NULL. member
|