Home
last modified time | relevance | path

Searched full:complete (Results 1 – 25 of 959) sorted by relevance

12345678910>>...39

/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish337 complete -c west -f
340 complete -c west -n "__zephyr_west_exclude -h --help" -o h -l help -d "show help"
341 complete -c west -o v -l verbose -d "enable verbosity"
342 complete -c west -n "__zephyr_west_exclude -V --version" -o V -l version -d "print version"
343 complete -c west -n "__zephyr_west_exclude -z --zephyr-base; or __zephyr_west_is_last_token -z --ze…
346 complete -c west -n __zephyr_west_use_subcommand -ra init -d "create a west workspace"
347 complete -c west -n "__zephyr_west_seen_subcommand_from init" -ra "(__zephyr_west_complete_director…
348 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"…
349 complete -c west -n "__zephyr_west_seen_subcommand_from init" -l mf -l manifest-file -r -d "manifes…
350 complete -c west -n "__zephyr_west_seen_subcommand_from init; and __zephyr_west_exclude -l --local"…
[all …]
/Zephyr-latest/tests/lib/cbprintf_fp/
Dtestcase.yaml18 - "Complete"
27 - "Complete"
38 - "Complete"
47 - "Complete"
58 - "Complete"
67 - "Complete"
76 - "Complete"
88 - "Complete"
100 - "Complete"
/Zephyr-latest/samples/userspace/prod_consumer/
DREADME.rst71 I:processing payload #1 complete
75 I:processing payload #2 complete
79 I:processing payload #3 complete
83 I:processing payload #4 complete
87 I:processing payload #5 complete
91 I:processing payload #6 complete
93 I:processing payload #7 complete
95 I:processing payload #8 complete
97 I:processing payload #9 complete
99 I:processing payload #10 complete
/Zephyr-latest/samples/drivers/espi/
Dsample.yaml19 - "eSPI test - I/O initialization...complete"
21 - "eSPI test - callbacks initialization... complete"
22 - "eSPI test - Power initialization...complete"
27 - "espi: complete"
29 - "espi: complete"
DREADME.rst37 eSPI test - I/O initialization...complete
39 eSPI test - callbacks initialization... complete
40 eSPI test - callbacks registration... complete
41 eSPI test - Power initialization...complete
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_rndis.h18 #define COMPLETE BIT(31) macro
22 #define RNDIS_CMD_INITIALIZE_COMPLETE (RNDIS_CMD_INITIALIZE | COMPLETE)
25 #define RNDIS_CMD_QUERY_COMPLETE (RNDIS_CMD_QUERY | COMPLETE)
27 #define RNDIS_CMD_SET_COMPLETE (RNDIS_CMD_SET | COMPLETE)
29 #define RNDIS_CMD_RESET_COMPLETE (RNDIS_CMD_RESET | COMPLETE)
32 #define RNDIS_CMD_KEEPALIVE_COMPLETE (RNDIS_CMD_KEEPALIVE | COMPLETE)
/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/
Dsmp_reassembly.h43 * @return number of expected bytes left to complete the packet, 0 means buffer is complete
48 * -EOVERFLOW if attempting to add a fragment that would make complete packet larger
57 * Return number of expected bytes to complete the packet
64 * @return number of bytes needed to complete the packet;
75 * The function can be forced to pass a data for processing even if the packet is not complete,
86 * expected number of bytes if forced to complete buffer with not enough data;
/Zephyr-latest/tests/arch/x86/info/
Dtestcase.yaml8 - "info: complete"
18 - "info: complete"
/Zephyr-latest/samples/bluetooth/observer/
Dprj_extended.conf9 # Advertising Report for receiving the complete 1650 bytes of data
15 # Increase Zephyr Bluetooth LE Controller Rx buffer to receive complete chain
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_reassembly/src/
Dmain.c63 /* Force complete it, expected returned number of bytes missing */ in ZTEST()
69 * for processing by complete in ZTEST()
132 /* Try to complete incomplete, no force */ in ZTEST()
147 /* Complete successfully complete buffer */ in ZTEST()
150 "Expected 0 from complete, got %d\n", ret); in ZTEST()
167 /** Complete on non-started packet **/ in ZTEST()
170 "Expected -EINVAL from complete, got %d", ret); in ZTEST()
173 "Expected -EINVAL from complete, got %d", ret); in ZTEST()
/Zephyr-latest/drivers/spi/
DKconfig.xmc4xxx30 int "Timeout in milliseconds for an SPI transaction to complete if using DMA"
33 Sets timeout in milliseconds for an SPI transaction to complete when using DMA.
/Zephyr-latest/drivers/i2c/
Di2c_cc13xx_cc26xx.c30 struct k_sem complete; member
68 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_transmit()
78 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_transmit()
89 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_transmit()
100 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_transmit()
136 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_receive()
150 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_receive()
161 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_receive()
172 k_sem_take(&data->complete, K_FOREVER); in i2c_cc13xx_cc26xx_receive()
283 k_sem_give(&data->complete); in i2c_cc13xx_cc26xx_isr()
[all …]
/Zephyr-latest/lib/libc/
DKconfig7 prompt "Require complete C library"
10 Select a C library implementation that provides a complete C library
18 Select a printf implementation that provides a complete
25 complete implementation and which would be selected when
/Zephyr-latest/samples/bluetooth/iso_central/
Doverlay-bt_ll_sw_split.conf5 # Advertising Report for receiving the complete 1650 bytes of data
11 # Increase Zephyr Bluetooth LE Controller Rx buffer to receive complete chain
/Zephyr-latest/tests/boards/intel_adsp/smoke/src/
Dhostipc.c40 /* Just send a message and wait for it to complete */ in ZTEST()
48 /* Request the host to return a message which we will complete in ZTEST()
74 /* Same, but we'll complete it asynchronously (1.8+ only) */ in ZTEST()
88 * up. (On 1.5 a delay isn't possible and this will complete in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/priv_beacon/
Dpriv_proxy_node_id.sh12 # advertisment to complete.
16 # advertisement to complete.
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c132 /* Set advertising data to have complete local name set */ in main()
169 printk("Waiting for BIG complete chan %u...\n", chan); in main()
175 printk("BIG create complete chan %u.\n", chan); in main()
231 printk("Waiting for BIG terminate complete" in main()
238 printk("BIG terminate complete chan %u.\n", in main()
252 printk("Waiting for BIG complete chan %u...\n", in main()
259 printk("BIG create complete chan %u.\n", chan); in main()
/Zephyr-latest/soc/nordic/nrf92/
DKconfig.soc16 # Keep a nRF9230 Kconfig for the SoC under the hood, complete with
37 # The SiP selects the actual SoC complete with engineer revision and appropriate CPU
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_imx_netc63 store one complete Ethernet frame, and be a multiple of 8.
85 store one complete Ethernet frame, and be a multiple of 8.
/Zephyr-latest/samples/bluetooth/central_hr/
Doverlay-extended.conf3 # Increase Scan Data Length, as Complete Local Name is placed in the
Doverlay-phy_coded.conf9 # Increase Scan Data Length, as Complete Local Name is placed in the
/Zephyr-latest/samples/bluetooth/peripheral_hr/
Doverlay-extended.conf3 # Increase Advertising Data Length, as Complete Local Name too needs to be
Doverlay-phy_coded.conf9 # Increase Advertising Data Length, as Complete Local Name too needs to be
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig60 If scan doesn't complete within this time, test will fail.
74 If disconnect doesn't complete within this time, test will fail.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_replay_cache.c148 /* Let complete advertising of the previous transaction to prevent collisions. */ in test_tx_immediate_replay_attack()
166 /* Let complete advertising of the previous transaction to prevent collisions. */ in test_tx_immediate_replay_attack()
211 /* Let complete advertising of the previous transaction to prevent collisions. */ in test_tx_power_replay_attack()
227 /* Let complete advertising of the previous transaction to prevent collisions. */ in test_tx_power_replay_attack()
355 /* Complete IVI Update. */ in test_rx_rpl_frag()
373 /* Complete IVI Update. */ in test_rx_rpl_frag()
427 /* Complete IVI Update. */ in test_tx_rpl_frag()
440 /* Complete IVI Update. */ in test_tx_rpl_frag()

12345678910>>...39