Searched refs:microframes (Results 1 – 13 of 13) sorted by relevance
| /Zephyr-4.3.0/samples/subsys/usb/uac2_explicit_feedback/src/ |
| D | feedback_dummy.c | 32 void feedback_reset_ctx(struct feedback_ctx *ctx, bool microframes) in feedback_reset_ctx() argument 34 ctx->high_speed = microframes; in feedback_reset_ctx() 38 bool microframes) in feedback_start() argument 42 ctx->high_speed = microframes; in feedback_start()
|
| D | main.c | 48 bool microframes; member 58 bool enabled, bool microframes, in uac2_terminal_update_cb() argument 68 ctx->microframes = microframes; in uac2_terminal_update_cb() 75 feedback_reset_ctx(ctx->fb, ctx->microframes); in uac2_terminal_update_cb() 121 if (USBD_SUPPORTS_HIGH_SPEED && ctx->microframes) { in uac2_data_recv_cb() 135 feedback_reset_ctx(ctx->fb, ctx->microframes); in uac2_data_recv_cb() 247 feedback_start(ctx->fb, ctx->i2s_blocks_written, ctx->microframes); in uac2_sof()
|
| D | feedback.h | 16 void feedback_reset_ctx(struct feedback_ctx *ctx, bool microframes); 19 bool microframes);
|
| D | feedback_nrf.c | 463 void feedback_reset_ctx(struct feedback_ctx *ctx, bool microframes) in feedback_reset_ctx() argument 466 ctx->high_speed = microframes; in feedback_reset_ctx() 477 bool microframes) in feedback_start() argument 479 ctx->high_speed = microframes; in feedback_start() 482 if (microframes) { in feedback_start()
|
| /Zephyr-4.3.0/samples/subsys/usb/uac2_implicit_feedback/src/ |
| D | feedback_dummy.c | 28 bool microframes) in feedback_start() argument 32 ARG_UNUSED(microframes); in feedback_start()
|
| D | feedback.h | 19 bool microframes);
|
| D | main.c | 54 bool microframes; member 81 bool enabled, bool microframes, in uac2_terminal_update_cb() argument 86 ctx->microframes = microframes; in uac2_terminal_update_cb() 111 if (USBD_SUPPORTS_HIGH_SPEED && ctx->microframes) { in nominal_samples_per_sof() 234 if (!USBD_SUPPORTS_HIGH_SPEED || !ctx->microframes) { in next_mic_num_samples() 510 feedback_start(ctx->fb, ctx->i2s_counter, ctx->microframes); in uac2_sof()
|
| D | feedback_nrf.c | 191 bool microframes) in feedback_start() argument 193 if (microframes) { in feedback_start()
|
| /Zephyr-4.3.0/include/zephyr/usb/class/ |
| D | usbd_uac2.h | 69 bool enabled, bool microframes,
|
| /Zephyr-4.3.0/subsys/usb/device_next/class/ |
| D | usbd_uac2.c | 464 bool microframes; in uac2_update() local 472 microframes = false; in uac2_update() 475 microframes = true; in uac2_update() 494 microframes, ctx->user_data); in uac2_update()
|
| /Zephyr-4.3.0/samples/bluetooth/bap_broadcast_sink/src/ |
| D | usb.c | 129 bool microframes, void *user_data) in terminal_update_cb() argument
|
| /Zephyr-4.3.0/subsys/bluetooth/audio/shell/ |
| D | bap_usb.c | 66 bool microframes, void *user_data) in usb_terminal_update_cb() argument
|
| /Zephyr-4.3.0/samples/bluetooth/bap_broadcast_source/src/ |
| D | main.c | 317 bool microframes, void *user_data) in terminal_update_cb() argument
|