Home
last modified time | relevance | path

Searched full:numeric (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-latest/include/zephyr/sys/
Dhash_function.h34 * 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/
Dshell_string_conv.h27 * -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/
DCMakeLists.txt14 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/
Daddr_utils.c19 /* 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/
DCMakeLists.txt22 # simple numeric comparison because these values may be
23 # beyond the numeric range of integers for cmake.
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h49 /** @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/
Dgrove_lcd.h152 * @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/
Dddt.h120 * @brief Type holding difference between two numeric value
121 * @note 5.3.11 - relative difference between two numeric values.
/Zephyr-latest/doc/hardware/peripherals/
Dauxdisplay.rst10 displaying textual, numeric or alphanumeric data, as opposed to the
/Zephyr-latest/include/zephyr/
Dkernel_version.h25 * numeric version, x.y.z. These fields denote:
/Zephyr-latest/doc/services/storage/flash_map/
Dflash_map.rst41 :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/
Ddma.h389 * @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/
Dlog_parser.py25 """Convert numeric log level to string"""
/Zephyr-latest/include/zephyr/linker/
Diterable_sections.h62 * 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/
Dzephyr,gpio-emul-sdl.yaml16 The following example maps the first 3 numeric keys to GPIO pins:
/Zephyr-latest/scripts/build/
Dgen_strsignal_table.py30 # Select items of the form below (note: SIGNO is numeric)
Dgen_strerror_table.py35 # Select items of the form below (note: ERRNO is numeric)
/Zephyr-latest/subsys/logging/frontends/
DKconfig76 When enabled, then logging messages with 0 and 1 numeric argument are
/Zephyr-latest/doc/develop/languages/c/
Dminimal_libc.rst61 Below is a list of the error number definitions. For the actual numeric values
/Zephyr-latest/include/zephyr/net/
Dlwm2m_path.h23 * @brief Generate LwM2M string paths using numeric components.
Dsocket.h87 * 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/
Dshell_vt100.h71 /* Set numeric keypad mode */
218 /* Numeric Keypad Keys */
/Zephyr-latest/include/zephyr/devicetree/
Dfixed-partitions.h74 * @brief Get a numeric identifier for a fixed partition
/Zephyr-latest/doc/build/dts/
Dzephyr-user-node.rst20 You can store numeric or array values in ``/zephyr,user`` if you want them to
/Zephyr-latest/include/zephyr/logging/
Dlog_frontend_stmesp.h124 * @param ... String with one numeric argument.

1234