8.8.2.2.2 Workflow
- Wait for the event channel to become ready.
while
(events_is_busy(&example_event)) {
/* Wait for channel */
};
- Start the timer/counter.
tc_start_counter(&tc_instance);
while
(events_is_busy(&example_event)) {
/* Wait for channel */
};
tc_start_counter(&tc_instance);
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.