/Zephyr-Core-3.6.0/samples/sensor/max17262/ |
D | app.overlay | 14 desired-voltage = <3600>; 15 desired-charging-current = <2000>;
|
/Zephyr-Core-3.6.0/doc/hardware/peripherals/ |
D | coredump.rst | 13 array with a size of 0 and a desired size. The driver will statically allocate memory 14 of the desired size and provide an API to register a callback function to fill that
|
/Zephyr-Core-3.6.0/drivers/coredump/ |
D | Kconfig | 8 desired data into core dumps.
|
/Zephyr-Core-3.6.0/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 175 static int check_data(const uint8_t *frame, const uint8_t *desired, size_t length) in check_data() argument 179 ret = memcmp(frame, desired, length); in check_data() 182 print_hex(desired, length); in check_data() 269 struct frame_desired *desired = frames; in send_frame_series() local 272 frame.dlc = can_bytes_to_dlc(desired->length); in send_frame_series() 273 memcpy(frame.data, desired->data, desired->length); in send_frame_series() 276 desired++; in send_frame_series() 285 struct frame_desired *desired = frames; in check_frame_series() local 292 zassert_equal(frame.dlc, can_bytes_to_dlc(desired->length), in check_frame_series() 294 i, can_bytes_to_dlc(desired->length), frame.dlc); in check_frame_series() [all …]
|
/Zephyr-Core-3.6.0/kernel/ |
D | events.c | 87 static bool are_wait_conditions_met(uint32_t desired, uint32_t current, in are_wait_conditions_met() argument 90 uint32_t match = current & desired; in are_wait_conditions_met() 93 return match == desired; in are_wait_conditions_met()
|
/Zephyr-Core-3.6.0/cmake/modules/ |
D | FindScaTools.cmake | 13 "Please set 'ZEPHYR_SCA_VARIANT' to desired tool."
|
D | configuration_files.cmake | 66 set(CONF_FILE ${CONF_FILE} CACHE STRING "If desired, you can build the application using\ 84 set(DTC_OVERLAY_FILE ${DTC_OVERLAY_FILE} CACHE STRING "If desired, you can \
|
/Zephyr-Core-3.6.0/cmake/linker/ld/gcc/ |
D | linker_flags.cmake | 3 # Using a config check is ok for now, but in future it would be desired if
|
/Zephyr-Core-3.6.0/doc/kernel/services/synchronization/ |
D | events.rst | 17 on an event object until the desired set of events has been delivered to the 130 /* Access the desired input device(s) */ 149 /* Access the desired input devices */
|
/Zephyr-Core-3.6.0/samples/sensor/vcnl4040/ |
D | README.rst | 28 sensor to be connected to the desired board.
|
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/ |
D | README_lwm2m | 29 The patch was created by, committing the unpatched changes, then committing the desired patches in …
|
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/ |
D | traffic-class.rst | 15 By default, all network traffic is treated equal in Zephyr. If desired, the
|
D | vlan.rst | 35 to give the network interface and desired VLAN tag as a parameter to that
|
/Zephyr-Core-3.6.0/samples/subsys/fs/format/ |
D | README.rst | 19 To run this sample, build it for the desired board and scenario and flash it.
|
/Zephyr-Core-3.6.0/samples/net/gptp/ |
D | Kconfig | 11 # VLAN IP addressing in Linux side (if that is desired).
|
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_access/ |
D | README.txt | 16 read from several times, each time with a different number of desired sectors.
|
/Zephyr-Core-3.6.0/scripts/west_commands/runners/ |
D | core.py | 71 for desired in start: 72 port = desired 77 raise ValueError(msg.format(desired))
|
/Zephyr-Core-3.6.0/arch/posix/ |
D | Kconfig | 46 be any value desired by the app.
|
/Zephyr-Core-3.6.0/share/sysbuild/cmake/modules/ |
D | sysbuild_kconfig.cmake | 46 set(SB_CONF_FILE ${SB_CONF_FILE} CACHE STRING "If desired, you can build the application with \
|
/Zephyr-Core-3.6.0/tests/drivers/build_all/sensor/ |
D | i2c.dtsi | 535 desired-charging-current = <2000>; 536 desired-voltage = <4400>; 546 desired-voltage = <3600>; 547 desired-charging-current = <2000>;
|
/Zephyr-Core-3.6.0/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 43 for how to load the Zephyr binary to the desired core and execute it.
|
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_api/src/ |
D | main.c | 90 static bool interval_check(int64_t interval, int64_t desired) in interval_check() argument 105 if (!WITHIN_ERROR(interval, desired, slop)) { in interval_check()
|
/Zephyr-Core-3.6.0/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 30 You can indicate the desired test suite at build time via a config flag:
|
/Zephyr-Core-3.6.0/doc/kernel/services/data_passing/ |
D | pipes.rst | 171 A pipe can be used to transfer long streams of data if desired. However 223 A pipe can be used to transfer long streams of data if desired. However it
|
/Zephyr-Core-3.6.0/boards/posix/native_sim/ |
D | native_sim.dts | 200 /* adjust zcan0 to desired host interface or create an alternative
|