Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.4.0/examples/protocols/modbus/serial/mb_master/main/
Dmaster.c48 #define STR(fieldname) ((const char*)( fieldname )) macro
84 { CID_INP_DATA_0, STR("Data_channel_0"), STR("Volts"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 0, 2,
86 { CID_HOLD_DATA_0, STR("Humidity_1"), STR("%rH"), MB_DEVICE_ADDR1, MB_PARAM_HOLDING, 0, 2,
88 { CID_INP_DATA_1, STR("Temperature_1"), STR("C"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 2, 2,
90 { CID_HOLD_DATA_1, STR("Humidity_2"), STR("%rH"), MB_DEVICE_ADDR1, MB_PARAM_HOLDING, 2, 2,
92 { CID_INP_DATA_2, STR("Temperature_2"), STR("C"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 4, 2,
94 { CID_HOLD_DATA_2, STR("Humidity_3"), STR("%rH"), MB_DEVICE_ADDR1, MB_PARAM_HOLDING, 4, 2,
96 { CID_HOLD_TEST_REG, STR("Test_regs"), STR("__"), MB_DEVICE_ADDR1, MB_PARAM_HOLDING, 10, 58,
98 { CID_RELAY_P1, STR("RelayP1"), STR("on/off"), MB_DEVICE_ADDR1, MB_PARAM_COIL, 0, 8,
100 { CID_RELAY_P2, STR("RelayP2"), STR("on/off"), MB_DEVICE_ADDR1, MB_PARAM_COIL, 8, 8,
/hal_espressif-3.4.0/examples/protocols/http_server/advanced_tests/main/
Dtests.c23 #define STR "Hello World!" in hello_get_handler() macro
25 httpd_resp_send(req, STR, HTTPD_RESP_USE_STRLEN); in hello_get_handler()
27 #undef STR in hello_get_handler()
122 #define STR "Hello World!" in hello_type_get_handler() macro
124 httpd_resp_send(req, STR, HTTPD_RESP_USE_STRLEN); in hello_type_get_handler()
126 #undef STR in hello_type_get_handler()
131 #define STR "Hello World!" in hello_status_get_handler() macro
133 httpd_resp_send(req, STR, HTTPD_RESP_USE_STRLEN); in hello_status_get_handler()
135 #undef STR in hello_status_get_handler()
267 #define STR "Hello Double World!" in generate_async_resp() macro
[all …]
/hal_espressif-3.4.0/examples/protocols/modbus/tcp/mb_tcp_master/main/
Dtcp_master.c47 #define STR(fieldname) ((const char*)( fieldname )) macro
100 { CID_INP_DATA_0, STR("Data_channel_0"), STR("Volts"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 0, 2,
102 { CID_HOLD_DATA_0, STR("Humidity_1"), STR("%rH"), MB_DEVICE_ADDR1, MB_PARAM_HOLDING, 0, 2,
104 { CID_INP_DATA_1, STR("Temperature_1"), STR("C"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 2, 2,
106 { CID_HOLD_DATA_1, STR("Humidity_2"), STR("%rH"), MB_DEVICE_ADDR2, MB_PARAM_HOLDING, 2, 2,
108 { CID_INP_DATA_2, STR("Temperature_2"), STR("C"), MB_DEVICE_ADDR2, MB_PARAM_INPUT, 4, 2,
110 { CID_HOLD_DATA_2, STR("Humidity_3"), STR("%rH"), MB_DEVICE_ADDR3, MB_PARAM_HOLDING, 4, 2,
112 { CID_RELAY_P1, STR("RelayP1"), STR("on/off"), MB_DEVICE_ADDR1, MB_PARAM_COIL, 0, 8,
114 { CID_RELAY_P2, STR("RelayP2"), STR("on/off"), MB_DEVICE_ADDR1, MB_PARAM_COIL, 8, 8,
/hal_espressif-3.4.0/components/spi_flash/test/
Dtest_esp_flash.c131 #define FLASH_TEST_CASE(STR, FUNC_TO_RUN) \ argument
132 …TEST_CASE(STR, "[esp_flash]") {flash_test_func(FUNC_TO_RUN, 1 /* first index reserved for main fla…
134 #define FLASH_TEST_CASE_IGNORE(STR, FUNC_TO_RUN) \ argument
135 …TEST_CASE(STR, "[esp_flash][ignore]") {flash_test_func(FUNC_TO_RUN, 1 /* first index reserved for …
143 #define FLASH_TEST_CASE_3(STR, FUNCT_TO_RUN) argument
144 #define FLASH_TEST_CASE_3_IGNORE(STR, FUNCT_TO_RUN) argument
147 #define FLASH_TEST_CASE_3(STR, FUNC_TO_RUN) \ argument
148 …TEST_CASE(STR", 3 chips", "[esp_flash_3][test_env=UT_T1_ESP_FLASH]") {flash_test_func(FUNC_TO_RUN,…
150 #define FLASH_TEST_CASE_3_IGNORE(STR, FUNC_TO_RUN) \ argument
151 …TEST_CASE(STR", 3 chips", "[esp_flash_3][test_env=UT_T1_ESP_FLASH][ignore]") {flash_test_func(FUNC…
[all …]
/hal_espressif-3.4.0/docs/en/api-guides/
Dflash_psram_config.rst58 …- Quad Flash only supports STR mode. Octal Flash may support either/both STR/DTR modes under OPI m…
59 - Quad PSRAM only supports STR mode, while Octal PSRAM only supports DTR mode.
75 …final speed of the Flash is 160 MHz. This is faster than the Flash setting to 120 Mhz and STR mode.
/hal_espressif-3.4.0/docs/en/api-reference/protocols/
Dmodbus.rst220 { CID_SER_NUM1, STR("Serial_number_1"), STR("--"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 0, 2,
222 { CID_SW_VER1, STR("Software_version_1"), STR("--"), MB_DEVICE_ADDR1, MB_PARAM_INPUT, 2, 1,
224 { CID_TEMP_DATA_1, STR("Temperature_1"), STR("C"), MB_DEVICE_ADDR1, MB_PARAM_HOLDING, 0, 2,
226 { CID_SER_NUM2, STR("Serial_number_2"), STR("--"), MB_DEVICE_ADDR2, MB_PARAM_INPUT, 0, 2,
228 { CID_SW_VER2, STR("Software_version_2"), STR("--"), MB_DEVICE_ADDR2, MB_PARAM_INPUT, 2, 1,
230 { CID_TEMP_DATA_2, STR("Temperature_2"), STR("C"), MB_DEVICE_ADDR2, MB_PARAM_HOLDING, 0, 2,
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/
Drtc_sleep.c174 #define STR(X) STR2(X) macro
207 "li t1, "STR(SYSTEM_RTC_MEM_CRC_FINISH)"\n" in rtc_deep_sleep_start()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/
Drtc_sleep.c177 #define STR(X) STR2(X) macro
213 "bbci a2, "STR(DPORT_RTC_MEM_CRC_FINISH_S)", .Lwaitcrc\n" in rtc_deep_sleep_start()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/
Drtc_sleep.c242 #define STR(X) STR2(X) macro
279 "bbci a2, "STR(RTC_MEM_CRC_FINISH_S)", .Lwaitcrc\n" in rtc_deep_sleep_start()
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32h2/
Drtc_sleep.c250 #define STR(X) STR2(X) macro
280 "li t1, "STR(SYSTEM_RTC_MEM_CRC_FINISH)"\n" in rtc_deep_sleep_start()
/hal_espressif-3.4.0/components/esp_serial_slave_link/
Dessl.c39 #define _CHECK_EXECUTE_CMD(DEV, CMD, STR, ...) do{ \ argument
46 ESP_LOGE(TAG, STR); \
/hal_espressif-3.4.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dasm_avr.inc135 "ldi r30, pm_lo8(add_%=_" STR(uECC_MAX_WORDS) ") \n\t"
136 "ldi r31, pm_hi8(add_%=_" STR(uECC_MAX_WORDS) ") \n\t"
182 "ldi r30, pm_lo8(sub_%=_" STR(uECC_MAX_WORDS) ") \n\t"
183 "ldi r31, pm_hi8(sub_%=_" STR(uECC_MAX_WORDS) ") \n\t"
DuECC.c20 #define STR(a) STRX(a) macro
/hal_espressif-3.4.0/components/esptool_py/
DKconfig.projbuild100 bool "STR Mode"