Home
last modified time | relevance | path

Searched refs:raw_data (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espefuse/efuse/esp32c2/
Demulate_efuse_controller.py133 raw_data = self.read_field(field.name)
134 raw_data.set(0)
136 field.word * 32 + field.pos + raw_data.length
138 block.overwrite(BitStream(raw_data.length))
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c314 esp_err_t IRAM_ATTR touch_pad_read_raw_data(touch_pad_t touch_num, uint32_t *raw_data) in touch_pad_read_raw_data() argument
317 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_read_raw_data()
319 *raw_data = touch_hal_read_raw_data(touch_num); in touch_pad_read_raw_data()
623 esp_err_t touch_pad_sleep_channel_read_data(touch_pad_t pad_num, uint32_t *raw_data) in touch_pad_sleep_channel_read_data() argument
625 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_sleep_channel_read_data()
627 touch_hal_sleep_read_data(raw_data); in touch_pad_sleep_channel_read_data()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c340 esp_err_t IRAM_ATTR touch_pad_read_raw_data(touch_pad_t touch_num, uint32_t *raw_data) in touch_pad_read_raw_data() argument
343 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_read_raw_data()
345 *raw_data = touch_hal_read_raw_data(touch_num); in touch_pad_read_raw_data()
651 esp_err_t touch_pad_sleep_channel_read_data(touch_pad_t pad_num, uint32_t *raw_data) in touch_pad_sleep_channel_read_data() argument
653 TOUCH_NULL_POINTER_CHECK(raw_data, "raw_data"); in touch_pad_sleep_channel_read_data()
655 touch_hal_sleep_read_data(raw_data); in touch_pad_sleep_channel_read_data()
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/
Demulate_efuse_controller_base.py200 raw_data = self.read_field(field.name)
201 raw_data.set(0)
203 field.word * 32 + field.pos + raw_data.length
205 block.overwrite(BitStream(raw_data.length))
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/
Dtouch_sensor.h312 esp_err_t touch_pad_read_raw_data(touch_pad_t touch_num, uint32_t *raw_data);
608 esp_err_t touch_pad_sleep_channel_read_data(touch_pad_t pad_num, uint32_t *raw_data);
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/
Dtouch_sensor.h312 esp_err_t touch_pad_read_raw_data(touch_pad_t touch_num, uint32_t *raw_data);
608 esp_err_t touch_pad_sleep_channel_read_data(touch_pad_t pad_num, uint32_t *raw_data);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h576 #define touch_hal_sleep_read_data(raw_data) touch_ll_sleep_read_data(raw_data) argument
Dtouch_sensor_ll.h1124 static inline void touch_ll_sleep_read_data(uint32_t *raw_data) in touch_ll_sleep_read_data() argument
1128 *raw_data = SENS.sar_touch_status[touch_num - 1].touch_pad_data; in touch_ll_sleep_read_data()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h576 #define touch_hal_sleep_read_data(raw_data) touch_ll_sleep_read_data(raw_data) argument
Dtouch_sensor_ll.h1144 static inline void touch_ll_sleep_read_data(uint32_t *raw_data) in touch_ll_sleep_read_data() argument
1148 *raw_data = SENS.sar_touch_status[touch_num - 1].touch_pad_data; in touch_ll_sleep_read_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h129 …UINT8 *raw_data; /* Received record from server. allocated/released by … member
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c523 esp_err_t esp_ble_gap_config_adv_data_raw(uint8_t *raw_data, uint32_t raw_data_len) in esp_ble_gap_config_adv_data_raw() argument
530 if ((raw_data_len != 0 && raw_data == NULL) || raw_data_len > ESP_BLE_ADV_DATA_LEN_MAX) { in esp_ble_gap_config_adv_data_raw()
537 arg.cfg_adv_data_raw.raw_adv = raw_data; in esp_ble_gap_config_adv_data_raw()
562 esp_err_t esp_ble_gap_config_scan_rsp_data_raw(uint8_t *raw_data, uint32_t raw_data_len) in esp_ble_gap_config_scan_rsp_data_raw() argument
569 if ((raw_data_len != 0 && raw_data == NULL) || raw_data_len > ESP_BLE_ADV_DATA_LEN_MAX) { in esp_ble_gap_config_scan_rsp_data_raw()
576 arg.cfg_scan_rsp_data_raw.raw_scan_rsp = raw_data; in esp_ble_gap_config_scan_rsp_data_raw()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dadc_ll.h516 static inline bool adc_oneshot_ll_raw_check_valid(adc_unit_t adc_n, uint32_t raw_data) in adc_oneshot_ll_raw_check_valid() argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c379 record->hdr.user1_ptr = p_bta_sdp_cfg->p_sdp_db->raw_data; in bta_create_raw_sdp_record()
531 p_bta_sdp_cfg->p_sdp_db->raw_data = p_bta_sdp_cfg->p_sdp_raw_data; in bta_sdp_search()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c348 if (p_ccb->p_db->raw_data) { in sdp_copy_raw_data()
365 memcpy (&p_ccb->p_db->raw_data[p_ccb->p_db->raw_used], p, cpy_len); in sdp_copy_raw_data()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dadc_ll.h699 static inline bool adc_oneshot_ll_raw_check_valid(adc_unit_t adc_n, uint32_t raw_data) in adc_oneshot_ll_raw_check_valid() argument
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dadc_ll.h699 static inline bool adc_oneshot_ll_raw_check_valid(adc_unit_t adc_n, uint32_t raw_data) in adc_oneshot_ll_raw_check_valid() argument
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1961 esp_err_t esp_ble_gap_config_adv_data_raw(uint8_t *raw_data, uint32_t raw_data_len);
1974 esp_err_t esp_ble_gap_config_scan_rsp_data_raw(uint8_t *raw_data, uint32_t raw_data_len);
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dadc_ll.h851 static inline bool adc_oneshot_ll_raw_check_valid(adc_unit_t adc_n, uint32_t raw_data) in adc_oneshot_ll_raw_check_valid() argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c2096 bta_dm_search_cb.p_sdp_db->raw_data != NULL) { in bta_dm_sdp_result()
2100 bta_dm_search_cb.p_sdp_db->raw_data); in bta_dm_sdp_result()
2105 bta_dm_search_cb.p_sdp_db->raw_data, in bta_dm_sdp_result()
2116 … bta_dm_search_cb.p_sdp_db->raw_data = NULL; //no need to free this - it is a global assigned. in bta_dm_sdp_result()
2507 bta_dm_search_cb.p_sdp_db->raw_data = g_disc_raw_data_buf; in bta_dm_find_services()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1022 p_bta_jv_cfg->p_sdp_db->raw_data = p_bta_jv_cfg->p_sdp_raw_data; in bta_jv_start_discovery()