Searched full:numeric (Results 1 – 25 of 80) sorted by relevance
1234
/Zephyr-latest/include/zephyr/sys/ |
D | hash_function.h | 34 * arithmetic over a finite-sized numeric field. 39 * @return the numeric hash associated with @p str 56 * @return the numeric hash associated with @p str 89 * @return the numeric hash associated with @p str 103 * @return the numeric hash associated with @p str 117 * @return the numeric hash associated with @p str
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_string_conv.h | 27 * -ERANGE if numeric string input is to large to convert. 44 * Set to -ERANGE if numeric string input is to large to convert. 61 * Set to -ERANGE if numeric string input is to large to convert. 78 * Set to -ERANGE if numeric string input is to large to convert.
|
/Zephyr-latest/tests/misc/iterable_sections/ |
D | CMakeLists.txt | 14 zephyr_iterable_section(NAME test_ram_numeric NUMERIC GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUB… 21 zephyr_iterable_section(NAME test_rom_numeric NUMERIC KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN …
|
/Zephyr-latest/subsys/net/lib/utils/ |
D | addr_utils.c | 19 /* If it's not IPv6 numeric notation, we guaranteedly got a port */ in net_addr_str_find_port() 24 /* IPv6 numeric address, and ':' preceded by ']' */ in net_addr_str_find_port()
|
/Zephyr-latest/arch/arm64/core/ |
D | CMakeLists.txt | 22 # simple numeric comparison because these values may be 23 # beyond the numeric range of integers for cmake.
|
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 49 /** @brief Determine if first argument is a numeric value that fits in 32 bit word. 57 /** @brief Optimized macro for log message with 1 numeric argument. 82 * Macro is using special approach for short log message (0 or 1 numeric argument)
|
/Zephyr-latest/include/zephyr/drivers/misc/grove_lcd/ |
D | grove_lcd.h | 152 * @param r A numeric value for the red color (max is 255) 153 * @param g A numeric value for the green color (max is 255) 154 * @param b A numeric value for the blue color (max is 255)
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ddt.h | 120 * @brief Type holding difference between two numeric value 121 * @note 5.3.11 - relative difference between two numeric values.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | auxdisplay.rst | 10 displaying textual, numeric or alphanumeric data, as opposed to the
|
/Zephyr-latest/include/zephyr/ |
D | kernel_version.h | 25 * numeric version, x.y.z. These fields denote:
|
/Zephyr-latest/doc/services/storage/flash_map/ |
D | flash_map.rst | 41 :c:func:`flash_area_open` uses numeric identifiers to search flash map for 77 Numeric flash area ID is obtained by passing DTS node label to
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 389 * @param channel Numeric identification of the channel to configure 409 * @param channel Numeric identification of the channel to configure 449 * @param channel Numeric identification of the channel where the transfer will 477 * @param channel Numeric identification of the channel where the transfer was 503 * @param channel Numeric identification of the channel to suspend 531 * @param channel Numeric identification of the channel to resume 672 * @param channel Numeric identification of the channel where the transfer was 703 * @param type Numeric identification of the attribute
|
/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/ |
D | log_parser.py | 25 """Convert numeric log level to string"""
|
/Zephyr-latest/include/zephyr/linker/ |
D | iterable_sections.h | 62 * up to 2 numeric digits are handled (0-99). 114 * is, `SECNAME10` will come after `SECNAME2`. Up to 2 numeric digits are
|
/Zephyr-latest/dts/bindings/gpio/ |
D | zephyr,gpio-emul-sdl.yaml | 16 The following example maps the first 3 numeric keys to GPIO pins:
|
/Zephyr-latest/scripts/build/ |
D | gen_strsignal_table.py | 30 # Select items of the form below (note: SIGNO is numeric)
|
D | gen_strerror_table.py | 35 # Select items of the form below (note: ERRNO is numeric)
|
/Zephyr-latest/subsys/logging/frontends/ |
D | Kconfig | 76 When enabled, then logging messages with 0 and 1 numeric argument are
|
/Zephyr-latest/doc/develop/languages/c/ |
D | minimal_libc.rst | 61 Below is a list of the error number definitions. For the actual numeric values
|
/Zephyr-latest/include/zephyr/net/ |
D | lwm2m_path.h | 23 * @brief Generate LwM2M string paths using numeric components.
|
D | socket.h | 87 * respectively". Some software uses numeric values. 674 * @brief Convert network address from internal to numeric ASCII form 690 * @brief Convert network address from numeric ASCII form to internal representation 718 /** Assume host address is in numeric notation, don't DNS lookup */ 726 /** Assume service (port) is numeric */ 774 /** zsock_getnameinfo(): Resolve to numeric address. */ 776 /** zsock_getnameinfo(): Resolve to numeric port number. */
|
/Zephyr-latest/subsys/shell/ |
D | shell_vt100.h | 71 /* Set numeric keypad mode */ 218 /* Numeric Keypad Keys */
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | fixed-partitions.h | 74 * @brief Get a numeric identifier for a fixed partition
|
/Zephyr-latest/doc/build/dts/ |
D | zephyr-user-node.rst | 20 You can store numeric or array values in ``/zephyr,user`` if you want them to
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_frontend_stmesp.h | 124 * @param ... String with one numeric argument.
|
1234