Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 82) sorted by relevance

1234

/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c44 struct ptp_foreign_tt_clock *best; member
207 struct ptp_msg *best_msg = (struct ptp_msg *)k_fifo_peek_tail(&ptp_clk.best->messages); in clock_update_time_receiver()
209 ptp_clk.current_ds.steps_rm = 1 + ptp_clk.best->dataset.steps_rm; in clock_update_time_receiver()
215 &ptp_clk.best->dataset.sender, in clock_update_time_receiver()
216 sizeof(ptp_clk.best->dataset.sender)); in clock_update_time_receiver()
313 struct ptp_foreign_tt_clock *best = NULL, *foreign; in ptp_clock_handle_state_decision_evt() local
326 if (!best || ptp_btca_ds_cmp(&foreign->dataset, &best->dataset)) { in ptp_clock_handle_state_decision_evt()
327 best = foreign; in ptp_clock_handle_state_decision_evt()
331 ptp_clk.best = best; in ptp_clock_handle_state_decision_evt()
617 return ptp_clk.best ? &ptp_clk.best->dataset : NULL; in ptp_clock_best_foreign_ds()
[all …]
Dport.h72 struct ptp_foreign_tt_clock *best; member
Dport.c918 port->best = NULL; in port_disable()
1021 port->best = NULL; in ptp_port_init()
1272 if (port->best) { in ptp_port_timer_event_gen()
1273 port_clear_foreign_clock_records(port->best); in ptp_port_timer_event_gen()
1299 return port->best ? &port->best->dataset : NULL; in ptp_port_best_foreign_ds()
1307 port->best = NULL; in ptp_port_best_foreign()
1336 if (!port->best) { in ptp_port_best_foreign()
1337 port->best = foreign; in ptp_port_best_foreign()
1338 } else if (ptp_btca_ds_cmp(&foreign->dataset, &port->best->dataset)) { in ptp_port_best_foreign()
1339 port->best = foreign; in ptp_port_best_foreign()
[all …]
/Zephyr-latest/drivers/interrupt_controller/
Dintc_esp32.c354 int best = -1; in get_available_int() local
379 best = vd->intno; in get_available_int()
381 return best; in get_available_int()
394 best = vd->intno; in get_available_int()
398 return best; in get_available_int()
446 best = x; in get_available_int()
452 INTC_LOG("...worse than int %d", best); in get_available_int()
455 if (best == -1) { in get_available_int()
464 best = x; in get_available_int()
478 best = x; in get_available_int()
[all …]
/Zephyr-latest/cmake/compiler/xcc/
Dcompiler_flags.cmake7 # time. Suppress the warning, it's the best we can do given that
/Zephyr-latest/cmake/toolchain/llvm/
Dgeneric.cmake24 # The best assumption for TOOLCHAIN_HAS_<NEWLIB|PICOLIBC> is to check for the presence of
26 # This provides a best effort mechanism to allow developers to have the newlib C / Picolibc library
/Zephyr-latest/drivers/sensor/st/stm32_digi_temp/
DKconfig18 best suits their needs.
/Zephyr-latest/doc/build/kconfig/
Dindex.rst22 tips and best practices for writing :file:`Kconfig` files.
/Zephyr-latest/tests/benchmarks/sched_queues/
DREADME.rst8 determine which scheduling algorithm may best suit the developer's application.
/Zephyr-latest/samples/sensor/max17262/
DREADME.rst20 provides best performance for batteries with 100mAhr to 6Ahr capacity.
/Zephyr-latest/drivers/display/
DKconfig.mcux_dcnano_lcdif23 Note that hardware will likely perform best if zero driver
DKconfig.mcux_elcdif24 Note that hardware will likely perform best if zero driver
/Zephyr-latest/doc/security/
Dsecurity-citations.rst49 Available: https://github.com/linuxfoundation/cii-best-practices-badge
/Zephyr-latest/samples/net/zperf/
DREADME.rst39 For best performance, the sample configures a lot of network packets and buffers.
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin27 … collaborative effort uniting leaders from across the industry to build a best-in-breed small, sca…
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin27 … collaborative effort uniting leaders from across the industry to build a best-in-breed small, sca…
/Zephyr-latest/boards/amd/kv260_r5/doc/
Dindex.rst71 Currently the best way to run this sample is by loading it through remoteproc
108 To avoid this limitation when accessing the Linux shell, the best approach is to
/Zephyr-latest/doc/project/
Dtsc.rst52 project goals, standards, and best practices through active participation as
65 including technical guides, API references, and best practices.
80 Ensure compliance with project licensing requirements and open-source best
Ddocumentation.rst47 reports and using their name and identifier is the best way to identify them
/Zephyr-latest/doc/security/standards/
Detsi-303645.rst41 * - best practice cryptography
215 device shall use best practice cryptography, appropriate to
313 - The device shall use best practice cryptography to facilitate secure update mechanisms.
427 - The consumer IoT device shall use best practice cryptography to communicate securely.
576 especially associated services, should be protected, with best practice cryptography.
666 user and should follow security best practice on usability.
/Zephyr-latest/soc/atmel/sam0/common/
DKconfig.saml2x16 resulting binary, or require the best possible boot time, say n.
/Zephyr-latest/boards/native/native_posix/doc/
Dindex.rst89 and is therefore normally best to test and debug your code, as some bugs are
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst399 best fit for your storage subsystem as it is designed to avoid emulating erase operation using
402 …classical flash page size (equal to erase_block_size), :ref:`ZMS <zms_api>` is also the best fit a…
411 the best storage solution for this use case.
415 both solutions could be implemented, the best choice should be based on the calculations of the
424 - The total size of the storage partition should be well dimensioned to achieve the best
/Zephyr-latest/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi204 * microphone. For best results, read from PDM HW channel 0 as left channel,
/Zephyr-latest/doc/build/dts/
Dbindings-upstream.rst138 specific drivers handling the nodes, it's usually best to use ``zephyr`` as
162 Driver developers should use their best judgment as to whether a value can be

1234