Home
last modified time | relevance | path

Searched refs:test_mode (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c662 cis->hdr.test_mode.rx.sdu_counter = in ll_iso_test_sdu_alloc()
674 sync_stream->test_mode->sdu_counter = in ll_iso_test_sdu_alloc()
708 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_test_sdu_emit()
722 test_mode_rx = sync_stream->test_mode; in ll_iso_test_sdu_emit()
849 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_receive_test()
889 test_mode_rx = sync_stream->test_mode; in ll_iso_receive_test()
981 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_read_test_counters()
994 test_mode_rx = sync_stream->test_mode; in ll_iso_read_test_counters()
1104 if (!cis->hdr.test_mode.tx.enabled) { in ll_iso_transmit_test_send_sdu()
1114 switch (cis->hdr.test_mode.tx.payload_type) { in ll_iso_transmit_test_send_sdu()
[all …]
Dull_iso_types.h92 struct ll_iso_test_mode_data test_mode; member
Dlll_sync_iso.h10 struct ll_iso_rx_test_mode *test_mode; member
Dull_sync_iso.c87 test_mode[CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT]; variable
225 stream->test_mode = &test_mode[i]; in ll_big_sync_create()
226 memset(stream->test_mode, 0, sizeof(struct ll_iso_rx_test_mode)); in ll_big_sync_create()
Dull_conn_iso.c1515 if (!cis->hdr.test_mode.tx.enabled || cis->lll.handle == LLL_HANDLE_INVALID) { in ull_conn_iso_transmit_test_cig_interval()
1526 if (cis->hdr.test_mode.tx.sdu_counter == 0U) { in ull_conn_iso_transmit_test_cig_interval()
1528 cis->hdr.test_mode.tx.sdu_counter = sdu_counter; in ull_conn_iso_transmit_test_cig_interval()
1532 tx_sdu_count = sdu_counter - cis->hdr.test_mode.tx.sdu_counter; in ull_conn_iso_transmit_test_cig_interval()
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h246 int (*test_mode)(const struct device *dev, member
487 if (api->test_mode != NULL) { in udc_test_mode()
489 ret = api->test_mode(dev, mode, dryrun); in udc_test_mode()
/Zephyr-latest/tests/boot/mcuboot_data_sharing/src/
Dmain.c24 ZTEST(mcuboot_shared_data, test_mode) in ZTEST() argument
/Zephyr-latest/drivers/stepper/adi_tmc/
Dadi_tmc50xx_stepper_controller.c734 (DT_INST_PROP(inst, test_mode) << TMC50XX_GCONF_TEST_MODE_SHIFT) | \
/Zephyr-latest/drivers/usb/udc/
Dudc_ambiq.c884 .test_mode = udc_ambiq_test_mode,
Dudc_dwc2.c3100 .test_mode = udc_dwc2_test_mode,
/Zephyr-latest/doc/releases/
Dmigration-guide-4.1.rst482 * Renamed the DeviceTree property ``test_mode`` to ``test-mode``.