Home
last modified time | relevance | path

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

1234

/Zephyr-Core-3.7.0/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()
606 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-Core-3.7.0/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-Core-3.7.0/cmake/compiler/xcc/
Dcompiler_flags.cmake7 # time. Suppress the warning, it's the best we can do given that
/Zephyr-Core-3.7.0/drivers/sensor/st/stm32_digi_temp/
DKconfig18 best suits their needs.
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dindex.rst22 tips and best practices for writing :file:`Kconfig` files.
/Zephyr-Core-3.7.0/samples/sensor/max17262/
DREADME.rst19 provides best performance for batteries with 100mAhr to 6Ahr capacity.
/Zephyr-Core-3.7.0/samples/net/zperf/
DREADME.rst39 For best performance, the sample configures a lot of network packets and buffers.
/Zephyr-Core-3.7.0/doc/security/
Dsecurity-citations.rst49 Available: https://github.com/linuxfoundation/cii-best-practices-badge
/Zephyr-Core-3.7.0/drivers/display/
DKconfig.mcux_dcnano_lcdif23 Note that hardware will likely perform best if zero driver
DKconfig.mcux_elcdif23 Note that hardware will likely perform best if zero driver
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/boards/amd/kv260_r5/doc/
Dindex.rst78 Currently the best way to run this sample is by loading it through remoteproc
115 To avoid this limitation when accessing the Linux shell, the best approach is to
/Zephyr-Core-3.7.0/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-Core-3.7.0/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.
426 - The consumer IoT device shall use best practice cryptography to communicate securely.
574 especially associated services, should be protected, with best practice cryptography.
664 user and should follow security best practice on usability.
/Zephyr-Core-3.7.0/soc/atmel/sam0/common/
DKconfig.saml2x16 resulting binary, or require the best possible boot time, say n.
/Zephyr-Core-3.7.0/boards/native/native_posix/doc/
Dindex.rst89 and is therefore normally best to test and debug your code, as some bugs are
/Zephyr-Core-3.7.0/boards/nxp/rd_rw612_bga/
Drd_rw612_bga.dtsi204 * microphone. For best results, read from PDM HW channel 0 as left channel,
/Zephyr-Core-3.7.0/cmake/modules/
DFindZephyr-sdk.cmake75 # return a list of compatible versions and find the best suited version that
/Zephyr-Core-3.7.0/doc/build/dts/
Dbindings-upstream.rst132 specific drivers handling the nodes, it's usually best to use ``zephyr`` as
156 Driver developers should use their best judgment as to whether a value can be
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/doc/
Dnrf5340bsim.rst97 The best way to understand how, may be to look into how this is done in one of the examples
/Zephyr-Core-3.7.0/share/zephyr-package/cmake/
DZephyrConfig.cmake146 # We are the best candidate, so let's include boiler plate.

1234