Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 25 of 95) sorted by relevance

1234

/Zephyr-Core-3.6.0/samples/sensor/max17262/
Dapp.overlay14 desired-voltage = <3600>;
15 desired-charging-current = <2000>;
/Zephyr-Core-3.6.0/doc/hardware/peripherals/
Dcoredump.rst13 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/
DKconfig8 desired data into core dumps.
/Zephyr-Core-3.6.0/tests/subsys/canbus/isotp/conformance/src/
Dmain.c175 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/
Devents.c87 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/
DFindScaTools.cmake13 "Please set 'ZEPHYR_SCA_VARIANT' to desired tool."
Dconfiguration_files.cmake66 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/
Dlinker_flags.cmake3 # 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/
Devents.rst17 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/
DREADME.rst28 sensor to be connected to the desired board.
/Zephyr-Core-3.6.0/subsys/net/lib/lwm2m/
DREADME_lwm2m29 The patch was created by, committing the unpatched changes, then committing the desired patches in …
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dtraffic-class.rst15 By default, all network traffic is treated equal in Zephyr. If desired, the
Dvlan.rst35 to give the network interface and desired VLAN tag as a parameter to that
/Zephyr-Core-3.6.0/samples/subsys/fs/format/
DREADME.rst19 To run this sample, build it for the desired board and scenario and flash it.
/Zephyr-Core-3.6.0/samples/net/gptp/
DKconfig11 # VLAN IP addressing in Linux side (if that is desired).
/Zephyr-Core-3.6.0/tests/drivers/disk/disk_access/
DREADME.txt16 read from several times, each time with a different number of desired sectors.
/Zephyr-Core-3.6.0/scripts/west_commands/runners/
Dcore.py71 for desired in start:
72 port = desired
77 raise ValueError(msg.format(desired))
/Zephyr-Core-3.6.0/arch/posix/
DKconfig46 be any value desired by the app.
/Zephyr-Core-3.6.0/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake46 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/
Di2c.dtsi535 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/
DREADME.rst43 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/
Dmain.c90 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/
DREADME.rst30 You can indicate the desired test suite at build time via a config flag:
/Zephyr-Core-3.6.0/doc/kernel/services/data_passing/
Dpipes.rst171 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/
Dnative_sim.dts200 /* adjust zcan0 to desired host interface or create an alternative

1234