Searched refs:test_mode (Results 1 – 10 of 10) sorted by relevance
664 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 …]
92 struct ll_iso_test_mode_data test_mode; member
10 struct ll_iso_rx_test_mode *test_mode; member
87 test_mode[CONFIG_BT_CTLR_SYNC_ISO_STREAM_COUNT]; variable224 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()
1515 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()
246 int (*test_mode)(const struct device *dev, member487 if (api->test_mode != NULL) { in udc_test_mode()489 ret = api->test_mode(dev, mode, dryrun); in udc_test_mode()
24 ZTEST(mcuboot_shared_data, test_mode) in ZTEST() argument
749 (DT_INST_PROP(inst, test_mode) << TMC5041_GCONF_TEST_MODE_SHIFT) | \
885 .test_mode = udc_ambiq_test_mode,
2980 .test_mode = udc_dwc2_test_mode,