Home
last modified time | relevance | path

Searched full:termination (Results 1 – 25 of 118) sorted by relevance

12345

/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mpl31 Sets the maximum number of bytes (including the null termination) of
45 Sets the maximum number of bytes (including the null termination) of
53 Sets the maximum number of bytes (including the null termination) of
61 Sets the maximum number of bytes (including the null termination)
69 Sets the maximum number of bytes (including the null termination) of
DKconfig.mcs35 Sets the maximum number of bytes (including the null termination) of
44 Sets the maximum number of bytes (including the null termination) of
53 Sets the maximum number of bytes (including the null termination) of
62 Sets the maximum number of bytes (including the null termination)
/Zephyr-latest/tests/lib/smf/src/
Dtest_lib_hierarchical_smf.c373 /* B) Test termination in parent entry action */ in ZTEST()
386 "Incorrect test value index for parent entry termination"); in ZTEST()
388 "Final parent entry termination state not reached"); in ZTEST()
390 /* C) Test termination in parent run action */ in ZTEST()
403 "Incorrect test value index for parent run termination"); in ZTEST()
405 "Final parent run termination state not reached"); in ZTEST()
407 /* D) Test termination in parent exit action */ in ZTEST()
420 "Incorrect test value index for parent exit termination"); in ZTEST()
422 "Final parent exit termination state not reached"); in ZTEST()
424 /* E) Test termination in child entry action */ in ZTEST()
[all …]
Dtest_lib_self_transition_smf.c481 /* B) Test termination in parent entry action */ in ZTEST()
495 "Incorrect test value index for parent entry termination"); in ZTEST()
497 "Final parent entry termination state not reached"); in ZTEST()
499 /* C) Test termination in parent run action */ in ZTEST()
513 "Incorrect test value index for parent run termination"); in ZTEST()
515 "Final parent run termination state not reached"); in ZTEST()
517 /* D) Test termination in parent exit action */ in ZTEST()
531 "Incorrect test value index for parent exit termination"); in ZTEST()
533 "Final parent exit termination state not reached"); in ZTEST()
535 /* E) Test termination in child entry action */ in ZTEST()
[all …]
Dtest_lib_flat_smf.c241 /* B) Test termination in entry action */ in ZTEST()
254 "Incorrect test value index for entry termination"); in ZTEST()
256 "Final entry termination state not reached"); in ZTEST()
258 /* C) Test termination in run action */ in ZTEST()
271 "Incorrect test value index for run termination"); in ZTEST()
273 "Final run termination state not reached"); in ZTEST()
275 /* D) Test termination in exit action */ in ZTEST()
288 "Incorrect test value index for exit termination"); in ZTEST()
290 "Final exit termination state not reached"); in ZTEST()
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Ds32z2xxdc2_s32z270_dspi.overlay13 nxp,termination-resistor;
19 nxp,termination-resistor;
/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml18 Charge termination voltage in uV.
24 Charge termination voltage when warm in uV.
107 Termination current, as a percentage of current-microamp.
Dmaxim,max17055.yaml37 description: The charge termination current in mA
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_tasks.h44 * * ON_EXIT_PRE: Will be called during termination of the runner
47 * * ON_EXIT_POST: Will be called during termination of the runner
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,s32ze-pinctrl.yaml60 - termination resistor disabled (affect LVDS pads only).
127 nxp,termination-resistor:
130 This configuration applies the termination resistor to
/Zephyr-latest/tests/bluetooth/controller/ctrl_sca_update/src/
Dmain.c120 /* Termination not 'triggered' */ in ZTEST()
154 /* Termination not 'triggered' */ in ZTEST()
227 /* Termination 'triggered' */ in ZTEST()
231 /* Clear termination flag for subsequent test cycle */ in ZTEST()
260 /* Termination 'triggered' */ in ZTEST()
329 /* Termination 'triggered' */ in ZTEST()
333 /* Clear termination flag for subsequent test cycle */ in ZTEST()
362 /* Termination 'triggered' */ in ZTEST()
425 /* Termination not 'triggered' */ in ZTEST()
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/include/zephyr/
Dcode_under_test.h20 * Failures cause early termination of the loop, and the error number
/Zephyr-latest/tests/net/socket/udp/
Dgenerate-c-string.py14 parser.add_argument("-s", "--size", help="Size of string (without NULL termination)",
/Zephyr-latest/lib/os/
Dthread_entry.c29 * it three arguments. It also handles graceful termination of the thread
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst243 …"``BIN``", "Credential is handled by shell as base64 and stored without NULL termination.", "Data …
244 …"``BINT``", "Credential is handled by shell as base64 and stored with NULL termination.", "Data en…
245 …"``STR``", "Credential is handled by shell as literal string and stored without NULL termination."…
246 …"``STRT``", "Credential is handled by shell as literal string and stored with NULL-termination.", …
/Zephyr-latest/dts/bindings/battery/
Dbattery.yaml49 description: current for charge termination phase
/Zephyr-latest/soc/native/inf_clock/
Dposix_native_task.h34 * * ON_EXIT: Will be called during termination of the native application
/Zephyr-latest/include/zephyr/
Dsmf.h145 * @param val Non-Zero termination value that's returned by the smf_run_state
166 * termination of the state machine.
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst91 Make sure the CAN bus is terminated with 120 ohm resistors at both ends. The termination resistor
93 termination.
/Zephyr-latest/tests/bluetooth/controller/ctrl_version/src/
Dmain.c188 /* Termination 'triggered' */ in ZTEST()
192 /* Clear termination flag for subsequent test cycle */ in ZTEST()
224 /* Termination 'triggered' */ in ZTEST()
228 /* Clear termination flag for subsequent test cycle */ in ZTEST()
260 /* Termination 'triggered' */ in ZTEST()
/Zephyr-latest/subsys/bluetooth/host/
Ddata.c26 /* Early termination */ in bt_data_parse()
/Zephyr-latest/tests/subsys/llext/src/
Dinit_fini_ext.c14 * preinit_fn_2, init_fn) would leave number set to 0x123; the termination
/Zephyr-latest/doc/project/
Dworking_groups.rst113 The TSC decides the termination of the TSC working group in accordance with the
119 - Motivation for termination of the TSC working group
/Zephyr-latest/drivers/sensor/maxim/max17055/
Dmax17055.h84 /* The charge termination current in uA */
/Zephyr-latest/include/zephyr/net/
Dieee802154_ie.h59 IEEE802154_HEADER_IE_ELEMENT_ID_HEADER_TERMINATION_1 = 0x7e, /**< Header termination 1 */
60 IEEE802154_HEADER_IE_ELEMENT_ID_HEADER_TERMINATION_2 = 0x7f, /**< Header termination 2 */
357 /** @brief The length in bytes of a "Header Termination 1" header IE. */

12345