Home
last modified time | relevance | path

Searched full:short (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dthread.h107 unsigned short fcw; /* 2 : x87 FPU control word */
108 unsigned short pad1; /* 2 : N/A */
109 unsigned short fsw; /* 2 : x87 FPU status word */
110 unsigned short pad2; /* 2 : N/A */
111 unsigned short ftw; /* 2 : x87 FPU tag word */
112 unsigned short pad3; /* 2 : N/A */
114 unsigned short cs; /* 2 : x87 FPU instruction pointer selector */
115 unsigned short fop : 11; /* 2 : x87 FPU opcode */
116 unsigned short pad4 : 5; /* : 5 bits = 00000 */
118 unsigned short ds; /* 2 : x87 FPU instr operand ptr selector */
[all …]
/Zephyr-latest/tests/net/lib/coap_client/src/
Dstubs.c20 short events;
21 short revents;
24 static short my_events[NUM_FD];
26 void set_socket_events(int fd, short events) in set_socket_events()
32 void clear_socket_events(int fd, short events) in clear_socket_events()
/Zephyr-latest/dts/bindings/gpio/
Dadi,max14916-gpio.yaml76 ShVddEN - Short to VDD enable
77 Enable or disable short to VDD functionality per channel.
109 wire and short-to-V DD diagnostics always use filtering and cannot be disabled
150 Set threshold voltage for short-to-V DD detection
151 0: Set threshold voltage for short-to-VDD detection to 9V (typ)
152 1: Set threshold voltage for short-to-VDD detection to 10V (typ)
153 2: Set threshold voltage for short-to-VDD detection to 12V (typ)
154 3: Set threshold voltage for short-to-VDD detection to 14V (typ)
165 Set the pullup current for open-wire and short-to-VDD detection
166 0: Set open-wire and short-to-VDD detection current to 60μA (typ)
[all …]
Dadi,max14906-gpio.yaml87 ShVddEN - Short to VDD enable
88 Enable or disable short to VDD functionality per channel.
120 wire and short-to-V DD diagnostics always use filtering and cannot be disabled
161 Set threshold voltage for short-to-V DD detection
162 0: Set threshold voltage for short-to-VDD detection to 9V (typ)
163 1: Set threshold voltage for short-to-VDD detection to 10V (typ)
164 2: Set threshold voltage for short-to-VDD detection to 12V (typ)
165 3: Set threshold voltage for short-to-VDD detection to 14V (typ)
176 Set the pullup current for open-wire and short-to-VDD detection
177 0: Set open-wire and short-to-VDD detection current to 60μA (typ)
[all …]
/Zephyr-latest/dts/bindings/dsa/
Dmicrochip,ksz8794.yaml15 short connections. Use bitmask to select the workaround or more
16 0x01: Short Cable Problems with the KSZ8795 Family
17 0x02: 1) CAT-5E/6 Short Cable with a Link Issue for the KSZ8795 Family
18 0x04: 2) CAT-5E/6 Short Cable with a Link Issue for the KSZ8795 Family
/Zephyr-latest/tests/unit/intmath/
Dmain.c35 ROLLOVER_CHECK(unsigned short, 0xffff, 0);
45 NEG_CHECK(short, 1);
46 NEG_CHECK(short, 0);
47 NEG_CHECK(short, -1);
48 NEG_CHECK(short, 0x8000);
49 NEG_CHECK(short, 0x7fff);
50 ROLLOVER_CHECK(short, 32767, -32768);
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DReadme.txt10 - Short BCLK J9-pin1 (SAI1_RX_BCLK) to J66-pin1 (SAI4_TX_BCLK)
11 - Short SYNC J9-pin5 (SAI1_RX_SYNC) to J64-pin1 (SAI4_TX_SYNC)
12 - Short Data J61-pin1 (SAI1_RX_DATA) to J63-pin1 (SAI4_TX_DATA)
/Zephyr-latest/samples/drivers/led/pwm/
DKconfig5 int "Blinking delay for short cycle demo"
8 Specifies the LED on/off delay in milliseconds for short cycle
10 If set to 0, the short-cycle blinking demo will not be performed.
/Zephyr-latest/dts/bindings/input/
Dzephyr,input-longpress.yaml8 corresponding to short and long press.
21 short-codes = <INPUT_KEY_A>, <INPUT_KEY_B>;
28 # short press
57 short-codes:
60 Optional array of key codes to be generated for short press (INPUT_KEY_* or
/Zephyr-latest/subsys/bindesc/
Dbindesc.ld13 SHORT(BINDESC_TAG_DESCRIPTORS_END);
14 SHORT(0);
/Zephyr-latest/drivers/wifi/nrf_wifi/inc/
Dwifi_mgmt_scan.h31 unsigned short frequency,
32 signed short signal);
/Zephyr-latest/include/zephyr/toolchain/
Dxcc_missing_defs.h94 #define __INT16_TYPE__ short int
123 #define __INT_LEAST16_TYPE__ short int
138 #define __UINT16_TYPE__ short unsigned int
162 #define __UINT_LEAST16_TYPE__ short unsigned int
/Zephyr-latest/samples/userspace/shared_mem/src/
Denc.h21 char index_to_char(short i);
22 short char_to_index(char c);
Denc.c48 short tmpIndex; in enig_enc()
124 short char_to_index(char c) in char_to_index()
129 return (short)(c - 'a'); in char_to_index()
135 char index_to_char(short i) in index_to_char()
140 return (char)((short)'a' + i); in index_to_char()
/Zephyr-latest/include/zephyr/net/
Dsocket_poll.h33 short events; /**< Requested events */
34 short revents; /**< Returned events */
/Zephyr-latest/tests/subsys/input/longpress/boards/
Dnative_sim.overlay18 short-codes = <INPUT_KEY_A>, <INPUT_KEY_B>;
23 longpress_no_short: longpress-no-short {
/Zephyr-latest/samples/subsys/canbus/isotp/
DREADME.rst12 a block-size (BS) of eight frames, and a short one that has a minimal
15 The send function call for the short message is non-blocking, and the send
48 This is the sample test for the short payload
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_engine/src/
Dstubs.c59 short events;
60 short revents;
63 static short my_events;
65 void set_socket_events(short events) in set_socket_events()
/Zephyr-latest/doc/templates/
Dsample.tmpl2 :name: A descriptive short name for the sample
5 Short text description of the sample. It is recommended to word this as if you were completing
/Zephyr-latest/modules/cmsis-nn/
DKconfig77 bool "Long Short-Term Memory"
79 This option enables the NN libraries for Long Short-Term Memory.
/Zephyr-latest/include/zephyr/posix/
Dposix_types.h49 typedef unsigned short nlink_t;
55 typedef unsigned short uid_t;
61 typedef unsigned short gid_t;
/Zephyr-latest/tests/posix/eventfd/src/
D_main.c17 int is_blocked(int fd, short *event) in is_blocked()
36 short event; in eventfd_poll_unset_common()
68 short event; in eventfd_poll_set_common()
/Zephyr-latest/tests/kernel/events/sys_event/src/
Dmain.c194 * Short timeout, k_event_wait(), no expected matches in test_receive_existing_events()
214 * Short timeout, k_event_wait_all(), incomplete match in test_receive_existing_events()
224 * Short timeout, k_event_wait_all(), incomplete match in test_receive_existing_events()
234 * Short timeout, k_event_wait_all(), incomplete match in test_receive_existing_events()
254 * Short timeout, k_event_wait_all(), incomplete match in test_reset_on_receive()
267 * Short timeout, k_event_wait(), no matches in test_reset_on_receive()
280 * Short timeout, k_event_wait_all(), complete match in test_reset_on_receive()
293 * Short timeout, k_event_wait(), partial match in test_reset_on_receive()
/Zephyr-latest/include/zephyr/drivers/mfd/
Dtle9104.h21 /* short to battery */
30 /* short to ground */
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dmain.c26 .test_descr = "Central connects to a peripheral using a short RPA timeout",
33 .test_descr = "Central connects to a peripheral using a short RPA timeout"

12345678910>>...19