Searched defs:mss_uart_instance (Results 1 – 1 of 1) sorted by relevance
774 struct mss_uart_instance{ struct776 MSS_UART_TypeDef * hw_reg; /*!< Pointer to UART registers. */777 uint32_t baudrate; /*!< Operating baud rate. */778 uint8_t lineconfig; /*!< Line configuration parameters. */779 uint8_t status; /*!< Sticky line status. */782 const uint8_t * tx_buffer; /*!< Pointer to transmit buffer. */783 uint32_t tx_buff_size; /*!< Transmit buffer size. */784 … uint32_t tx_idx; /*!< Index within transmit buffer of next byte to transmit.*/810 This instance of mss_uart_instance_t holds all data related to the operations argument