Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h2519 tBleStatus hci_le_read_rf_path_compensation(int16_t *RF_TX_Path_Compensation_Value,
2540 tBleStatus hci_le_write_rf_path_compensation(int16_t RF_TX_Path_Compensation_Value,
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c1129 int16_t RF_TX_Path_Compensation_Value;
1134 int16_t RF_TX_Path_Compensation_Value;
7621 int16_t RF_TX_Path_Compensation_Value = 0; in hci_le_read_rf_path_compensation_process() local
7631 rp0->Status = hci_le_read_rf_path_compensation(&RF_TX_Path_Compensation_Value, in hci_le_read_rf_path_compensation_process()
7634 rp0->RF_TX_Path_Compensation_Value = RF_TX_Path_Compensation_Value; in hci_le_read_rf_path_compensation_process()
7668 *status = hci_le_write_rf_path_compensation(cp0->RF_TX_Path_Compensation_Value /* 2 */, in hci_le_write_rf_path_compensation_process()