Searched defs:rtos_usart_config (Results 1 – 1 of 1) sorted by relevance
34 struct rtos_usart_config struct36 USART_Type *base; /*!< USART base address */37 uint32_t srcclk; /*!< USART source clock in Hz*/38 uint32_t baudrate; /*!< Desired communication speed */39 usart_parity_mode_t parity; /*!< Parity setting */40 usart_stop_bit_count_t stopbits; /*!< Number of stop bits to use */41 uint8_t *buffer; /*!< Buffer for background reception */42 uint32_t buffer_size; /*!< Size of buffer for background reception */