/Zephyr-latest/tests/posix/single_process/src/ |
D | main.c | 13 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/ |
D | main.c | 31 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/ |
D | README.rst | 62 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/ |
D | ucds.rst | 42 :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/ |
D | doxytooltip.css | 16 .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.c | 25 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/ |
D | log_output_test.c | 72 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/ |
D | log_timestamp_test.c | 81 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/ |
D | log_custom_header.c | 82 static void before(void *notused) in before() function 95 ZTEST_SUITE(log_custom_header, NULL, setup, before, after, NULL);
|
/Zephyr-latest/doc/_static/js/ |
D | dark-mode-toggle.min.mjs | 2 …before{box-sizing:border-box}:host{contain:content;display:block}:host([hidden]){display:none}form…
|
/Zephyr-latest/tests/benchmarks/posix/threads/src/ |
D | main.c | 31 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/ |
D | Kconfig.intel_lw | 24 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/ |
D | Kconfig | 28 int "Time to wait after boot before requesting clock specs in seconds" 32 before a clock request can be met.
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.it8xxx2 | 15 int "Number of ms before generating watchdog event/signal" 29 more warning messages before watchdog reset.
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.mcux | 26 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/ |
D | main.c | 132 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/ |
D | tss.c | 85 static void before(void *arg) in before() function 98 ZTEST_SUITE(libc_tss, NULL, NULL, before, after, NULL);
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 15 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/ |
D | Kconfig.nxp_s32_netc | 35 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/ |
D | Kconfig | 9 int "The number of seconds to run without error before pass"
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 47 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/ |
D | main.c | 27 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.c | 92 static void before(void *arg) in before() function 108 ZTEST_SUITE(eventfd, NULL, setup, before, after, NULL);
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig.radio | 18 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/ |
D | Kconfig | 81 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"
|