Home
last modified time | relevance | path

Searched defs:fix (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/host_test/nvs_page_test/main/
Dnvs_page_test.cpp55 PartitionMockFixture fix; in test_Page_load__uninitialized_page_has_0xfe() local
75 PartitionMockFixture fix; in test_Page_load__initialized_corrupt_header() local
94 PartitionMockFixture fix; in test_Page_load__corrupt_entry_table() local
146 PartitionMockFixture fix; in test_Page_load_success() local
162 NVSFullPageFixture fix(0, 1, NVS_DEFAULT_PART_NAME, false); in test_Page_load_full_page() local
170 NVSValidPageFixture fix; in test_Page_load__seq_number_0() local
179 NVSValidPageFixture fix; in test_Page_erase__write_fail() local
189 NVSValidPageFixture fix; in test_Page_erase__success() local
199 PartitionMockFixture fix; in test_Page_write__initialize_write_failure() local
221 NVSPageFixture fix; in test_Page_write__write_data_fails() local
[all …]
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_i2c.cpp163 MasterFixture fix; in i2c_I2CRead() local
181 MasterFixture fix; in i2c_I2CWrite() local
197 MasterFixture fix; in i2c_master_read_raw_byte() local
219 MasterFixture fix; in i2c_master_write_raw_byte() local
235 MasterFixture fix; in i2c_master_read_multiple_raw_bytes() local
258 MasterFixture fix({0, 1, 2, 3, 4, 5, 6, 7}); in i2c_master_write_multiple_raw_bytes() local
274 MasterFixture fix; in i2c_master_sync_read() local
292 MasterFixture fix; in i2c_master_sync_write() local
306 MasterFixture fix; in i2c_master_sync_transfer() local
326 MasterFixture fix; in i2c_master_composed_trans() local
[all …]
Dtest_esp_event_cxx.cpp215 EventLoopFix fix; variable
331 EventLoopFix fix; variable
348 EventLoopFix fix; variable
366 EventLoopFix fix; variable
383 EventLoopFix fix; variable
397 EventLoopFix fix; variable
413 EventLoopFix fix; variable
436 EventLoopFix fix; variable
454 EventLoopFix fix; variable
464 EventLoopFix fix; variable
[all …]
/hal_espressif-3.6.0/components/log/host_test/log_test/main/
Dlog_test.cpp198 PutcFixture fix; variable
207 PutcFixture fix; variable
216 PutcFixture fix; variable
225 PutcFixture fix; variable
234 PutcFixture fix; variable
243 PutcFixture fix; variable
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/main/
Desp_timer_test.cpp108 TimerCreationFixture fix; variable
117 TimerCreationFixture fix; variable
129 TimerCreationFixture fix; variable
141 TimerCreationFixture fix; variable
185 TimerCallbackFixture fix; variable
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/host_test/gpio/main/
Dgpio_cxx_test.cpp110 GPIOFixture fix; variable
120 GPIOFixture fix; variable
130 GPIOFixture fix; variable
140 GPIOFixture fix; variable
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_partition.cpp37 EncryptedPartitionFixture fix(&xts_cfg); variable
50 EncryptedPartitionFixture fix(&xts_cfg); variable
/hal_espressif-3.6.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h109 gps_fix_t fix; /*!< Fix status */ member