Home
last modified time | relevance | path

Searched full:uninitialized (Results 1 – 25 of 109) sorted by relevance

12345

/Zephyr-latest/samples/boards/st/ccm/
DREADME.rst60 Uninitialized NOINIT area : [0x10000008, 0x10000013)
93 uninitialized data. After writing to the variables, they all should hold the
106 Uninitialized NOINIT area : [0x10000008, 0x10000013)
139 it still should be considered uninitialized leftover data.
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dkernel.c67 .info = "local function call info is uninitialized" in ZTEST()
74 .info = "irq_offload function call info is uninitialized" in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Dbuf_view.h49 * @param view Uninitialized "View" buffer
52 * @param meta Uninitialized metadata storage
/Zephyr-latest/tests/bluetooth/host/cs/bt_le_cs_set_valid_chmap_bits/src/
Dmain.c16 * Test uninitialized chmap buffer is populated correctly
/Zephyr-latest/dts/bindings/gpio/
Dnxp,pcal64xxa-base.yaml23 this flag is set it must be ensured that for an actually uninitialized
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs_handler.h24 * @return NRFS_ERR_INVALID_STATE Service is uninitialized.
/Zephyr-latest/include/zephyr/drivers/
Ddisk.h54 * invocation of this macro on an uninitialized disk will initialize the IO
77 /** Disk status uninitialized */
/Zephyr-latest/subsys/timing/
Dtiming.c62 * new_value may be uninitialized, so use old_value here. in timing_stop()
/Zephyr-latest/include/zephyr/sys/internal/
Dkobject_internal.h106 * returned k_object's data value will be uninitialized.
131 * returned k_object's data value will be uninitialized.
/Zephyr-latest/tests/posix/common/src/
Dpthread.c278 /* TESTPOINT: Try getting name of NULL thread (aka uninitialized in ZTEST()
282 zassert_equal(ret, ESRCH, "uninitialized getname!"); in ZTEST()
288 /* TESTPOINT: Try setting name of NULL thread (aka uninitialized in ZTEST()
292 zassert_equal(ret, ESRCH, "uninitialized setname!"); in ZTEST()
296 zassert_equal(ret, EINVAL, "uninitialized getname!"); in ZTEST()
300 zassert_equal(ret, EINVAL, "uninitialized setname!"); in ZTEST()
/Zephyr-latest/kernel/
Dxip.c54 * __stack_chk_guard is some uninitialized value living in the in z_data_copy()
/Zephyr-latest/subsys/pm/
Ddevice_system_managed.c40 * Ignore uninitialized devices, busy devices, wake up sources, and in pm_suspend_devices()
/Zephyr-latest/scripts/west_commands/
Dzcmake.py127 UNINITIALIZED str OR list of str (if ';' is in the value)
140 :(?P<type>FILEPATH|PATH|STRING|BOOL|INTERNAL|STATIC|UNINITIALIZED) # type
192 elif type_ in {'STRING', 'INTERNAL', 'STATIC', 'UNINITIALIZED'}:
/Zephyr-latest/arch/xtensa/core/
Dcrt1.S130 * cannot set BSS variables, i.e. uninitialized global variables
151 * Clear the BSS (uninitialized data) segments.
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/
Dtest_pipe_fail.c119 * @details See what will happen if an uninitialized
137 * @details See what will happen if an uninitialized
/Zephyr-latest/drivers/bbram/
Dbbram_it8xxx2.c91 * Magic does not match, so BRAM must be uninitialized. Clear in bbram_it8xxx2_init()
/Zephyr-latest/soc/nxp/imx/imx8m/m7/
Dmpu_regions.c65 * global or static uninitialized variables in NonCacheable section(initialized variables in
/Zephyr-latest/drivers/disk/
Dmmc_subsys.c91 * disk as uninitialized in disk_mmc_access_ioctl()
Dsdmmc_subsys.c96 /* Card will be uninitialized after DEINIT */ in disk_sdmmc_access_ioctl()
/Zephyr-latest/include/zephyr/storage/
Ddisk_access.h47 * to initialize a uninitialized (or previously de-initialized) disk will
/Zephyr-latest/include/zephyr/sys/
Dkobject.h203 * returning a pointer to it. The object will be returned in an uninitialized
223 * returning a pointer to it. The object will be returned in an uninitialized
Dnotify.h194 * It may fail to recognize that an uninitialized structure has been
196 * settings. To reduce the chance of accepting an uninitialized
/Zephyr-latest/cmake/compiler/clang/
Dcompiler_flags.cmake104 -Wno-sometimes-uninitialized
/Zephyr-latest/samples/boards/st/ccm/src/
Dmain.c123 printf("Uninitialized NOINIT area : [%p, %p)\n", in main()
/Zephyr-latest/arch/xtensa/include/
Dkernel_arch_func.h87 * uninitialized data error) so our stale cache will be in arch_cohere_stacks()

12345