Searched full:during (Results 1 – 25 of 856) sorted by relevance
12345678910>>...35
/Zephyr-Core-3.5.0/drivers/flash/ |
D | Kconfig.npcx_fiu | 28 bool "QSPI NOR flash feature during driver initialization" 33 4-byte address support and so on during driver initialization. Disable 34 it if QSPI NOR devices are not ready during driver initialization.
|
/Zephyr-Core-3.5.0/tests/ztest/fail/ |
D | README.rst | 12 - ``ztest_test_fail()`` during either the ``after`` or ``teardown`` phase of the test suite 13 - ``ztest_test_skip()`` during either the ``after`` or ``teardown`` phase of the test suite 14 - ``ztest_test_pass()`` during either the ``after`` or ``teardown`` phase of the test suite
|
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/ |
D | nsi_tasks.h | 28 * during the Native Simulator execution. 37 * * HW_INIT: Will be called during HW models initialization 44 * * ON_EXIT_PRE: Will be called during termination of the runner 47 * * ON_EXIT_POST: Will be called during termination of the runner
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.bluetooth | 53 Minimum connection interval in 1.25ms units used during the exchange of SMP packets. 60 Maximum connection interval in 1.25ms units used during the exchange of SMP packets. 67 Peripheral latency in Connection Intervals used during the exchange of SMP packets. 74 Supervision timeout in 10ms used during the exchange of SMP packets.
|
/Zephyr-Core-3.5.0/tests/kernel/common/src/ |
D | boot_delay.c | 10 * @brief Test delay during boot 17 * @brief This module verifies the delay specified during boot. 24 * EFI PC!) can easily roll this over during startup, in ZTEST()
|
/Zephyr-Core-3.5.0/drivers/sensor/vl53l1x/ |
D | vl53l1_platform_user_config.h | 34 /*!< Lower Limit for the MM1 effective SPAD count during offset 39 /*!< Max Limit for the pre range peak rate during offset 45 /*!< Max sigma estimate limit during offset calibration
|
/Zephyr-Core-3.5.0/include/zephyr/linker/ |
D | kobject-rom.ld | 9 /* During LINKER_KOBJECT_PREBUILT and LINKER_ZEPHYR_PREBUILT, 11 * produced by gperf during the final stages of linking. 15 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
|
D | kobject-priv-stacks.ld | 13 /* During LINKER_KOBJECT_PREBUILT and LINKER_ZEPHYR_PREBUILT, 15 * produced by gperf during the final stages of linking. 19 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
|
D | kobject-data.ld | 23 /* During LINKER_KOBJECT_PREBUILT and LINKER_ZEPHYR_PREBUILT, 25 * produced by gperf during the final stages of linking. 29 * during the final stages of linking (LINKER_ZEPHYR_FINAL).
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.h | 15 * used to drive antenna switching during CTE Tx/RX. 19 * switching during CTE Rx/Tx. 59 /* Set buffer to store IQ samples collected during CTE sampling */ 61 /* Get number of stored IQ samples during CTE receive */
|
/Zephyr-Core-3.5.0/drivers/watchdog/ |
D | Kconfig.cmsdk_apb | 16 bool "Start Watchdog during boot" 20 during device initialization. Note that once WDOG is started
|
/Zephyr-Core-3.5.0/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq_fail.c | 48 * @brief Test returned error code during writing in msgq 59 * @brief Test returned error code during writing in msgq 74 * @brief Test returned error code during reading from msgq 85 * @brief Test returned error code during reading from msgq
|
/Zephyr-Core-3.5.0/soc/arm/arm/beetle/ |
D | power.c | 77 * @brief Configures the clock that remain active during sleep state. 79 * Configures the clock that remain active during sleep state. 88 * @brief Configures the clock that remain active during deepsleep state. 90 * Configures the clock that remain active during deepsleep state.
|
/Zephyr-Core-3.5.0/drivers/sdhc/ |
D | Kconfig.sam_hsmci | 21 bool "Power save during card inactive" 24 Power-save mode reduces the clock-speed during SD card
|
/Zephyr-Core-3.5.0/dts/bindings/mtd/ |
D | zephyr,emu-eeprom.yaml | 28 ram buffer to allow data to be copied during the partition erase. If 29 power is lost during the partition erase the data will be lost.
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | Kconfig.hl7800 | 33 bool "Set APN name during driver init" 55 Leave the HL7800 RAT unchanged during modem init. 60 Enable LTE Cat-M1 mode during modem init. 65 Enable LTE Cat-NB1 mode during modem init. 303 int "Number of attempts to get IP address info during init" 320 bool "Enter airplane mode during init"
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ |
D | Kconfig.df | 60 during CTE reception with 1us sampling slots. 76 bool "Antenna switching during CTE transmission (AoD) feature" 80 Enable support for antenna switching during CTE transmission. 84 bool "Antenna switching during CTE reception (AoA) feature" 88 Enable support for antenna switching during CTE reception. 175 switching during Radio initialization. 318 Direction Finging connectionless IQ reports provide a set of IQ samples collected during 329 Direction Finging connection IQ reports provide a set of IQ samples collected during
|
/Zephyr-Core-3.5.0/drivers/crypto/ |
D | crypto_tc_shim.c | 38 LOG_ERR("TC internal error during CBC encryption"); in do_cbc_encrypt() 66 LOG_ERR("Func TC internal error during CBC decryption"); in do_cbc_decrypt() 91 LOG_ERR("TC internal error during CTR OP"); in do_ctr_op() 112 LOG_ERR("TC internal error during CCM encryption config"); in do_ccm_encrypt_mac() 119 LOG_ERR("TC internal error during CCM Encryption OP"); in do_ccm_encrypt_mac() 152 LOG_ERR("TC internal error during CCM decryption config"); in do_ccm_decrypt_auth() 158 * be moved to a ctx.flag check during session_setup, later. in do_ccm_decrypt_auth() 170 LOG_ERR("TC internal error during CCM decryption OP"); in do_ccm_decrypt_auth()
|
/Zephyr-Core-3.5.0/drivers/can/ |
D | Kconfig.mcp251xfd | 49 int "Number of retries during SFR register read" 52 Number of retries during SFR register read if CRC fails.
|
/Zephyr-Core-3.5.0/doc/kernel/usermode/ |
D | mpu_userspace.rst | 16 During the process of dropping a thread to user mode, the privileged stack 21 During system calls, the user mode thread's access to the system call and the
|
/Zephyr-Core-3.5.0/doc/kernel/services/other/ |
D | float.rst | 71 by any thread, then saves and restores these registers during 102 During thread context switching the ARM kernel saves the *callee-saved* 134 not to save or restore its FP context during thread context switching. 146 user on a case-by-case basis. A "lazy save" algorithm is used during context 177 not to save or restore its FP context during thread context switching. 179 During thread context switching the ARC kernel saves the *callee-saved* 195 A "lazy save" algorithm is used during context switching which updates 199 during its scheduling slot), and then back to the original FPU user. 212 make the FPU state "dirty" during their most recent scheduling slot before 238 During thread context switch at exit from interrupt handler, the SPARC [all …]
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | Kconfig.it8xxx2 | 21 stretching during I2C transaction. 46 clock stretching during I2C transaction.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | net_config.rst | 14 semi-automatic way during the system boot, based on user-supplied 38 ``net_config_init()`` will return error during the device startup." 61 is automatically enabled and run during the device boot. In this case,
|
/Zephyr-Core-3.5.0/drivers/dai/intel/ssp/ |
D | dai-params-intel-ipc3.h | 16 #define DAI_INTEL_IPC3_SSP_FMT_DSP_B 5 /**< L data MSB during FRM LRC */ 44 #define DAI_INTEL_IPC3_SSP_CONFIG_FLAGS_HW_PARAMS BIT(0) /**< config during hw_params stage */ 45 #define DAI_INTEL_IPC3_SSP_CONFIG_FLAGS_HW_FREE BIT(1) /**< config during hw_free stage */ 47 /**< DAI_CONFIG sent during pause trigger. Only available ABI 3.20 onwards */
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/modem/ |
D | gsm_ppp.h | 46 * execute during gsm ppp configuring. 48 * execute during gsm ppp stopping.
|
12345678910>>...35