Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c664 cis->hdr.test_mode.rx.sdu_counter = in ll_iso_test_sdu_alloc()
676 sync_stream->test_mode->sdu_counter = in ll_iso_test_sdu_alloc()
710 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_test_sdu_emit()
724 test_mode_rx = sync_stream->test_mode; in ll_iso_test_sdu_emit()
851 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_receive_test()
891 test_mode_rx = sync_stream->test_mode; in ll_iso_receive_test()
983 test_mode_rx = &cis->hdr.test_mode.rx; in ll_iso_read_test_counters()
996 test_mode_rx = sync_stream->test_mode; in ll_iso_read_test_counters()
1106 if (!cis->hdr.test_mode.tx.enabled) { in ll_iso_transmit_test_send_sdu()
1116 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
224 stream->test_mode = &test_mode[i]; in ll_big_sync_create()
225 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_tmc5041_stepper_controller.c749 (DT_INST_PROP(inst, test_mode) << TMC5041_GCONF_TEST_MODE_SHIFT) | \
/Zephyr-latest/drivers/usb/udc/
Dudc_ambiq.c885 .test_mode = udc_ambiq_test_mode,
Dudc_dwc2.c2980 .test_mode = udc_dwc2_test_mode,