Lines Matching refs:API
10 on the method, different API functions are used according to below sections:
22 With the Interrupt-driven API, possibly slow communication can happen in the
27 The Asynchronous API allows to read and write data in the background using DMA
33 Interrupt-driven API and the Asynchronous API should NOT be used at
38 so that only the callbacks associated with one API is active at a time.
44 Most importantly, the Kconfig options define whether the polling API (default),
45 the interrupt-driven API or the asynchronous API can be used. Only enable the
59 API Reference
67 Polling API
75 Interrupt-driven API
83 Asynchronous API