Searched refs:sof_cc (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/ |
D | feedback_nrf53.c | 203 static void update_sof_offset(struct feedback_ctx *ctx, uint32_t sof_cc, in update_sof_offset() argument 219 clks_per_edge = sof_cc / (SAMPLES_PER_SOF << FEEDBACK_P); in update_sof_offset() 220 sof_cc /= MAX(clks_per_edge, 1); in update_sof_offset() 321 uint32_t sof_cc; in feedback_process() local 325 sof_cc = nrfx_timer_capture_get(&feedback_timer_instance, in feedback_process() 330 update_sof_offset(ctx, sof_cc, framestart_cc); in feedback_process() 335 ctx->fb_counter += sof_cc; in feedback_process()
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/src/ |
D | feedback_nrf53.c | 105 static void update_sof_offset(struct feedback_ctx *ctx, uint32_t sof_cc, in update_sof_offset() argument 149 uint32_t sof_cc; in feedback_process() local 152 sof_cc = nrfx_timer_capture_get(&feedback_timer_instance, in feedback_process() 157 update_sof_offset(ctx, sof_cc, framestart_cc); in feedback_process()
|