2.1 Initialization and Exit Function Calls
Last updated
Was this helpful?
Last updated
Was this helpful?
When using SAMD51 driver, you must always place two specific function calls in your program. Any application using the SAMD51 API should always start with call to and end with calls to . These calls are important in initializing and freeing resources used by the driver. Here is an example of the framework for an application using the driver.
Calls to any SAMD51 API function are always of the form, DSCSAM_[...], where [...] is a specific function (i.e., ADSample as in ).