/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/ |
D | test_suite_foreach_bond_invalid_inputs.c | 45 * Test if the callback will be called if the ID doesn't exist with a NULL value for the user data. 49 * - ID doesn't exist in the list 62 * Test if the callback will be called if the ID doesn't exist with a valid value for the user 67 * - ID doesn't exist in the list
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1010.dtsi | 67 /* Remove GPIO3-GPIO9, they don't exist on RT1010 */ 100 /* Remove Quad TImers, they don't exist on RT1010 */ 120 /* Remove SEMC, it doesn't exist on RT1010 */ 149 /* Remove LPI2C3 & LPI2C4, they don't exist on RT1010 */ 153 /* Remove LCDIF, it doesn't exist on RT1010 */ 179 /* Remove LPUART5-8, they don't exist on RT1010 */ 185 /* Remove ADC2, it doesn't exist on RT1010 */ 238 /* Remove FlexPWM2-4, they don't exist on RT1010 */ 243 /* Remove Ethernet, it doesn't exist on RT1010 */ 258 /* Remove USB2, it doesn't exist on RT1010 */ [all …]
|
D | nxp_ke17z.dtsi | 31 /* Remove ftfe, it doesn't exist on KE17Z */ 50 /* Remove rtc, it doesn't exist on KE17Z */
|
D | nxp_rt1015.dtsi | 54 /* Remove ADC2, it doesn't exist on RT1015 */ 64 /* Remove Ethernet, it doesn't exist on RT1015 */
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_config.h | 48 * @return pointer to configuration node or NULL if does not exist 61 * @return pointer to configuration node or NULL if does not exist 66 * @brief Check whether a configuration exist 72 * @return True if a configuration exist.
|
/Zephyr-latest/tests/subsys/fs/ext2/src/ |
D | testfs_dirops.c | 75 zassert_equal(fs_open(&file, "/sml/file2", 0), -ENOENT, "Should not exist"); in ZTEST() 76 zassert_equal(fs_open(&file, "/sml/file3", 0), -ENOENT, "Should not exist"); in ZTEST() 77 zassert_equal(fs_open(&file, "/sml/dir1/file1", 0), -ENOENT, "Should not exist"); in ZTEST() 78 zassert_equal(fs_open(&file, "/sml/dir1/file3", 0), -ENOENT, "Should not exist"); in ZTEST() 79 zassert_equal(fs_open(&file, "/sml/dir2/file1", 0), -ENOENT, "Should not exist"); in ZTEST() 80 zassert_equal(fs_open(&file, "/sml/dir2/file2", 0), -ENOENT, "Should not exist"); in ZTEST()
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/settings_mgmt/ |
D | settings_mgmt.h | 35 /** The provided key name does not exist. */ 41 /** The provided root key name does not exist. */
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_registry.h | 13 * @p obj_id must exist. 61 * if the resource instance does not exist. 83 * Returns NULL if it does not exist. 92 * Returns NULL if it does not exist. 101 * Returns NULL if it does not exist. 110 * Returns NULL if it does not exist. 190 * @return Pointer to an engine object field, or NULL if it does not exist
|
/Zephyr-latest/ |
D | zephyr-env.cmd | 4 if exist "%userprofile%\zephyrrc.cmd" (
|
/Zephyr-latest/scripts/ |
D | check_maintainers.py | 24 "the top-level repository directory is used, and must exist. " 57 print('The following GitHub user accounts do not exist:')
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.shell | 17 Number of monkey instances that can exist in parallel
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda.c | 39 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_host_in_config() 73 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_host_out_config() 107 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_link_in_config() 137 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_link_out_config() 164 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_link_reload() 176 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_host_reload() 226 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_status() 301 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_start() 346 __ASSERT(channel < cfg->dma_channels, "Channel does not exist"); in intel_adsp_hda_dma_stop()
|
/Zephyr-latest/tests/kernel/usage/thread_runtime_stats/ |
D | testcase.yaml | 8 # thread runtime statistic hooks do not yet exist.
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 76 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot 86 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode MCUboot 100 MCUboot expects slot0_partition and slot1_partition to exist in DT. In this mode, MCUboot
|
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/src/ |
D | main.c | 50 /* As sleep and enable pins are optional, check if they exist*/ in ZTEST_F() 69 /* As sleep and enable pins are optional, check if they exist*/ in ZTEST_F()
|
/Zephyr-latest/drivers/fuel_gauge/ |
D | emul_fuel_gauge_syscall_handlers.c | 10 /* Emulator syscalls just need to exist as stubs as these are only called by tests. */
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | structs.h | 19 /* Default definitions when no architecture specific definitions exist. */
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/ |
D | test_suite_bt_settings.c | 66 /* Ensure that item doesn't exist in the keys pool after calling bt_keys_clear() */ in ZTEST() 104 /* Ensure that item doesn't exist in the keys pool after calling bt_keys_clear() */ in ZTEST()
|
D | main.c | 70 /* Ensure that item doesn't exist in the keys pool after calling bt_keys_clear() */ in ZTEST() 118 /* Ensure that item doesn't exist in the keys pool after calling bt_keys_clear() */ in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_slot.sh | 11 # and verifies they do not exist.
|
/Zephyr-latest/dts/bindings/pwm/ |
D | nuvoton,npcx-pwm.yaml | 28 property doesn't exist, fallback to default value in clocks property.
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.cc1200 | 90 longer exist in recent standards (IEEE 802.15.4-2015+). 96 longer exist in recent standards (IEEE 802.15.4-2015+).
|
/Zephyr-latest/include/zephyr/arch/posix/ |
D | posix_soc_if.h | 18 #include "soc_irq.h" /* Must exist and define _ARCH_IRQ/ISR_* macros */
|
/Zephyr-latest/arch/posix/core/nsi_compat/ |
D | nsi_compat.c | 8 * This module exist to provide a basic compatibility shim
|
/Zephyr-latest/doc/build/kconfig/ |
D | extensions.rst | 84 filename to not exist), a separate ``osource`` (*optional source*) statement 120 :file:`Kconfig2` from the current directory (if they exist):
|