Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c431 int8_t HAL_RADIO_ReadRSSI(void) in HAL_RADIO_ReadRSSI() function
592 globalParameters.current_action_packet->rssi = HAL_RADIO_ReadRSSI(); in HAL_RADIO_ActionPacketIsr()
603 globalParameters.current_action_packet->rssi = HAL_RADIO_ReadRSSI(); in HAL_RADIO_ActionPacketIsr()
1550 *rssi = HAL_RADIO_ReadRSSI(); in HAL_RADIO_CarrierSense()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_radio.h118 int8_t HAL_RADIO_ReadRSSI(void);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c168 return HAL_RADIO_ReadRSSI(); in BLEPLAT_CalculateRSSI()