/Zephyr-latest/drivers/gnss/ |
D | gnss_parse.c | 135 int gnss_parse_atoi(const char *str, uint8_t base, int32_t *integer) in gnss_parse_atoi() argument 140 __ASSERT(integer != NULL, "integer argument must be provided"); in gnss_parse_atoi() 142 *integer = (int32_t)strtol(str, &end, (int)base); in gnss_parse_atoi()
|
D | gnss_parse.h | 63 int gnss_parse_atoi(const char *str, uint8_t base, int32_t *integer);
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 40 bool "full support for integer/floating point values in printf/scanf" 42 Include full floating point and integer support in printf/scanf 46 bool "full support for integer values, including long long, in printf/scanf" 49 Includes full integer with long long, but no floating 53 bool "full support for integer values, other than long long, in printf/scanf" 56 Include full integer other than long long, but no floating point 60 bool "limited support for integer values in printf/scanf" 63 Include limited integer and no floating point support in 136 Includes support for positional args (e.g. $1) in integer-only
|
/Zephyr-latest/scripts/coccinelle/ |
D | int_ms_to_timeout.cocci | 4 // Convert legacy integer timeouts to timeout API 7 // integer milliseconds, when they were intended to be timeout values 8 // produced by specific constants and macros. Convert integer 11 // A few expressions that are clearly integer values are also 172 // ** Handle call sites where an integer parameter is used in a 224 msg = "WARNING: replace integer parameter {} with timeout in {}".format(param, fn)
|
/Zephyr-latest/tests/unit/pot/ |
D | CMakeLists.txt | 16 target_compile_options(testbinary PRIVATE -Wno-shift-count-overflow -Wno-integer-overflow)
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.proc1 | 33 The sysconf() function is implemented as a large integer-integer array. The advantage if this
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 42 bool "Disable 64-bit integer fields" 44 Disable support of 64-bit integer fields, for old compilers or
|
/Zephyr-latest/soc/neorv32/ |
D | Kconfig.soc | 17 - E (Embedded, only 16 integer registers)
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 28 prompt "Control range of convertible integer values" 33 bool "Convert the full range of integer values" 46 bool "Convert only integer values that fit in 32 bits" 48 Build cbprintf with buffers sized to support converting integer 166 (integer).
|
/Zephyr-latest/subsys/tracing/ctf/tsdl/ |
D | metadata | 2 typealias integer { size = 8; align = 8; signed = true; } := int8_t; 3 typealias integer { size = 8; align = 8; signed = false; } := uint8_t; 4 typealias integer { size = 16; align = 8; signed = false; } := uint16_t; 5 typealias integer { size = 32; align = 8; signed = false; } := uint32_t; 6 typealias integer { size = 32; align = 8; signed = true; } := int32_t; 7 typealias integer { size = 64; align = 8; signed = false; } := uint64_t; 8 typealias integer { size = 8; align = 8; signed = false; encoding = ASCII; } := ctf_bounded_string_…
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | shared_multi_heap.rst | 11 pool providing an opaque "attribute" value (an integer or enum value) that can 23 integer value that is used to define the region capabilities (for example:
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | stacks.rst | 8 to add and remove a limited number of integer data values. 22 * A **queue** of integer data values that have been added but not yet removed. 129 Use a stack to store and retrieve integer data values in a "last in,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 78 "``<SECTAG>``", "The sectag to use for the new credential. Can be any non-negative integer." 107 "``<SECTAG>``", "The sectag of the credential to delete. Can be any non-negative integer." 133 "``<SECTAG>``", "The sectag of the credential to get. Can be any non-negative integer." 179 …this sectag. Pass ``any`` or omit to allow any sectag. Otherwise, can be any non-negative integer." 198 "``<SECTAG>``", "The sectag of the listed credential. A non-negative integer."
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.df | 314 bool "Use 16 bits signed integer IQ samples in connectionless IQ reports" 319 integer, see Vol 4, Part E section 7.7.65.21. This option enables a vendor specific 321 integer format. 324 bool "Use 16 bits signed integer IQ samples in connection IQ reports" 329 integer, see Vol 4, Part E section 7.7.65.22. This option enables a vendor specific 331 integer format.
|
/Zephyr-latest/tests/kconfig/configdefault/ |
D | Kconfig | 200 # configdefault does not define integer 202 int "Undefined integer"
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 25 The ``*_int`` version of each function returns the value as a decimal integer, 82 on integer variables, such as addition, subtraction and more.
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 30 Standard integer multiplication and division instruction extension, 32 values held in two integer registers.
|
/Zephyr-latest/doc/services/file_system/ |
D | index.rst | 16 implementation must have a globally unique integer identifier; use
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 235 32-bit integer, combining to form a 96-bit integer. This is 286 property fully where each element is treated as 32-bit integer, 287 combining to form a 96-bit integer.
|
/Zephyr-latest/doc/develop/languages/c/ |
D | minimal_libc.rst | 49 of the integer literals defined in this section, and are defined in the
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 74 'double', 'long long', 'integer', and 'minimal. 'double' offers a 76 hexadecimal formats, full integer support including long long, C99 77 integer size specifiers (j, z, t) and POSIX positional arguments. 'long 78 long' mode removes float support, 'integer' removes long long support 334 - Replace the integer ``CONFIG_ZBUS_RUNTIME_OBSERVERS_POOL_SIZE`` with the boolean
|
/Zephyr-latest/doc/services/binary_descriptors/ |
D | index.rst | 45 Each tag is a 16 bit unsigned integer, where the most significant nibble (4 bits) is the type 71 the example above, a descriptor can be generated from any string or integer, with any
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 693 | | to degrees Celsius (signed integer) | 885 | | 1 octet integer format to be set to | 917 | | signed integer. The controller shall | 1009 | | as a 1 octet signed integer at which | 1316 | N | Size: 1 Octet (signed integer) | 1488 | | (signed integer). | 1501 | | (signed integer). | 1675 | | (signed integer). | 1688 | | (signed integer). |
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.build_time | 58 The UNIX time at which the image was compiled. This is an integer
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 82 …tructures, Unions, Enumerations, and Bit-Fields\" of "GCC_MANUAL". Other integer types, such as lo…
|