Lines Matching full:driven
17 * @brief UART Asynchronous to Interrupt driven API adaptation layer
43 * fulfill the requirement that UART interrupt driven API shall be called from
56 /** @brief Interrupt driven API initializer.
59 * driver to provide interrupt driven API functions.
118 /* @brief Enable RX for interrupt driven API.
128 /* @brief Disable RX for interrupt driven API.
203 /** @brief Data associated with the asynchronous to the interrupt driven API adaptation layer. */
205 /** User callback for interrupt driven API. */
227 /** Interrupt driven FIFO fill function. */
232 /** Interrupt driven FIFO read function. */
237 /** Interrupt driven transfer enabling function. */
240 /** Interrupt driven transfer disabling function */
243 /** Interrupt driven transfer ready function */
246 /** Interrupt driven receiver enabling function */
249 /** Interrupt driven receiver disabling function */
252 /** Interrupt driven transfer complete function */
255 /** Interrupt driven receiver ready function */
258 /** Interrupt driven error enabling function */
261 /** Interrupt driven error disabling function */
264 /** Interrupt driven pending status function */
267 /** Interrupt driven interrupt update function */