/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 337 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/drivers/i2c/ |
D | i2c_cc13xx_cc26xx.c | 30 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/samples/userspace/prod_consumer/ |
D | README.rst | 71 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/ |
D | README.rst | 37 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/include/zephyr/drivers/ |
D | ipm.h | 107 ipm_complete_t complete; member 259 if (api->complete != NULL) { in z_impl_ipm_complete() 260 api->complete(ipmdev); in z_impl_ipm_complete()
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.xmc4xxx | 30 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.
|
D | spi_xlnx_axi_quadspi.c | 243 bool complete = false; in xlnx_quadspi_start_tx() local 257 complete = true; in xlnx_quadspi_start_tx() 258 return complete; in xlnx_quadspi_start_tx() 326 complete = true; in xlnx_quadspi_start_tx() 334 return complete; in xlnx_quadspi_start_tx() 404 bool complete = xlnx_quadspi_start_tx(dev); in xlnx_quadspi_transceive() local 406 if (complete || async) { in xlnx_quadspi_transceive()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_cavs_host.c | 171 static void complete(const struct device *ipmdev) in complete() function 206 .complete = complete,
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | main.c | 77 void (*complete)(int val); member 176 void (*complete)(int val) = select->complete; in pong_select_complete() local 182 complete(val); in pong_select_complete() 227 .complete = mode_selected,
|
/Zephyr-latest/boards/openisa/rv32m1_vega/ |
D | Kconfig.defconfig | 8 #TODO: Resolve the complete non-BLE support for crypto CAU3 firmware/driver
|
/Zephyr-latest/lib/libc/ |
D | Kconfig | 7 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/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 698 …| VCP | Volume Renderer | 1.0 | 2.6 | - Feature complete | - … 702 …| | Volume Controller | 1.0 | 2.6 | - Feature complete | - … 706 …| MICP | Microphone Device | 1.0 | 2.7 | - Feature complete | - … 710 …| | Microphone Controller | 1.0 | 2.7 | - Feature complete | - … 714 …| CSIP | Set Member | 1.0.1 | 3.0 | - Feature complete | - … 718 …| | Set Coordinator | 1.0.1 | 3.0 | - Feature complete | - … 722 …| CCP | Call Control Server | 1.0 | 3.0 | - Feature complete | - … 726 …| | Call Control Client | 1.0 | 3.0 | - Feature complete | - … 730 …| MCP | Media Control Server | 1.0 | 3.0 | - Feature complete | - … 734 …| | Media Control Client | 1.0 | 3.0 | - Feature complete | - … [all …]
|
/Zephyr-latest/soc/nordic/nrf92/ |
D | Kconfig.soc | 16 # 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/serial/ |
D | Kconfig.renesas_rz | 20 This option is to make a delay to wait for the A55 to complete its setting first
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | ble_mesh.c | 50 .complete = prov_complete,
|
/Zephyr-latest/doc/hardware/arch/ |
D | semihost.rst | 13 More complete documentation on the available functionality is available at the 59 in :c:enum:`semihost_instr`. For complete documentation on the required
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | index.rst | 10 Zephyr includes a complete Bluetooth Low Energy stack from application to radio
|
/Zephyr-latest/doc/develop/toolchains/ |
D | intel_oneapi_toolkit.rst | 19 To setup the complete oneApi environment, use::
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.nxp_imx_netc | 63 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/tests/boards/espressif/wifi/ |
D | Kconfig | 60 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/subsys/shell/modules/kernel_service/ |
D | Kconfig | 27 command's echo to successfully complete to synchronise with the
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | README.rst | 46 …t called ``benchmark_256KB.robot`` which runs all the input combinations as the complete benchmark. 55 The complete benchmark command using Robot framework is:
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig.zephyr_serial | 28 complete, it must at least be greater than 87us (10bits / 115.2 kBd).
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke17z512.dtsi | 34 interrupt-names = "command-complete";
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 58 Connection object available from previous conn. Disconnect is complete! 65 Connection object available from previous conn. Disconnect is complete!
|