/Zephyr-Core-3.4.0/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-Core-3.4.0/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);
|
/Zephyr-Core-3.4.0/tests/posix/pthread_pressure/src/ |
D | main.c | 30 static void before(void *fixture); 200 ZTEST_SUITE(pthread_pressure, NULL, setup, before, NULL, NULL); 222 static void before(void *fixture) in before() function 224 ARG_UNUSED(before); in before()
|
/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/subsys/net/l2/ppp/ |
D | Kconfig | 18 device be fully up before PPP handshake is started. 19 Wait amount of milliseconds before starting PPP. Value 0 disables 34 How many times to resend Configure-Req messages before deciding the 42 How many times to resend Terminate-Req messages before terminating
|
/Zephyr-Core-3.4.0/drivers/watchdog/ |
D | Kconfig.it8xxx2 | 14 int "Number of ms before generating watchdog event/signal" 28 more warning messages before watchdog reset.
|
/Zephyr-Core-3.4.0/samples/bluetooth/broadcast_audio_sink/ |
D | Kconfig | 23 int "Delay before starting scan (in seconds)" 29 before starting scanning for Broadcast Sources.
|
/Zephyr-Core-3.4.0/drivers/flash/ |
D | Kconfig.mcux | 24 bool "Verify area before reading it" 27 Do a margin check flash command before reading an area. 90 Copy the data to a RAM buffer before writing it to the flash. 99 Copy the data to a RAM buffer before writing it to the flash.
|
/Zephyr-Core-3.4.0/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-Core-3.4.0/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-Core-3.4.0/subsys/bluetooth/audio/ |
D | Kconfig.ascs | 51 int "Milliseconds of delay before ASCS disconnects ISO after stream stop" 55 The number of milliseconds ASCS will wait before disconnecting the ISO 65 The number of milliseconds that the ASCS implementation will maximum wait before rejecting
|
/Zephyr-Core-3.4.0/tests/kernel/timer/starve/ |
D | Kconfig | 9 int "The number of seconds to run without error before pass"
|
/Zephyr-Core-3.4.0/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-Core-3.4.0/tests/bluetooth/ctrl_sw_privacy_unit/src/ |
D | main.c | 83 static void before(void *data) in before() function 91 ZTEST_SUITE(test_ctrl_sw_privacy_unit, NULL, NULL, before, NULL, NULL);
|
/Zephyr-Core-3.4.0/drivers/ethernet/ |
D | Kconfig.nxp_s32 | 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 107 but before the networking sub-system.
|
/Zephyr-Core-3.4.0/samples/boards/arc_secure_services/ |
D | nsim_sem_normal.dts | 11 /* must be before include of nsim_em.dtsi */
|
/Zephyr-Core-3.4.0/boards/arm/cyclonev_socdk/support/ |
D | preloader_dl_cmd.txt | 4 # Helper file to download the GSRD preloader to the board before the application
|
/Zephyr-Core-3.4.0/drivers/ieee802154/ |
D | Kconfig.cc13xx_cc26xx | 26 Number of transmission attempts radio driver should do, before 36 before declaring a channel access failure. 92 Number of transmission attempts radio driver should do, before
|
/Zephyr-Core-3.4.0/drivers/entropy/ |
D | Kconfig.cc13xx_cc26xx | 39 The number of samples detected with repeating patterns before an alarm 47 The number of FROs allowed to be shutdown before the driver attempts to
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 12 …. It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to th… 18 …. It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to th…
|
/Zephyr-Core-3.4.0/include/zephyr/linker/common-rom/ |
D | common-rom-cpp.ld | 16 * platforms calls constructors before Zephyr loads (issue #39347). 50 * startup code from calling any global constructors before Zephyr loads.
|
/Zephyr-Core-3.4.0/subsys/logging/backends/ |
D | Kconfig.uart | 20 int "Maximum number of bytes to buffer in RAM before flushing" 25 RAM before log_output_flush is automatically called on the UART backend. The buffer
|
/Zephyr-Core-3.4.0/doc/build/cmake/ |
D | index.rst | 19 be executed again before building. The build scripts can detect some of these 144 Pre-build occurs before any source files are compiled, because during 331 :end-before: """ 340 :end-before: """ 349 :end-before: """ 358 :end-before: """ 368 :end-before: """ 377 :end-before: """ 386 :end-before: """ 395 :end-before: """ [all …]
|