Searched full:perform (Results 1 – 25 of 615) sorted by relevance
12345678910>>...25
/Zephyr-latest/include/zephyr/platform/ |
D | hooks.h | 26 * This hook is implemented by the SoC and can be used to perform any 34 * This hook is implemented by the SoC and can be used to perform any 42 * This hook is implemented by the SoC and can be used to perform any 50 * This hook is implemented by the SoC and can be used to perform any 58 * This hook is implemented by the SoC and can be used to perform any 67 * is implemented by the board and can be used to perform any board-specific 76 * called. This hook is implemented by the board and can be used to perform
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/ |
D | sample.yaml | 22 - "host: Perform sends for" 41 - "host: Perform sends for" 65 - "I: Perform sends for" 87 - "host: Perform sends for" 111 - "host: Perform sends for" 139 - "I: Perform sends for" 165 - "host: Perform sends for"
|
D | README.rst | 39 [00:00:00.417,877] <inf> host: Perform sends for 1000 [ms] 46 [00:00:01.924,896] <inf> host: Perform sends for 1000 [ms] 56 [00:00:00.006,439] <inf> remote: Perform sends for 1000 [ms] 63 [00:00:00.006,378] <inf> remote: Perform sends for 1000 [ms]
|
/Zephyr-latest/include/zephyr/sys/ |
D | poweroff.h | 28 * perform an immediate power off of the system. 35 * @brief Perform a system power off. 37 * This function will perform an immediate power off of the system. It is the
|
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/ |
D | att_read.h | 11 /** Perform a single ATT_READ_BY_TYPE_REQ. */ 18 /** If offset == 0, perform a single ATT_READ_REQ. 19 * If offset > 0, perform a signle ATT_READ_BLOB_REQ.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | nuvoton,adc-cmp.yaml | 4 This will perform signal comparison with threshold established. 15 ADC channel that will perform measurement.
|
D | ti,fdc2x1x.yaml | 55 The FDC will perform a single conversion on each channel 80 0 = Perform continuous conversions on Channel 0 81 1 = Perform continuous conversions on Channel 1 82 2 = Perform continuous conversions on Channel 2 (FDC2114, FDC2214 only) 83 3 = Perform continuous conversions on Channel 3 (FDC2114, FDC2214 only)
|
D | lm35.yaml | 13 ADC channel that will perform measurement
|
/Zephyr-latest/subsys/storage/flash_map/ |
D | Kconfig | 56 Use the PSA API to perform the integrity check. 63 Use the Mbed TLS library to perform the integrity check.
|
/Zephyr-latest/tests/subsys/sd/mmc/ |
D | README.txt | 9 perform destructive I/O on the card, wiping any data present. The test has 28 to be read back without error. Perform this R/W combination at several
|
/Zephyr-latest/tests/subsys/sd/sdmmc/ |
D | README.txt | 9 perform destructive I/O on the card, wiping any data present. The test has 28 to be read back without error. Perform this R/W combination at several
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/src/ |
D | constants.h | 26 /* This constant determines the number of inferences to perform across the range 30 * of time. Since different devices take different amounts of time to perform
|
/Zephyr-latest/soc/st/stm32/stm32h7x/ |
D | soc_m4.c | 26 * @brief Perform basic hardware initialization at boot. 45 * Domain D2 is waiting for Cortex-M7 to perform in soc_early_init_hook()
|
/Zephyr-latest/samples/drivers/i2c/rtio_loopback/ |
D | README.rst | 5 Perform I2C transfers between I2C controller and custom I2C target using RTIO. 10 This sample demonstrates how to perform I2C transfers, synchronously and async
|
/Zephyr-latest/arch/arc/core/dsp/ |
D | Kconfig | 26 across context switches to allow multiple threads to perform concurrent 50 across context switches to allow multiple threads to perform concurrent
|
/Zephyr-latest/include/zephyr/debug/ |
D | coredump.h | 243 /* Perform query on backend */ 246 /* Perform command on backend */ 298 * @brief Perform coredump. 331 * @brief Perform query on coredump subsystem. 343 * @brief Perform command on coredump subsystem. 345 * Perform command on coredump subsystem, for example, output the stored
|
/Zephyr-latest/samples/modules/cmsis_dsp/ |
D | cmsis_dsp.rst | 5 These samples demonstrate how to use the CMSIS-DSP module to perform signal processing operations
|
/Zephyr-latest/samples/posix/philosophers/ |
D | Kconfig | 6 bool "Perform error checking"
|
/Zephyr-latest/soc/atmel/sam/same70/ |
D | soc_config.c | 17 * @brief Perform SoC configuration at boot. 31 /* In Cortex-M based SoCs JTAG interface can be used to perform in atmel_same70_config()
|
/Zephyr-latest/soc/atmel/sam/samv71/ |
D | soc_config.c | 17 * @brief Perform SoC configuration at boot. 31 /* In Cortex-M based SoCs JTAG interface can be used to perform in atmel_samv71_config()
|
/Zephyr-latest/include/zephyr/rtio/ |
D | work.h | 29 * This RTIO Work request to perform a work operation decoupled 48 * @brief Allocate item to perform an RTIO work request.
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | psci_shell.c | 22 shell_error(shctx, "Failed to perform system warm reset"); in cmd_reboot_warm() 37 shell_error(shctx, "Failed to perform system cold reset"); in cmd_reboot_cold()
|
/Zephyr-latest/soc/nordic/nrf54h/ |
D | power.h | 14 * @brief Perform a power off.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/blob_mdls/ |
D | blob_cli_friend.sh | 7 # Establish multiple different friendships concurrently. Perform BLOB transfer with BLOB Client
|
/Zephyr-latest/boards/qemu/cortex_m3/ |
D | Kconfig.defconfig | 15 # BT relies on PSA Crypto API to perform crypto operations and, on this platform,
|
12345678910>>...25