Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h20 uint8_t nhwra_dBm_to_modem_LQIformat(double rssi_value);
DNHW_RADIO.c1066 uint8_t LQI = nhwra_dBm_to_modem_LQIformat(RSSI); in Rx_handle_address_end_response()
1376 NRF_RADIO_regs.EDSAMPLE = nhwra_dBm_to_modem_LQIformat(RSSI); in CCA_handle_end_response()
DNHW_RADIO_utils.c214 uint8_t nhwra_dBm_to_modem_LQIformat(double rssi_value){ in nhwra_dBm_to_modem_LQIformat() function