Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 201) sorted by relevance

123456789

/Zephyr-latest/tests/subsys/input/longpress/boards/
Dnative_sim.overlay19 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>;
20 long-delay-ms = <100>;
27 long-codes = <INPUT_KEY_X>, <INPUT_KEY_Y>;
28 long-delay-ms = <100>;
/Zephyr-latest/scripts/coccinelle/
Dunsigned_lesser_than_zero.cocci15 {unsigned char, unsigned short, unsigned int, unsigned long, unsigned long long,
/Zephyr-latest/samples/drivers/led/pwm/
DKconfig13 int "Blinking delay for long cycle demo"
16 Specifies the LED on/off delay in milliseconds for long cycle
18 If set to 0, the long-cycle blinking demo will not be performed.
/Zephyr-latest/lib/libc/picolibc/
DKconfig46 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
157 bool "Include long long support in minimal printf"
161 Include long long support in the minimal picolibc printf code
/Zephyr-latest/lib/libc/minimal/
DKconfig17 bool "Build with minimal libc long long printf" if !64BIT
20 Build with long long printf enabled. This will increase the size of
/Zephyr-latest/samples/drivers/lora/
Dindex.rst5 These samples demonstrate how to use :ref:`LoRa <lora_api>` for long-range wireless
/Zephyr-latest/lib/posix/options/
DKconfig.c_lib_ext19 bool "Getopt long library support"
21 This option adds support of the getopt long.
/Zephyr-latest/doc/hardware/peripherals/eeprom/
Dindex.rst9 EEPROMs have an erase block size of 1 byte, a long lifetime, and allow
/Zephyr-latest/
D.ruff-excludes.toml23 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
47 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
83 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
107 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
113 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
145 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
152 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
164 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
174 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
194 "E501", # https://docs.astral.sh/ruff/rules/line-too-long
[all …]
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst11 Messages are exchanged between two boards. A long message, that is sent with
16 function call for the long message is blocking.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dod_cli.rst12 defines how long a node will advertise Mesh Proxy Service with Private Network Identity type after
27 :kconfig:option:`CONFIG_BT_MESH_OD_PRIV_PROXY_CLI_TIMEOUT` controls how long the Client waits for a
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_linkaddr.rst15 addresses are 6 bytes long like in Ethernet but for IEEE 802.15.4 the link
/Zephyr-latest/subsys/shell/
DKconfig.template.shell_log_queue_timeout10 Logger thread is blocked for that period, thus long timeout impacts
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst22 Some stream write operations, such as DFU operations, may run for a long time.
23 When performing such long running operations it can be useful to be able to save
/Zephyr-latest/drivers/i2c/
DKconfig.mcux22 i.e. it should wait as long as necessary.
DKconfig.sam028 i.e. it should wait as long as necessary.
/Zephyr-latest/drivers/input/
DKconfig.evdev26 How long to sleep between checking for new events in the Linux input
/Zephyr-latest/doc/security/standards/
Dindex.rst6 For a long period organizations were, more or less, left responsible to deal
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst47 the ``char``, ``long long`` type format specifiers (i.e. ``%hhX`` and
74 ``%hhX`` for ``char``, ``%llX`` for ``long long``, ``%jX`` for ``intmax_t``,
/Zephyr-latest/drivers/w1/
DKconfig.zephyr_serial25 The bit read timeout specifies how long the driver tries to read the
/Zephyr-latest/doc/connectivity/networking/
Dnet_pkt_processing_stats.rst13 Network stack contains infrastructure to figure out how long the network packet
33 The TX time tells how long it took for network packet from its creation to
80 * The last value tells how long it took from there to the application. Here
Dnetwork_tracing.rst16 It will also collect packet sending or receiving timings i.e., how long
/Zephyr-latest/subsys/net/lib/tls_credentials/
DKconfig.shell24 This setting specifies how long (in characters) contiguous lines of base64 credential
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
DKconfig.defconfig23 # Use double buffering to avoid visual artifacts as long as
/Zephyr-latest/subsys/dfu/
DKconfig76 on some hardware that has long erase times, to prevent long wait

123456789