Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 167) sorted by relevance

1234567

/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c20 …*usb_parse_next_descriptor(const usb_standard_desc_t *cur_desc, uint16_t wTotalLength, int *offset) in usb_parse_next_descriptor()
35 …e(const usb_standard_desc_t *cur_desc, uint16_t wTotalLength, uint8_t bDescriptorType, int *offset) in usb_parse_next_descriptor_of_type()
57 int offset = 0; in usb_parse_interface_number_of_alternate() local
76 …t usb_config_desc_t *config_desc, uint8_t bInterfaceNumber, uint8_t bAlternateSetting, int *offset) in usb_parse_interface_descriptor()
116 …escriptor_by_index(const usb_intf_desc_t *intf_desc, int index, uint16_t wTotalLength, int *offset) in usb_parse_endpoint_descriptor_by_index()
140 …g_desc, uint8_t bInterfaceNumber, uint8_t bAlternateSetting, uint8_t bEndpointAddress, int *offset) in usb_parse_endpoint_descriptor_by_address()
262 int offset = 0; in usb_print_config_descriptor() local
/hal_espressif-3.6.0/components/partition_table/test/
Dtest_partition.c55 for (size_t offset = 0; offset < p->size; offset += block_size) { variable
68 for (size_t offset = 0; offset < p->size; offset += block_size) { variable
89 for (size_t offset = 0; offset < p->size; offset += block_size) { variable
/hal_espressif-3.6.0/components/spi_flash/test/
Dtest_flash_encryption.c37 static void verify_erased_flash(size_t offset, size_t length) in verify_erased_flash()
98 static void test_encrypted_write(size_t offset, const uint8_t *data, size_t length) in test_encrypted_write()
132 uint32_t offset = 0; variable
182 static void test_encrypted_write_new_impl(size_t offset, const uint8_t *data, size_t length) in test_encrypted_write_new_impl()
Dtest_spi_flash.c32 uint32_t offset; member
67 for (uint32_t offset = 0; offset < SPI_FLASH_SEC_SIZE; offset += 4) { in flash_test_task() local
79 for (uint32_t offset = 0; offset < SPI_FLASH_SEC_SIZE; offset += 4) { in flash_test_task() local
257 int offset = 0; in measure_write() local
279 int offset = 0; in measure_read() local
/hal_espressif-3.6.0/examples/storage/partition_api/partition_find/
Dpartition_find_example_test.py10 def expect_partition(name, offset, size): argument
13 def expect_find_partition(_type, subtype, label, name, offset, size): argument
/hal_espressif-3.6.0/components/ulp/test/esp32/
Dtest_ulp.c296 const int offset = 6; variable
350 size_t offset = 20; variable
430 size_t offset = 20; variable
/hal_espressif-3.6.0/components/lwip/test_afl_host/
Dnetwork_mock.c36 int pbuf_try_get_at(const struct pbuf* p, u16_t offset) in pbuf_try_get_at()
48 void pbuf_put_at(struct pbuf* p, u16_t offset, u8_t data) in pbuf_put_at()
59 u8_t pbuf_get_at(const struct pbuf* p, u16_t offset) in pbuf_get_at()
76 err_t pbuf_take_at(struct pbuf *buf, const void *dataptr, u16_t len, u16_t offset) in pbuf_take_at()
181 u16_t pbuf_copy_partial(const struct pbuf *buf, void *dataptr, u16_t len, u16_t offset) in pbuf_copy_partial()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dcompressed_enum_table.hpp40 size_t offset = (index % ITEMS_PER_WORD) * Nbits; in get() local
49 size_t offset = (index % ITEMS_PER_WORD) * Nbits; in set() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c228 BT_HDR *attp_build_handle_cmd(UINT8 op_code, UINT16 handle, UINT16 offset) in attp_build_handle_cmd()
287 UINT16 offset, UINT16 len, UINT8 *p_data) in attp_build_value_cmd()
377 UINT16 offset = 0; in attp_build_sr_msg() local
537 UINT16 offset = 0, handle; in attp_send_cl_msg() local
Dgatt_db.c119 UINT16 offset, in gatts_check_attr_readability()
208 UINT16 offset, in read_attr_value()
923 UINT16 handle, UINT16 offset, in gatts_read_attr_value_by_handle()
958 UINT16 handle, UINT16 offset, in gatts_write_attr_value_by_handle()
1062 UINT16 handle, UINT16 offset, UINT8 *p_data, in gatts_write_attr_perm_check()
1420 UINT16 handle, UINT16 offset, UINT32 trans_id, BOOLEAN need_rsp) in gatts_send_app_read_request()
/hal_espressif-3.6.0/components/mbedtls/test/
Dtest_aes.c368 size_t offset = 0; in aes_ctr_stream_test() local
471 size_t offset = 0; variable
644 size_t offset = 0; variable
816 size_t offset; in aes_ctr_alignment_test() local
871 size_t offset; in aes_psram_one_buf_ctr_test() local
1438 size_t offset; in aes_ext_flash_ctr_test() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c630 int offset; in bta_hf_client_parse_uint32() local
658 int offset; in bta_hf_client_parse_cind_values() local
686 int offset; in bta_hf_client_parse_cind_list() local
788 int offset; in bta_hf_client_parse_ciev() local
867 int offset; in bta_hf_client_parse_clip() local
894 int offset; in bta_hf_client_parse_ccwa() local
920 int offset; in bta_hf_client_parse_cops() local
946 int offset; in bta_hf_client_parse_binp() local
972 int offset; in bta_hf_client_parse_clcc() local
1030 int offset; in bta_hf_client_parse_cnum() local
[all …]
/hal_espressif-3.6.0/examples/system/deep_sleep/main/
Ddeep_sleep_example_main.c74 static inline uint16_t ulp_data_read(size_t offset) in ulp_data_read()
85 static inline void ulp_data_write(size_t offset, uint16_t value) in ulp_data_write()
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/
Dmsc_device.c225 int32_t tud_msc_read10_cb(uint8_t lun, uint32_t lba, uint32_t offset, void *buffer, uint32_t bufsiz… in tud_msc_read10_cb()
237 int32_t tud_msc_write10_cb(uint8_t lun, uint32_t lba, uint32_t offset, uint8_t *buffer, uint32_t bu… in tud_msc_write10_cb()
/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_parse.c479 static int read_block(httpd_req_t *req, size_t offset, size_t length) in read_block()
520 static int parse_block(http_parser *parser, size_t offset, size_t length) in parse_block()
620 int blk_len, offset; in httpd_parse_req() local
858 size_t offset = val_ptr - qry_ptr; in httpd_query_key_value() local
1089 size_t offset = val_ptr - cookie_ptr; in httpd_cookie_key_value() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c266 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_80() local
297 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_4SB() local
331 OI_UINT offset = context->common.filterBufferOffset; in OI_SBC_SynthFrame_Enhanced() local
/hal_espressif-3.6.0/components/driver/test/
Dtest_sdio.c300 int offset = rand() % REG_ADDR_MAX; in test_reg() local
335 static void get_master_send_data(int offset, uint8_t** out_start, int* out_len) in get_master_send_data()
372 int offset = 0; in test_tp_tohost_master() local
457 int offset = 0; in test_tp_frhost_master() local
594 int offset = 0; in test_tp_tohost_slave() local
646 int offset = 0; in test_tp_frhost_slave() local
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host.c69 …b_standard_desc_t *next_interface_desc(const usb_standard_desc_t *desc, size_t len, size_t *offset) in next_interface_desc()
74 …sb_standard_desc_t *next_endpoint_desc(const usb_standard_desc_t *desc, size_t len, size_t *offset) in next_endpoint_desc()
79 …tic const usb_intf_desc_t *find_msc_interface(const usb_config_desc_t *config_desc, size_t *offset) in find_msc_interface()
114 size_t offset = 0; in extract_config_from_descriptor() local
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/targets/
Desp8266.py149 def get_erase_size(self, offset, size): argument
187 def get_erase_size(self, offset, size): argument
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c226 static esp_gatt_status_t btc_gattc_check_valid_param(int num, uint16_t offset) in btc_gattc_check_valid_param()
238uint16_t offset, void *result, btgatt_db_element_t *db) in btc_gattc_fill_gatt_db_conversion()
309 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_service()
350 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_char()
378 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_descr()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_sensor_model/sensor_client/main/
Dmain.c41 #define COMP_DATA_1_OCTET(msg, offset) (msg[offset]) argument
42 #define COMP_DATA_2_OCTET(msg, offset) (msg[offset + 1] << 8 | msg[offset]) argument
251 uint16_t offset; in example_ble_mesh_parse_node_comp_data() local
/hal_espressif-3.6.0/components/vfs/private_include/
Desp_vfs_private.h19 int offset; // index of this structure in s_vfs array member
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c42 #define COMP_DATA_1_OCTET(msg, offset) (msg[offset]) argument
43 #define COMP_DATA_2_OCTET(msg, offset) (msg[offset + 1] << 8 | msg[offset]) argument
306 uint16_t offset; in example_ble_mesh_parse_node_comp_data() local
/hal_espressif-3.6.0/components/esptool_py/esptool/esptool/
Dloader.py740 def mem_begin(self, size, blocks, blocksize, offset): argument
792 def flash_begin(self, size, offset, begin_rom_encrypted=False): argument
984 def flash_defl_begin(self, size, compsize, offset): argument
1096 def erase_region(self, offset, size): argument
1109 def read_flash_slow(self, offset, length, progress_fn): argument
1112 def read_flash(self, offset, length, progress_fn=None): argument
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c161 … esp_gattc_service_elem_t *result, uint16_t *count, uint16_t offset) in esp_ble_gattc_get_service()
179 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_char()
200 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_descr()
559 uint16_t offset, in esp_ble_gattc_prepare_write()
595 uint16_t offset, in esp_ble_gattc_prepare_write_char_descr()

1234567