Home
last modified time | relevance | path

Searched refs:std (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.7.0/components/log/host_test/log_test/main/
Dlog_test.cpp17 using namespace std;
27 std::memset(print_buffer, 0, BUFFER_SIZE); in BasicLogFixture()
43 std::memset(print_buffer, 0, BUFFER_SIZE); in reset_buffer()
133 const std::regex test_print("V \\([0-9]*\\) test: verbose", std::regex::ECMAScript);
142 const std::regex test_print("D \\([0-9]*\\) test: debug", std::regex::ECMAScript);
151 const std::regex test_print("I \\([0-9]*\\) test: info", std::regex::ECMAScript);
160 const std::regex test_print("W \\([0-9]*\\) test: warn", std::regex::ECMAScript);
169 const std::regex test_print("E \\([0-9]*\\) test: error", std::regex::ECMAScript);
178 …const std::regex test_print("I \\([0-9]*\\) test: must indeed be printed", std::regex::ECMAScript);
204 …const std::regex buffer_regex("I \\([0-9]*\\) test: 01 02 03 04 05 06 07 08 11 12 13 14 15 16 17 1…
[all …]
/hal_espressif-3.7.0/components/esp_adc/test_apps/adc/main/
Dtest_adc_performance.c237 float std = s_print_summary(print_figure); in test_adc_continuous_std() local
251 return std; in test_adc_continuous_std()
273 float std = test_adc_continuous_std(ADC_ATTEN_DB_11, false, 0, true); variable
274 TEST_PERFORMANCE_LESS_THAN(ADC_CONTINUOUS_STD_ATTEN3_NO_FILTER, "%.2f", std);
280 float std = test_adc_continuous_std(ADC_ATTEN_DB_11, false, 0, true); variable
281 TEST_PERFORMANCE_LESS_THAN(ADC_CONTINUOUS_STD_ATTEN3_NO_FILTER, "%.2f", std);
283 std = test_adc_continuous_std(ADC_ATTEN_DB_11, true, ADC_DIGI_IIR_FILTER_COEFF_2, true);
284 TEST_PERFORMANCE_LESS_THAN(ADC_CONTINUOUS_STD_ATTEN3_FILTER_2, "%.2f", std);
286 std = test_adc_continuous_std(ADC_ATTEN_DB_11, true, ADC_DIGI_IIR_FILTER_COEFF_4, true);
287 TEST_PERFORMANCE_LESS_THAN(ADC_CONTINUOUS_STD_ATTEN3_FILTER_4, "%.2f", std);
[all …]
/hal_espressif-3.7.0/components/hal/
Di2s_hal.c116 i2s_ll_tx_enable_msb_shift(hal->dev, slot_cfg->std.bit_shift); in i2s_hal_std_set_tx_slot()
117 i2s_ll_tx_set_ws_width(hal->dev, slot_cfg->std.ws_width); in i2s_hal_std_set_tx_slot()
120 …i2s_ll_tx_select_std_slot(hal->dev, slot_cfg->std.slot_mask, slot_cfg->slot_mode == I2S_SLOT_MODE_… in i2s_hal_std_set_tx_slot()
122 i2s_ll_tx_enable_msb_right(hal->dev, slot_cfg->std.msb_right); in i2s_hal_std_set_tx_slot()
123 i2s_ll_tx_enable_right_first(hal->dev, slot_cfg->std.ws_pol); in i2s_hal_std_set_tx_slot()
127 …bool is_copy_mono = slot_cfg->slot_mode == I2S_SLOT_MODE_MONO && slot_cfg->std.slot_mask == I2S_ST… in i2s_hal_std_set_tx_slot()
129 i2s_ll_tx_select_std_slot(hal->dev, is_copy_mono ? I2S_STD_SLOT_LEFT : slot_cfg->std.slot_mask); in i2s_hal_std_set_tx_slot()
130 i2s_ll_tx_set_skip_mask(hal->dev, (slot_cfg->std.slot_mask != I2S_STD_SLOT_BOTH) && in i2s_hal_std_set_tx_slot()
133 i2s_ll_tx_set_ws_idle_pol(hal->dev, slot_cfg->std.ws_pol); in i2s_hal_std_set_tx_slot()
134 i2s_ll_tx_set_bit_order(hal->dev, slot_cfg->std.bit_order_lsb); in i2s_hal_std_set_tx_slot()
[all …]
/hal_espressif-3.7.0/components/esp_rom/test_apps/linux_rom_apis/main/
Drom_test.cpp29 using namespace std;
91 const std::string MD5_TEST_STRING("This is an MD5 test");
/hal_espressif-3.7.0/components/bt/
DCMakeLists.txt95 host/bluedroid/btc/profile/std/a2dp/include
96 host/bluedroid/btc/profile/std/include
209 "host/bluedroid/btc/profile/std/a2dp/bta_av_co.c"
210 "host/bluedroid/btc/profile/std/a2dp/btc_a2dp.c"
211 "host/bluedroid/btc/profile/std/a2dp/btc_a2dp_control.c"
212 "host/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c"
213 "host/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c"
214 "host/bluedroid/btc/profile/std/a2dp/btc_av.c"
215 "host/bluedroid/btc/profile/std/avrc/btc_avrc.c"
216 "host/bluedroid/btc/profile/std/avrc/bta_avrc_co.c"
[all …]
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dlcd_ll.h32 #define LCD_LL_CONV_STD_TO_REG(std) (uint8_t[]){0,1}[(std)] argument
191 static inline void lcd_ll_set_yuv_convert_std(lcd_cam_dev_t *dev, lcd_yuv_conv_std_t std) in lcd_ll_set_yuv_convert_std() argument
193 dev->lcd_rgb_yuv.lcd_conv_protocol_mode = LCD_LL_CONV_STD_TO_REG(std); in lcd_ll_set_yuv_convert_std()
/hal_espressif-3.7.0/components/esp_system/test_eh_frame_parser/
DMakefile17 CFLAGS=-W -fasynchronous-unwind-tables -I. -I../include/ -std=c99 -g -DCONFIG_ESP_SYSTEM_USE_EH_FRA…
/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c1068 if (slot_cfg->std.slot_mask == I2S_STD_SLOT_BOTH) { in i2s_set_clk()
1069 slot_cfg->std.slot_mask = I2S_STD_SLOT_LEFT; in i2s_set_clk()
1072 slot_cfg->std.ws_pol = !slot_cfg->std.ws_pol; in i2s_set_clk()
1076 slot_cfg->std.slot_mask = I2S_STD_SLOT_BOTH; in i2s_set_clk()
1288 SLOT_CFG(std).ws_width = i2s_config->bits_per_sample; in i2s_config_transfer()
1289 SLOT_CFG(std).ws_pol = false; in i2s_config_transfer()
1291 SLOT_CFG(std).slot_mask = I2S_STD_SLOT_BOTH; in i2s_config_transfer()
1294 SLOT_CFG(std).slot_mask = I2S_STD_SLOT_LEFT; in i2s_config_transfer()
1296 SLOT_CFG(std).slot_mask = I2S_STD_SLOT_RIGHT; in i2s_config_transfer()
1299 SLOT_CFG(std).bit_shift = true; in i2s_config_transfer()
[all …]
/hal_espressif-3.7.0/components/esp_event/host_test/
Dfixtures.hpp27 class CMockException : public std::exception {
/hal_espressif-3.7.0/components/heap/test_multi_heap_host/
DMakefile22 CXXFLAGS += -std=c++11 -Wall -Werror -fprofile-arcs -ftest-coverage
/hal_espressif-3.7.0/components/spi_flash/sim/
DMakefile21 CXXFLAGS += $(INCLUDE_FLAGS) -std=c++11 -g -m32
DSpiFlash.cpp28 using namespace std;
/hal_espressif-3.7.0/components/spi_flash/sim/stubs/
DMakefile21 CXXFLAGS += $(INCLUDE_FLAGS) -std=c++11 -g -m32
/hal_espressif-3.7.0/tools/esptool_py/flasher_stub/
DMakefile119 CFLAGS = -std=c99 -Wall -Werror -Os \
123 CFLAGS_ESPRISCV32 = -std=c99 -Wall -Werror -Os \
/hal_espressif-3.7.0/components/hal/include/hal/
Di2s_hal.h48 … } std; /*!< Specific configurations for standard mode */ member