Searched refs:integer (Results 1 – 25 of 33) sorted by relevance
12
/hal_espressif-3.5.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 170 <integer>1</integer> 172 <integer>1</integer> 174 <integer>1792</integer> 176 <integer>24592</integer> 178 <integer>1027</integer>
|
/hal_espressif-3.5.0/docs/en/api-guides/jtag-debugging/ |
D | configure-ft2232h-jtag.rst | 171 <integer>1</integer> 173 <integer>1</integer> 175 <integer>1792</integer> 177 <integer>24592</integer> 179 <integer>1027</integer>
|
/hal_espressif-3.5.0/components/unity/ |
D | Kconfig | 17 bool "Support for 64-bit integer types" 20 If not set, assertions on 64-bit integer types will always fail.
|
/hal_espressif-3.5.0/components/newlib/ |
D | Kconfig | 57 formatting option. This option doesn't support 64-bit integer formats and C99 69 If you need 64-bit integer formatting support or C99 features, keep this
|
/hal_espressif-3.5.0/tools/ |
D | mkuf2.py | 114 def four_byte_aligned(integer): argument 115 return integer & 3 == 0
|
/hal_espressif-3.5.0/tools/kconfig_new/test/gen_kconfig_doc/ |
D | Kconfig.chipa | 12 int "integer"
|
/hal_espressif-3.5.0/tools/test_apps/system/panic/ |
D | CMakeLists.txt | 18 # SOME_FIELD_M expansion (0xFFFF << 16) as generating integer overflow.
|
/hal_espressif-3.5.0/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-nano.ld | 3 As such, they don's support 64-bit integer formats.
|
/hal_espressif-3.5.0/tools/kconfig_new/test/confserver/ |
D | testcases_v2.txt | 53 * Can write hex values as hex strings, but the result is a decimal integer
|
/hal_espressif-3.5.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 14 - ``--index`` - integer index. It allows to retrieve unique data per chip from configfiles and then… 24 * ``--index`` integer index (it means the number of chip in the batch in the range 1 - the max num…
|
/hal_espressif-3.5.0/examples/storage/nvs_rw_value_cxx/ |
D | README.md | 5 This example demonstrates how to read and write a single integer value using NVS.
|
/hal_espressif-3.5.0/docs/en/api-guides/performance/ |
D | speed.rst | 83 …integer calculations. If possible then use fixed point representations, a different method of inte… 84 … representations, a different method of integer representation, or convert part of the calculation… 85 …ions are emulated in software and are very slow. If possible then use an integer-based representat…
|
/hal_espressif-3.5.0/docs/en/api-reference/storage/ |
D | nvs_flash.rst | 28 - integer types: ``uint8_t``, ``int8_t``, ``uint16_t``, ``int16_t``, ``uint32_t``, ``int32_t``, ``… 163 Demonstrates how to read a single integer value from, and write it to NVS. 171 …Demonstrates how to read a single integer value and a blob (binary large object), and write them t… 232 …with {IDF_TARGET_NAME} flash encryption, the entry size is 32 bytes. For integer types, an entry h… 313 …Number of entries used by this key-value pair. For integer types, this is equal to 1. For strings … 325 …For integer types, this field contains the value itself. If the value itself is shorter than 8 byt…
|
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/ |
D | sigmadelta.rst | 24 …of :cpp:func:`sigmadelta_set_duty` is from -128 to 127 (eight bit signed integer). If zero value i…
|
/hal_espressif-3.5.0/examples/storage/nvs_rw_blob/ |
D | README.md | 5 This example demonstrates how to read and write a single integer value and a blob (binary large obj…
|
/hal_espressif-3.5.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-nano.ld | 3 As such, they don's support 64-bit integer formats.
|
/hal_espressif-3.5.0/examples/wifi/power_save/main/ |
D | Kconfig.projbuild | 72 Should be set to XTAL frequency or XTAL frequency divided by integer.
|
/hal_espressif-3.5.0/examples/storage/nvs_rw_value/ |
D | README.md | 5 This example demonstrates how to read and write a single integer value using NVS.
|
/hal_espressif-3.5.0/components/ulp/ |
D | README.rst | 27 …fine can be used to define a branch target. Label identifier is a 16-bit integer. ``M_Bxxx`` defin…
|
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/ |
D | README.md | 254 - `<rep>` : integer among 0 - 7. 255 - `<err>` : integer among 0 - 32.
|
/hal_espressif-3.5.0/tools/esp_prov/ |
D | README.md | 66 * `--custom_ver <some integer>` (Optional) (Only use along with `--custom_config`)
|
/hal_espressif-3.5.0/docs/en/api-reference/ |
D | kconfig.rst | 8 project configuration mechanism. Kconfig is based around options of several types: integer, string,…
|
/hal_espressif-3.5.0/tools/kconfig_new/ |
D | README.md | 41 * "ranges" holds is a dictionary for any config symbol which has a valid integer range. The array v…
|
/hal_espressif-3.5.0/docs/en/api-guides/ |
D | fatal-errors.rst | 326 Application has attempted to do an integer division by zero. 455 - overflows (multiplication overflow, signed integer overflow) 457 - integer conversion errors
|
/hal_espressif-3.5.0/docs/en/api-reference/system/ |
D | power_management.rst | 31 … be set to the XTAL frequency value, or the XTAL frequency divided by an integer. Note that 10 MHz…
|
12