8.8.2.2.2 Workflow

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