Home
last modified time | relevance | path

Searched defs:mss_uart_instance (Results 1 – 1 of 1) sorted by relevance

/bsp/smartfusion2/libraries/mss_uart/
A Dmss_uart.h506 struct mss_uart_instance{ struct
508 UART_TypeDef * hw_reg; /*!< Pointer to UART registers. */
509 IRQn_Type irqn; /*!< UART's Cortex-M3 NVIC interrupt number. */
510 uint32_t baudrate; /*!< Operating baud rate. */
511 uint8_t lineconfig; /*!< Line configuration parameters. */
512 uint8_t status; /*!< Sticky line status. */
515 const uint8_t * tx_buffer; /*!< Pointer to transmit buffer. */
516 uint32_t tx_buff_size; /*!< Transmit buffer size. */
540 This instance of mss_uart_instance_t holds all data related to the operations argument

Completed in 8 milliseconds