Searched refs:write_data (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/host_test/nvs_page_test/main/ |
D | nvs_page_test.cpp | 200 uint8_t write_data = 47; in test_Page_write__initialize_write_failure() local 215 …ERT_EQUAL(ESP_FAIL, page.writeItem(1, nvs::ItemType::U8, "test", &write_data, sizeof(write_data))); in test_Page_write__initialize_write_failure() 222 uint8_t write_data = 47; in test_Page_write__write_data_fails() local 228 …EQUAL(ESP_FAIL, fix.page.writeItem(1, nvs::ItemType::U8, "test", &write_data, sizeof(write_data))); in test_Page_write__write_data_fails() 236 uint8_t write_data = 47; in test_page_write__write_correct_entry_state() local 253 …UAL(ESP_OK, fix.page.writeItem(1, nvs::ItemType::U8, "test_key", &write_data, sizeof(write_data))); in test_page_write__write_correct_entry_state() 261 uint8_t write_data = 47; in test_Page_write__write_correct_data() local 276 …UAL(ESP_OK, fix.page.writeItem(1, nvs::ItemType::U8, "test_key", &write_data, sizeof(write_data))); in test_Page_write__write_correct_data()
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/test/ |
D | test_msc.c | 243 uint8_t write_data[DISK_BLOCK_SIZE]; in write_read_sectors() local 246 memset(write_data, 0x55, DISK_BLOCK_SIZE); in write_read_sectors() 249 msc_host_write_sector(device, 10, write_data, DISK_BLOCK_SIZE); in write_read_sectors() 252 TEST_ASSERT_EQUAL_MEMORY(write_data, read_data, DISK_BLOCK_SIZE); in write_read_sectors()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/ |
D | example_ble_client_throughput.c | 68 uint8_t write_data[GATTC_WRITE_LEN] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, … variable 483 uint8_t sum = check_sum(write_data, sizeof(write_data) - 1); in throughput_client_task() 484 write_data[GATTC_WRITE_LEN - 1] = sum; in throughput_client_task() 516 sizeof(write_data), write_data, in throughput_client_task()
|
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/ |
D | i2c_cxx.cpp | 72 const std::vector<uint8_t> &write_data, in sync_transfer() argument 78 composed_transfer.add_write(write_data); in sync_transfer()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 532 uint8_t write_data[2] = {0x88, 0x99}; in gatts_profile_event_handler() local 533 if(memcmp(write_data, param->write.value, param->write.len) == 0) { in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/include/ |
D | i2c_cxx.hpp | 249 const std::vector<uint8_t> &write_data,
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 61 uint8_t *write_data; member 136 (*slot)->write_data = NULL; in spp_malloc_slot()
|