Home
last modified time | relevance | path

Searched full:exist (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_foreach_bond/src/
Dtest_suite_foreach_bond_invalid_inputs.c45 * 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/
Dnxp_rt1010.dtsi67 /* 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 …]
Dnxp_ke17z.dtsi31 /* Remove ftfe, it doesn't exist on KE17Z */
50 /* Remove rtc, it doesn't exist on KE17Z */
Dnxp_rt1015.dtsi54 /* Remove ADC2, it doesn't exist on RT1015 */
64 /* Remove Ethernet, it doesn't exist on RT1015 */
/Zephyr-latest/subsys/usb/device_next/
Dusbd_config.h48 * @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/
Dtestfs_dirops.c75 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/
Dsettings_mgmt.h35 /** The provided key name does not exist. */
41 /** The provided root key name does not exist. */
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_registry.h13 * @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/
Dzephyr-env.cmd4 if exist "%userprofile%\zephyrrc.cmd" (
/Zephyr-latest/scripts/
Dcheck_maintainers.py24 "the top-level repository directory is used, and must exist. "
57 print('The following GitHub user accounts do not exist:')
/Zephyr-latest/modules/lvgl/
DKconfig.shell17 Number of monkey instances that can exist in parallel
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda.c39 __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/
Dtestcase.yaml8 # thread runtime statistic hooks do not yet exist.
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig76 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/
Dmain.c50 /* 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/
Demul_fuel_gauge_syscall_handlers.c10 /* Emulator syscalls just need to exist as stubs as these are only called by tests. */
/Zephyr-latest/include/zephyr/arch/arm/
Dstructs.h19 /* Default definitions when no architecture specific definitions exist. */
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_clear/src/
Dtest_suite_bt_settings.c66 /* 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()
Dmain.c70 /* 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/
Ddfu_slot.sh11 # and verifies they do not exist.
/Zephyr-latest/dts/bindings/pwm/
Dnuvoton,npcx-pwm.yaml28 property doesn't exist, fallback to default value in clocks property.
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc120090 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/
Dposix_soc_if.h18 #include "soc_irq.h" /* Must exist and define _ARCH_IRQ/ISR_* macros */
/Zephyr-latest/arch/posix/core/nsi_compat/
Dnsi_compat.c8 * This module exist to provide a basic compatibility shim
/Zephyr-latest/doc/build/kconfig/
Dextensions.rst84 filename to not exist), a separate ``osource`` (*optional source*) statement
120 :file:`Kconfig2` from the current directory (if they exist):

12345678910>>...13