Lines Matching full:uart
42 * @defgroup nrf_uart_hal UART HAL
45 * @brief Hardware access layer for managing the UART peripheral.
52 * @brief UART tasks.
61 … NRF_UART_TASK_SUSPEND = offsetof(NRF_UART_Type, TASKS_SUSPEND), /**< Task for suspending UART. */
67 * @brief UART events.
83 * @brief UART interrupts.
99 * @brief Baudrates supported by UART.
125 * @brief Types of UART error masks.
137 * @brief Types of UART parity modes.
147 * @brief Types of UART flow control modes.
156 * @brief Function for clearing a specific UART event.
164 * @brief Function for checking the state of a specific UART event.
174 * @brief Function for returning the address of a specific UART event register.
220 * @brief Function for enabling UART.
227 * @brief Function for disabling UART.
313 * @brief Function for starting an UART task.
331 * @brief Function for configuring UART.
342 * @brief Function for setting UART baudrate.