Searched refs:rpt (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_dev.c | 27 hid_report_map_t *rpt = hid_dev_rpt_tbl; in hid_dev_rpt_by_id() local 29 for (uint8_t i = hid_dev_rpt_tbl_Len; i > 0; i--, rpt++) { in hid_dev_rpt_by_id() 30 if (rpt->id == id && rpt->type == type && rpt->mode == hidProtocolMode) { in hid_dev_rpt_by_id() 31 return rpt; in hid_dev_rpt_by_id()
|
/hal_espressif-2.7.6/components/partition_table/test_gen_esp32part_host/ |
D | gen_esp32part_tests.py | 431 def rpt(args): function 435 … rpt(['--partition-type', 'data', '--partition-subtype', 'nvs', '--info', 'offset']), b'0x9000') 437 … rpt(['--partition-type', 'data', '--partition-subtype', 'nvs', '--info', 'size']), b'0x4000') 439 rpt(['--partition-name', 'otadata', '--info', 'offset']), b'0xd000') 441 rpt(['--partition-boot-default', '--info', 'offset']), b'0x10000') 443 …rpt(['--partition-type', 'data', '--partition-subtype', 'nvs', '--info', 'name', 'offset', 'size',… 446 …rpt(['--partition-type', 'data', '--partition-subtype', 'nvs', '--info', 'name', 'offset', 'size',… 449 … rpt(['--partition-type', 'data', '--partition-subtype', 'nvs', '--info', 'name', '--part_list']), 452 …rpt(['--partition-type', 'data', '--partition-subtype', 'nvs_keys', '--info', 'name', '--part_list… 455 rpt(['--partition-name', 'nvs', '--info', 'encrypted']), b'False') [all …]
|
/hal_espressif-2.7.6/components/esp_hid/src/ |
D | ble_hidd.c | 367 hidd_le_report_item_t *rpt = NULL; in link_report_handles() local 369 rpt = &dev->reports[i]; in link_report_handles() 370 rpt->handle = handles[rpt->index]; in link_report_handles() 371 if (rpt->report_type == ESP_HID_REPORT_TYPE_INPUT) { in link_report_handles() 372 rpt->ccc_handle = handles[rpt->index + 1]; in link_report_handles() 379 hidd_le_report_item_t *rpt = NULL; in get_report_by_handle() local 382 rpt = &dev->devices[d].reports[i]; in get_report_by_handle() 383 if (rpt->handle == handle || rpt->ccc_handle == handle) { in get_report_by_handle() 384 return rpt; in get_report_by_handle() 393 hidd_le_report_item_t *rpt = NULL; in get_report_by_id_and_type() local [all …]
|
D | bt_hidh.c | 211 BT_HDR *rpt = p_data->hs_data.rsp_data.p_rpt_data; in bta_hh_cb() local 212 dev->tmp = rpt->data + rpt->offset; in bta_hh_cb() 213 dev->tmp_len = rpt->len; in bta_hh_cb()
|
/hal_espressif-2.7.6/components/hal/ |
D | adc_hal.c | 147 for (uint8_t rpt = 0 ; rpt < ADC_HAL_CAL_TIMES ; rpt ++) { in adc_hal_self_calibration() local 168 code_list[rpt] = chk_code; in adc_hal_self_calibration()
|