Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/Zephyr-latest/tests/posix/single_process/src/
Dmain.c13 static void before(void *arg) in before() function
23 ZTEST_SUITE(posix_single_process, NULL, NULL, before, after, NULL);
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dmain.c31 static void before(void *fixture) in before() function
77 ZTEST_SUITE(i2s_loopback, NULL, setup, before, NULL, NULL);
78 ZTEST_SUITE(i2s_states, NULL, setup, before, NULL, NULL);
81 ZTEST_SUITE(i2s_errors, NULL, setup, before, NULL, NULL);
/Zephyr-latest/samples/subsys/zbus/priority_boost/
DREADME.rst62 I: 0 -> T1: prio before 5
71 I: 1 -> T1: prio before 5
80 I: 2 -> T1: prio before 5
87 I: 3 -> T1: prio before 5
94 I: 4 -> T1: prio before 5
100 I: 5 -> T1: prio before 5
106 I: 6 -> T1: prio before 5
143 I: 0 -> T1: prio before 5
152 I: 1 -> T1: prio before 5
161 I: 2 -> T1: prio before 5
[all …]
/Zephyr-latest/doc/connectivity/usb/pd/
Ducds.rst42 :end-before: usbc.rst usbc-port end
51 :end-before: usbc.rst vbus-voltage-divider-adc end
61 :end-before: usbc.rst port data object end
69 :end-before: usbc.rst callbacks end
77 :end-before: usbc.rst check end
85 :end-before: usbc.rst notify end
93 :end-before: usbc.rst register end
101 :end-before: usbc.rst user data end
109 :end-before: usbc.rst usbc end
132 :end-before: usbc.rst usbc-port end
[all …]
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.css16 .tippy-box[data-theme~='doxytooltip'][data-placement^='top']>.tippy-arrow::before {
20 .tippy-box[data-theme~='doxytooltip'][data-placement^='bottom']>.tippy-arrow::before {
24 .tippy-box[data-theme~='doxytooltip'][data-placement^='left']>.tippy-arrow::before {
28 .tippy-box[data-theme~='doxytooltip'][data-placement^='right']>.tippy-arrow::before {
/Zephyr-latest/tests/net/socket/socketpair/src/
D_main.c25 static void before(void *arg) in before() function
49 ZTEST_SUITE(net_socketpair, NULL, setup, before, after, NULL);
/Zephyr-latest/tests/subsys/logging/log_output_net/src/
Dlog_output_test.c72 static void before(void *notused) in before() function
77 ZTEST_SUITE(test_log_output_net, NULL, NULL, before, NULL, NULL);
/Zephyr-latest/tests/subsys/logging/log_timestamp/src/
Dlog_timestamp_test.c81 static void before(void *notused) in before() function
86 ZTEST_SUITE(test_timestamp, NULL, NULL, before, NULL, NULL);
/Zephyr-latest/tests/subsys/logging/log_custom_header/src/
Dlog_custom_header.c82 static void before(void *notused) in before() function
95 ZTEST_SUITE(log_custom_header, NULL, setup, before, after, NULL);
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2before{box-sizing:border-box}:host{contain:content;display:block}:host([hidden]){display:none}form…
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c31 static void before(void);
157 before(); in create_join_kthread()
188 before(); in create_join_pthread()
228 static void before(void) in before() function
/Zephyr-latest/drivers/serial/
DKconfig.intel_lw24 Assert RTS before polling out a character,
27 Please use uart_drv_cmd with CMD_POLL_ASSERT_RTS before polling out.
/Zephyr-latest/samples/boards/nordic/clock_control/
DKconfig28 int "Time to wait after boot before requesting clock specs in seconds"
32 before a clock request can be met.
/Zephyr-latest/drivers/watchdog/
DKconfig.it8xxx215 int "Number of ms before generating watchdog event/signal"
29 more warning messages before watchdog reset.
/Zephyr-latest/drivers/flash/
DKconfig.mcux26 bool "Verify area before reading it"
29 Do a margin check flash command before reading an area.
102 Copy the data to a RAM buffer before writing it to the flash.
111 Copy the data to a RAM buffer before writing it to the flash.
/Zephyr-latest/tests/subsys/logging/log_syst/src/
Dmain.c132 static void before(void *unused) in before() function
160 ZTEST_SUITE(log_syst, NULL, NULL, before, after, NULL);
/Zephyr-latest/tests/lib/c_lib/thrd/src/
Dtss.c85 static void before(void *arg) in before() function
98 ZTEST_SUITE(libc_tss, NULL, NULL, before, after, NULL);
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst15 binaries should be cryptographically signed and verified before upgrading.
32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
44 is downloaded and installed. MCUboot can be used to verify the signature before
56 signature before upgrading the firmware.
66 firmware binary to the remote device where it is verified by MCUboot before the
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_netc35 do in the RX thread before yielding the processor, in case there is more
75 minimum number of packets received before raising an interrupt.
85 If the timer expires before the threshold is reached, an interrupt is
101 that it can start after the PSI but before the networking sub-system.
/Zephyr-latest/tests/kernel/timer/starve/
DKconfig9 int "The number of seconds to run without error before pass"
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ascs47 int "Milliseconds of delay before ASCS disconnects ISO after stream stop"
51 The number of milliseconds ASCS will wait before disconnecting the ISO
61 The number of milliseconds that the ASCS implementation will maximum wait before rejecting
/Zephyr-latest/tests/subsys/shell/shell_backend_uart/src/
Dmain.c27 static void before(void *f) in before() function
131 ZTEST_SUITE(shell_backend_uart, NULL, setup, before, after, NULL);
/Zephyr-latest/tests/posix/eventfd/src/
D_main.c92 static void before(void *arg) in before() function
108 ZTEST_SUITE(eventfd, NULL, setup, before, after, NULL);
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig.radio18 Number of re-transmission attempts radio driver should do, before
31 Use CSMA-CA mechanism (listen-before-talk with exponential backoff)
55 before declaring a channel access failure (MAC PIB attribute:
/Zephyr-latest/subsys/net/lib/mqtt_sn/
DKconfig81 int "Max time (seconds) to wait before sending SEARCHGW"
86 int "Max time (seconds) to wait before sending GWINFO"
91 int "Number of missed Advertise messages before considering GW lost"

12345678910>>...24