/hal_espressif-3.5.0/components/esp_system/ |
D | esp_err.c | 23 … char *msg, esp_err_t rc, const char *file, int line, const char *function, const char *expression) in esp_error_check_failed_print() argument 31 …p_rom_printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expression); in esp_error_check_failed_print() 35 …thout_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed_without_abort() argument 37 …sp_error_check_failed_print("ESP_ERROR_CHECK_WITHOUT_ABORT", rc, file, line, function, expression); in _esp_error_check_failed_without_abort() 40 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed() argument 42 esp_error_check_failed_print("ESP_ERROR_CHECK", rc, file, line, function, expression); in _esp_error_check_failed()
|
D | Kconfig | 201 Minimal value of size, in bytes, accepted to execute a expression
|
/hal_espressif-3.5.0/components/lwip/port/esp32/include/arch/ |
D | cc.h | 101 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 105 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/hal_espressif-3.5.0/components/esp_common/include/ |
D | esp_err.h | 79 …eck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression); 82 …rr_t rc, const char *file, int line, const char *function, const char *expression) __attribute__((… 86 …hout_abort(esp_err_t rc, const char *file, int line, const char *function, const char *expression);
|
/hal_espressif-3.5.0/components/esptool_py/ |
D | project_include.cmake | 300 # Use this function to generate a ternary expression that will be evaluated. 301 # - retexpr is the expression returned by the function 302 # - condition is the expression evaluated to a boolean 303 # - condtrue is the expression to evaluate if condition is true 304 # - condfalse is the expression to evaluate if condition is false 308 # CMake version 3.8 and above provide a ternary operator for expression 313 # condition is true. Generate the expression that will be used in that 320 # expression that will be evaluated later 331 # CMake 3.8 and above implement what we want, making the expression 361 # Create the expression that contains the list of file names to pass [all …]
|
/hal_espressif-3.5.0/components/nvs_flash/test_nvs_host/ |
D | esp_error_check_stub.cpp | 5 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed() argument 12 printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expression); in _esp_error_check_failed()
|
/hal_espressif-3.5.0/components/wear_levelling/test_wl_host/ |
D | esp_error_check_stub.cpp | 5 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed() argument 12 printf("file: \"%s\" line %d\nfunc: %s\nexpression: %s\n", file, line, function, expression); in _esp_error_check_failed()
|
/hal_espressif-3.5.0/components/esp_system/include/ |
D | esp_expression_with_stack.h | 29 #define ESP_EXECUTE_EXPRESSION_WITH_STACK(lock, stack, stack_size, expression) \ argument 30 esp_execute_shared_stack_function(lock, stack, stack_size, expression)
|
/hal_espressif-3.5.0/components/mdns/host_test/components/esp_system_protocols_linux/ |
D | esp_log_impl.c | 18 …heck_failed(esp_err_t rc, const char *file, int line, const char *function, const char *expression) in _esp_error_check_failed() argument 21 ESP_LOGE("ESP_ERROR_CHECK", "Expression: %s", expression); in _esp_error_check_failed()
|
/hal_espressif-3.5.0/ |
D | .pylintrc | 163 # Python expression which should return a score less than or equal to 10. You 339 # Regular expression of note tags to take in consideration. 372 # A regular expression matching the name of dummy variables (i.e. expected to 376 # Argument names that match this expression will be ignored. Default to name 393 # Regular expression matching correct argument names. Overrides argument- 400 # Regular expression matching correct attribute names. Overrides attr-naming- 419 # Regular expression matching correct class attribute names. Overrides class- 426 # Regular expression matching correct class names. Overrides class-naming- 433 # Regular expression matching correct constant names. Overrides const-naming- 444 # Regular expression matching correct function names. Overrides function- [all …]
|
D | .flake8 | 99 E731, # do not assign a lambda expression, use a def
|
/hal_espressif-3.5.0/tools/ldgen/ |
D | sdkconfig.py | 45 def evaluate_expression(self, expression): argument 46 result = self.config.eval_string(expression)
|
/hal_espressif-3.5.0/tools/kconfig/ |
D | kconfig-language.txt | 89 accept an "if" expression), so these two examples are equivalent: 182 (1) Convert the symbol into an expression. Boolean and tristate symbols 183 are simply converted into the respective expression values. All 189 (4) Returns the value of the expression. Used to override precedence. 194 An expression can have a value of 'n', 'm' or 'y' (or 0, 1, 2 196 expression evaluates to 'm' or 'y'. 328 This defines an if block. The dependency expression <expr> is appended
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/ |
D | wireshark-user-guide.rst | 167 .. figure:: ../../_static/ws-filter-expression.png
|
D | error-handling.rst | 60 expression: sdmmc_card_init(host, &card)
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | wireshark-user-guide.rst | 169 .. figure:: ../../_static/ws-filter-expression.png 186 …built-in syntax check turns the background red. As soon as the correct expression is entered, the …
|
D | error-handling.rst | 59 expression: sdmmc_card_init(host, &card) 67 …he program where :cpp:func:`ESP_ERROR_CHECK` macro was called, and the expression which was passed…
|
D | memory-types.rst | 102 … can be hard, the compiler will sometimes recognize that a variable or expression is constant (eve…
|
D | build-system.rst | 1226 …t scope. Specifying *GENERATOR_EXPRESSION* will retrieve the generator expression string for that … 1278 …perties, specifying *GENERATOR_EXPRESSION* will retrieve the generator expression string for that … 1326 …t scope. Specifying *GENERATOR_EXPRESSION* will retrieve the generator expression string for that …
|
/hal_espressif-3.5.0/tools/cmake/scripts/ |
D | component_get_requirements.cmake | 9 message(FATAL_ERROR "Getting build property generator expression not
|
/hal_espressif-3.5.0/tools/cmake/ |
D | build.cmake | 8 # @param[in, optional] GENERATOR_EXPRESSION (option) retrieve the generator expression for the prop… 560 # Set the EXECUTABLE_NAME and EXECUTABLE properties since there are generator expression
|
D | component.cmake | 361 # @param[in, optional] GENERATOR_EXPRESSION (option) retrieve the generator expression for the prop… 440 # Use generator expression so that users can append/override flags even after call to
|
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | debugging-examples.rst | 193 …项卡不存在,请在顶部菜单栏的 Window > Show View > Expressions 中添加这一选项卡。然后在该选项卡中单击 “Add new expression”,并输入 ``i``。
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | debugging-examples.rst | 193 … to the top menu Window > Show View > Expressions. Then click "Add new expression" and enter ``i``.
|
/hal_espressif-3.5.0/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 2078 with such a puzzled expression that she could not help bursting out
|