/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/samples/net/common/ |
D | Kconfig | 8 bool "Wait DNS server addition before considering connection to be up" 12 before considering the connection to be up.
|
/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/samples/subsys/nvs/ |
D | Kconfig | 11 Maximum number of reboots to perform before resetting the counter. 18 Number of countdown iterations to wait before rebooting the device.
|
/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/drivers/mbox/ |
D | Kconfig.renesas_rz | 19 remote processor to consume the previous message before sending a new one. If the 22 until the previous message is consumed before sending a new one.
|
/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/tests/drivers/pwm/pwm_gpio_loopback/ |
D | Kconfig | 15 int "Number of edges to skip before sampling PWM" 18 Number of PWM edges to skip before starting sampling.
|
/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/tests/kernel/timer/starve/ |
D | Kconfig | 9 int "The number of seconds to run without error before pass"
|
/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/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 48 int "Milliseconds of delay before ASCS disconnects ISO after stream stop" 52 The number of milliseconds ASCS will wait before disconnecting the ISO 62 The number of milliseconds that the ASCS implementation will maximum wait before rejecting
|