Workflow

  1. 1.
    Wait for the event channel to become ready.
    while (events_is_busy(&example_event)) {
        /* Wait for channel */
    };
    
  2. 2.
    Start the timer/counter.
    tc_start_counter(&tc_instance);