Lines Matching full:using

9 …e that handles communication (i.e., timing requirements and data framing) using widely-adopted asy…
24 …tablish communication between an {IDF_TARGET_NAME} and other UART devices using the functions and …
30 5. :ref:`uart-api-using-interrupts` - Triggering interrupts on specific communication events
35 The UART driver's functions identify each of the UART controllers using :cpp:type:`uart_port_t`. Th…
126 // Install UART driver using an event queue here
152 …tion will be limited to writing and reading data from a respective buffer using :cpp:func:`uart_wr…
187using the function :cpp:func:`uart_read_bytes`. Before reading data, you can check the number of b…
204 …ontrol is disabled, you can manually set the RTS and DTR signal levels by using the functions :cpp…
210using the function :cpp:func:`uart_set_mode`. Once a specific mode is selected, the UART driver wi…
218 .. _uart-api-using-interrupts:
220 Using Interrupts
225using :cpp:func:`uart_isr_register`, and to free it again using :cpp:func:`uart_isr_free`. Some UA…
229using the FreeRTOS queue functionality. You can enable this functionality when calling :cpp:func:`…
234 …- Enable the interrupts using the functions :cpp:func:`uart_enable_tx_intr` and :cpp:func:`uart_en…
235 …- Disable these interrupts using the corresponding functions :cpp:func:`uart_disable_tx_intr` or :…
239 - Configure and enable this interrupt using :cpp:func:`uart_enable_pattern_det_intr`
240 - Disable the interrupt using :cpp:func:`uart_disable_pattern_det_intr`
272 …d circuit C (see Section `Interface Connection Options`_). In the case of using circuit A or B, th…
377 - Reporting various communication events, using pattern detection interrupts.
381 - Using synchronous I/O multiplexing for UART file descriptors.
398 …are connected directly. However, signals can also be routed to other pins using the less direct GP…