Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/ble/src/
Drsi_bt_ble.c301 for (uint8_t inx = 0; inx < (RSI_BLE_MAX_NBR_PERIPHERALS + RSI_BLE_MAX_NBR_CENTRALS); inx++) { in rsi_ble_update_le_dev_buf() local
303 le_cb->remote_ble_info[inx].remote_dev_bd_addr, in rsi_ble_update_le_dev_buf()
305 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_ble_update_le_dev_buf()
306 osMutexAcquire(le_cb->remote_ble_info[inx].ble_buff_mutex, 0xFFFFFFFFUL); in rsi_ble_update_le_dev_buf()
309 le_cb->remote_ble_info[inx].avail_buf_cnt += rsi_ble_event_le_dev_buf_ind->avail_buf_cnt; in rsi_ble_update_le_dev_buf()
310 if (le_cb->remote_ble_info[inx].ble_buff_mutex) { in rsi_ble_update_le_dev_buf()
311 osMutexRelease(le_cb->remote_ble_info[inx].ble_buff_mutex); in rsi_ble_update_le_dev_buf()
332 for (uint8_t inx = 0; inx < (RSI_BLE_MAX_NBR_PERIPHERALS + RSI_BLE_MAX_NBR_CENTRALS); inx++) { in rsi_add_remote_ble_dev_info() local
333 if (!le_cb->remote_ble_info[inx].used) { in rsi_add_remote_ble_dev_info()
334 …memcpy(le_cb->remote_ble_info[inx].remote_dev_bd_addr, remote_dev_info->dev_addr, RSI_DEV_ADDR_LEN… in rsi_add_remote_ble_dev_info()
[all …]
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/mcu/core/chip/src/iPMU_prog/iPMU_dotc/
Dipmu_apis.c445 uint32_t inx = 0; in program_ipmu_data() local
446 num_of_reg = src[inx]; in program_ipmu_data()
447 inx++; in program_ipmu_data()
453 addr = src[inx]; in program_ipmu_data()
455 write_data = src[inx + 1]; in program_ipmu_data()
472 inx += 2; in program_ipmu_data()