Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h75 } standard; member
635 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
639 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
679 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_parse_frame_buffer()
685 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h75 } standard; member
635 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
639 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
679 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_parse_frame_buffer()
685 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h75 } standard; member
635 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
639 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
679 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_parse_frame_buffer()
685 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h77 } standard; member
642 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
646 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
686 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_parse_frame_buffer()
692 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h75 } standard; member
656 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
660 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
700 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_parse_frame_buffer()
706 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_parse_frame_buffer()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h77 } standard; member
733 tx_frame->standard.id[i] = (id_temp >> (8 * i)) & 0xFF; in twai_ll_format_frame_buffer()
737 uint8_t *data_buffer = (is_extd) ? tx_frame->extended.data : tx_frame->standard.data; in twai_ll_format_frame_buffer()
777 id_temp |= rx_frame->standard.id[i] << (8 * i); in twai_ll_parse_frame_buffer()
783 …uint8_t *data_buffer = (rx_frame->frame_format) ? rx_frame->extended.data : rx_frame->standard.dat… in twai_ll_parse_frame_buffer()
/hal_espressif-latest/tools/esptool_py/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-latest/components/esp_system/
DREADME.md22 Timekeeping function in standard library. Can be set (`settimeofday`) or moved forward/backward (`a…
DKconfig323 boot log output and default standard output and standard error of the app).
340 default default standard input of the app).
358 boot log output and default standard input/output/error of the app).
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DREADME41 minimal set of standard cryptography primitives.
/hal_espressif-latest/components/esp_netif/
DREADME.md106 standard use cases. Filtering is also advantageous from a perspective the user’s application gets a…
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst93standard <https://www.conventionalcommits.org/en/v1.0.0/#specification>`_. Every commit message is…
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst9 with a minimal set of standard cryptography primitives, as listed below. To better
11 from the standard specifications (see the Important Remarks section for some
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dspi-flash-modes.rst87 * Quad mode is not enabled correctly for this chip model. SPI flash is not a standard, so every man…
Dserial-protocol.rst452 * The stub loader will send a standard response packet, with no additional data payload.
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in206 UART Baudrate for HCI. Please use standard baudrate.
/hal_espressif-latest/components/mbedtls/
DKconfig579 the rest of the firmware doesn't call any standard timekeeeping
603 standard time() and gmtime() functions. If the certificate is not
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst134 Running ``esptool.py --trace`` will dump all serial interactions to the standard output (this is *a…
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in1025 devices. It will prohibit the usage of standard APIs.