Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 116) sorted by relevance

12345

/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst11 Pthreads can be used in ESP-IDF by including standard ``pthread.h`` header, which is included in th…
13 …Therefore, restrictions mentioned here also apply to the equivalent C++ standard library functiona…
22 …If calling a standard libc or C++ sleep function, such as ``usleep`` defined in ``unistd.h``, then…
29 The following standard APIs are implemented in ESP-IDF.
31standard POSIX Threads documentation, or pthread.h, for details about the standard arguments and b…
80 Static initializer constant ``PTHREAD_MUTEX_INITIALIZER`` is supported, but the non-standard static…
131 The ``pthread.h`` header is a standard header and includes additional APIs and features which are n…
Dmem_alloc.rst13 For most purposes, the standard libc ``malloc()`` and ``free()`` functions can be used for heap all…
36 the standard ``free()`` function.
116 … is enabled, external SPI RAM under 4MiB in size can be allocated using standard ``malloc`` calls,…
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DREADME.md16 * Support for 5 standard curves: secp160r1, secp192r1, secp224r1, secp256r1, and secp256k1.
22 …sented in the standard format as defined in http://www.secg.org/collateral/sec1_final.pdf; uncompr…
24 Private keys are represented in the standard format.
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h78 } standard; member
567 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
571 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
610 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_prase_frame_buffer()
616 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h78 } standard; member
567 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
571 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
610 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_prase_frame_buffer()
616 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h78 } standard; member
567 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
571 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
610 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_prase_frame_buffer()
616 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h78 } standard; member
567 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
571 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
610 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_prase_frame_buffer()
616 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/examples/system/app_trace_to_host/main/
DKconfig.projbuild7 Set custom / non standard divider for RTC 8 MHz clock.
11 WARNINIG: setting non standard divider for the RTC 8 MHz clock
/hal_espressif-3.6.0/examples/network/network_tests/
DREADME.md3 This project provides a test interface to esp32 network stack in order to execute standard set of
44 Purpose of this test is to execute standard network suite on a ESP32 network stack.
52 Actual test execution, progress, evaluation and test reporting is done using standard net-test-suit…
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dtwai_ll.h78 } standard; member
659 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
663 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
702 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_prase_frame_buffer()
708 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_prase_frame_buffer()
/hal_espressif-3.6.0/docs/en/api-guides/
Dlwip.rst22 - NetBIOS lookup is available using the standard lwIP API. :example:`protocols/http_server/restful_…
23 …`/api-reference/protocols/mdns`), but lwIP can look up mDNS hosts using standard APIs such as ``ge…
71 Non-standard functions:
75 …ple ``lwip_socket()`` instead of the standard ``socket()``. Both forms can be used with ESP-IDF, b…
141 Below is a list of common error codes. For more detailed list of standard POSIX/C error codes, plea…
176 Not all standard socket options are supported by lwIP in ESP-IDF. The following socket options are …
243 The ``fcntl()`` function is a standard API for manipulating options related to a file descriptor. I…
253 The ``ioctl()`` function provides a semi-standard way to access some internal features of the TCP/I…
379 - Some standard IPV4 and IPV6 multicast socket options are implemented (see `Socket Options`).
431 - For TCP sockets, lwIP supports setting the standard ``TCP_NODELAY`` flag to disable Nagle's algor…
Dthread-local-storage.rst13 - :ref:`c11-std`: C11 standard introduces special keyword to declare variables as thread local.
58 The ESP-IDF FreeRTOS supports thread local variables according to C11 standard (ones specified with…
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32c3_and_esp32s3/main/
DKconfig.projbuild8 UART Baudrate for HCI. Please use standard baudrate.
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/tutorial/
DBLE_Mesh_AliGenie_Example.md43 …fault standard functions for each category. After the product is created, the function definition …
45 …On the product function definition page, click Add function corresponding to the standard function.
/hal_espressif-3.6.0/tools/test_apps/protocols/esp_netif/build_config/
DREADME.md6 This test application aims to exercise different configuration options using standard espressif ini…
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
D__init__.py305 op, standard = _find_perf_item(performance_file)
310 _check_perf(op, standard)
/hal_espressif-3.6.0/examples/bluetooth/nimble/
DREADME.md10 * `blehr` Demonstrates standard Heart Rate measurement BLE peripheral.
/hal_espressif-3.6.0/examples/protocols/http_server/simple/main/
DKconfig.projbuild10 require cookies, session identifiers, or login pages; rather, it uses standard
/hal_espressif-3.6.0/components/esp_system/
DREADME.md22 Timekeeping function in standard library. Can be set (`settimeofday`) or moved forward/backward (`a…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dserial-connection.rst22 Do not connect the chip to 5V TTL serial adapters, and especially not to "standard" RS-232 adapters…
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_device.rst46 - Redirecting of standard streams through the Serial device
117 The driver allows to redirect all standard application strings (stdin/out/err) to the USB Serial De…
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dfatfs.rst6 …sed directly, many of its features can be accessed via VFS, using the C standard library and POSIX…
30 4. Call the C standard library and POSIX API functions to perform such actions on files as open, re…
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Dasio.rst35 ESP examples are based on standard asio :example:`protocols/asio`:
/hal_espressif-3.6.0/examples/cxx/exceptions/
DREADME.md11 …This is used to demonstrate that exceptions can be thrown and caught using standard C++ facilities.
/hal_espressif-3.6.0/examples/system/pthread/
DREADME.md5 ESP-IDF provides implementations for many standard POSIX Threads (pthread) APIs. These APIs are imp…

12345