Lines Matching full:status
27 * @brief UART Status type
211 * @param[in] status UART module status.To be interpreted with
216 void (*callback)(void *data, int error, uint32_t status, uint32_t len);
239 void (*callback)(void *data, int error, uint32_t status,
252 void (*unsol_rx_callback)(void *usr_data, int err, uint32_t status,
265 void (*callback)(void *cb_param, int error, uint32_t status,
295 * @brief Get UART status.
297 * Retrieve UART interface status. Return SEDI_UART_BUSY if transmitting
304 * @param[in] uart Which UART to read the status of.
305 * @param[out] status Current UART status. This must not be NULL.
306 * The returned status is to be interpreted using the sedi_uart_status_t for
312 int sedi_uart_get_status(IN sedi_uart_t uart, OUT uint32_t *const status);
337 * @param[out] status UART specific status. The returned status to be
344 OUT uint32_t *const status);
357 * @param[OUT] status Line status in case of an error.
364 OUT uint32_t *status);
651 * @brief Update the cached values of the IRQ status.
653 * Updates the cached values of uart iid status register.
654 * Caching is required as many interrupt status bits get cleared on
750 * @brief Set line status report mask.
752 * This function sets the line status errors that can be reported during
758 * @param[in] mask : bit mask specifying the line status errors to be reported.
782 * indicating the status and length of the accumulated data. User may call the
895 * @param[out] p_mask pointer to uint32_t to hold current line status mask
1011 * @param[out] status Pointer to uint32_t to report line status.
1018 IN uint32_t length, OUT uint32_t *status);