Searched refs:test_mode (Results 1 – 11 of 11) sorted by relevance
662 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 …]
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]; variable225 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()
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
734 (DT_INST_PROP(inst, test_mode) << TMC50XX_GCONF_TEST_MODE_SHIFT) | \
884 .test_mode = udc_ambiq_test_mode,
3100 .test_mode = udc_dwc2_test_mode,
482 * Renamed the DeviceTree property ``test_mode`` to ``test-mode``.