Searched full:uninitialized (Results 1 – 25 of 109) sorted by relevance
12345
/Zephyr-latest/samples/boards/st/ccm/ |
D | README.rst | 60 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/ |
D | kernel.c | 67 .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/ |
D | buf_view.h | 49 * @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/ |
D | main.c | 16 * Test uninitialized chmap buffer is populated correctly
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,pcal64xxa-base.yaml | 23 this flag is set it must be ensured that for an actually uninitialized
|
/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/ |
D | ld_dvfs_handler.h | 24 * @return NRFS_ERR_INVALID_STATE Service is uninitialized.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | disk.h | 54 * invocation of this macro on an uninitialized disk will initialize the IO 77 /** Disk status uninitialized */
|
/Zephyr-latest/subsys/timing/ |
D | timing.c | 62 * new_value may be uninitialized, so use old_value here. in timing_stop()
|
/Zephyr-latest/include/zephyr/sys/internal/ |
D | kobject_internal.h | 106 * 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/ |
D | pthread.c | 278 /* 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/ |
D | xip.c | 54 * __stack_chk_guard is some uninitialized value living in the in z_data_copy()
|
/Zephyr-latest/subsys/pm/ |
D | device_system_managed.c | 40 * Ignore uninitialized devices, busy devices, wake up sources, and in pm_suspend_devices()
|
/Zephyr-latest/scripts/west_commands/ |
D | zcmake.py | 127 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/ |
D | crt1.S | 130 * cannot set BSS variables, i.e. uninitialized global variables 151 * Clear the BSS (uninitialized data) segments.
|
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_fail.c | 119 * @details See what will happen if an uninitialized 137 * @details See what will happen if an uninitialized
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_it8xxx2.c | 91 * Magic does not match, so BRAM must be uninitialized. Clear in bbram_it8xxx2_init()
|
/Zephyr-latest/soc/nxp/imx/imx8m/m7/ |
D | mpu_regions.c | 65 * global or static uninitialized variables in NonCacheable section(initialized variables in
|
/Zephyr-latest/drivers/disk/ |
D | mmc_subsys.c | 91 * disk as uninitialized in disk_mmc_access_ioctl()
|
D | sdmmc_subsys.c | 96 /* Card will be uninitialized after DEINIT */ in disk_sdmmc_access_ioctl()
|
/Zephyr-latest/include/zephyr/storage/ |
D | disk_access.h | 47 * to initialize a uninitialized (or previously de-initialized) disk will
|
/Zephyr-latest/include/zephyr/sys/ |
D | kobject.h | 203 * 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
|
D | notify.h | 194 * 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/ |
D | compiler_flags.cmake | 104 -Wno-sometimes-uninitialized
|
/Zephyr-latest/samples/boards/st/ccm/src/ |
D | main.c | 123 printf("Uninitialized NOINIT area : [%p, %p)\n", in main()
|
/Zephyr-latest/arch/xtensa/include/ |
D | kernel_arch_func.h | 87 * uninitialized data error) so our stale cache will be in arch_cohere_stacks()
|
12345