/hal_espressif-3.6.0/examples/peripherals/twai/twai_self_test/ |
D | README.md | 25 …X GPIO Number` and `RX GPIO Number` according to how the target was connected to the transceiver. … 26 * On the ESP32, `TX GPIO Number` and `RX GPIO Number` default to `21` and `22` respectively 27 * On the ESP32-S2, `TX GPIO Number` and `RX GPIO Number` default to `20` and `21` respectively 28 * On the ESP32-S3, `TX GPIO Number` and `RX GPIO Number` default to `4` and `5` respectively 29 * On the ESP32-C3, `TX GPIO Number` and `RX GPIO Number` default to `2` and `3` respectively
|
/hal_espressif-3.6.0/examples/peripherals/twai/twai_alert_and_recovery/ |
D | README.md | 25 …X GPIO Number` and `RX GPIO Number` according to how the target was connected to the transceiver. … 26 * On the ESP32, `TX GPIO Number` and `RX GPIO Number` default to `21` and `22` respectively 27 * On the ESP32-S2, `TX GPIO Number` and `RX GPIO Number` default to `20` and `21` respectively 28 * On the ESP32-S3, `TX GPIO Number` and `RX GPIO Number` default to `4` and `5` respectively 29 * On the ESP32-C3, `TX GPIO Number` and `RX GPIO Number` default to `2` and `3` respectively
|
/hal_espressif-3.6.0/examples/peripherals/twai/twai_network/ |
D | README.md | 55 …X GPIO Number` and `RX GPIO Number` according to how the target was connected to the transceiver. … 56 * On the ESP32, `TX GPIO Number` and `RX GPIO Number` default to `21` and `22` respectively 57 * On the ESP32-S2, `TX GPIO Number` and `RX GPIO Number` default to `20` and `21` respectively 58 * On the ESP32-S3, `TX GPIO Number` and `RX GPIO Number` default to `4` and `5` respectively 59 * On the ESP32-C3, `TX GPIO Number` and `RX GPIO Number` default to `2` and `3` respectively
|
/hal_espressif-3.6.0/examples/protocols/pppos_client/main/ |
D | Kconfig.projbuild | 51 string "Peer Phone Number (with area code)" 76 int "TXD Pin Number" 83 int "RXD Pin Number" 90 int "RTS Pin Number" 97 int "CTS Pin Number"
|
/hal_espressif-3.6.0/components/esp_eth/ |
D | Kconfig | 92 Number of DMA receive buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE. 100 Number of DMA transmit buffers. Each buffer's size is ETH_DMA_BUFFER_SIZE. 159 int "Number of Ethernet DMA Rx buffers" 163 Number of DMA receive buffers, each buffer is 1600 bytes. 166 int "Number of Ethernet DMA Tx buffers" 170 Number of DMA transmit buffers, each buffer is 1600 bytes.
|
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/main/ |
D | Kconfig.projbuild | 5 int "TXD Pin Number" 12 int "RXD Pin Number"
|
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/ |
D | Kconfig.projbuild | 35 int "RMT TX Channel Number" 41 int "RMT RX Channel Number"
|
/hal_espressif-3.6.0/components/app_trace/sys_view/SEGGER/ |
D | SEGGER_SYSVIEW.c | 868 unsigned int Number; in _PrintUnsigned() local 872 Number = v; in _PrintUnsigned() 878 while (Number >= Base) { in _PrintUnsigned() 879 Number = (Number / Base); in _PrintUnsigned() 957 int Number; in _PrintInt() local 959 Number = (v < 0) ? -v : v; in _PrintInt() 965 while (Number >= (int)Base) { in _PrintInt() 966 Number = (Number / (int)Base); in _PrintInt()
|
/hal_espressif-3.6.0/examples/peripherals/uart/nmea0183_parser/main/ |
D | Kconfig.projbuild | 44 - Number of satellites in use, fix status (no fix, GPS, DGPS), UTC time; 62 - Number of satellites in view;
|
/hal_espressif-3.6.0/components/json/ |
D | README | 108 Sibling has type Number, name "width", value 1920, and a sibling: 109 Sibling has type Number, name "height", value 1080, and a sibling: 111 Sibling has type Number, name "frame rate", value 24 133 The type expresses Null/True/False/Number/String/Array/Object, all of which are #defined in 136 A Number has valueint and valuedouble. If you're expecting an int, read valueint, if not read
|
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_self_test/main/ |
D | Kconfig.projbuild | 21 int "Port Number" 48 int "Port Number"
|
/hal_espressif-3.6.0/examples/peripherals/rmt/led_strip/main/ |
D | Kconfig.projbuild | 9 int "Number of LEDS in a strip"
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.mac | 3 bool "Number of universally administered (by IEEE) MAC address"
|
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/ |
D | README.md | 42 * Set the RMT TX channel number under `RMT TX Channel Number` option. 43 * Set the RMT RX channel number under `RMT RX Channel Number` option.
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | index.rst | 30 Random Number Generation <random>
|
D | random.rst | 1 Random Number Generation 16 …y. Consult the *{IDF_TARGET_NAME} Technical Reference Manual* > *Random Number Generator (RNG)* […
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ |
D | Kconfig.projbuild | 43 This options specifies HTTP request size. Number of bytes specified
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | firmware-image-format.rst | 28 …| 1 | Number of segments … 47 …| 1 | Number of segments …
|
/hal_espressif-3.6.0/examples/system/ota/native_ota_example/main/ |
D | Kconfig.projbuild | 26 int "Number of the GPIO input for diagnostic"
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address"
|
/hal_espressif-3.6.0/examples/peripherals/i2s/i2s_audio_recorder_sdcard/main/ |
D | Kconfig.projbuild | 34 int "I2S Channel Number"
|
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 124 int "Number of advertising buffers for BLE advertising packets" 128 Number of advertising buffers for BLE packets available. 544 Number of messages that are cached for the network. This helps prevent 551 int "Number of advertising buffers" 555 Number of advertising buffers available. The transport layer reserves 666 int "Number of advertising buffers for relay packets" 670 Number of advertising buffers for relay packets available. 800 int "Number of groups the LPN can subscribe to" 842 int "Number of supported LPN nodes" 846 Number of Low Power Nodes with which a Friend can have Friendship simultaneously. [all …]
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address"
|
/hal_espressif-3.6.0/tools/test_apps/peripherals/i2c_wifi/main/ |
D | Kconfig.projbuild | 31 int "Port Number"
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/ |
D | Kconfig.mac | 2 bool "Number of universally administered (by IEEE) MAC address"
|