Added missing usart related bit definition from ST CMSIS header files

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9434 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2016-05-06 13:26:00 +00:00
parent cca13e793a
commit 5879217eaa
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ typedef struct {
#define USART_CR2_STOP0P5_BITS (1 << 12) /**< @brief CR2 0.5 stop bit value.*/
#define USART_CR2_STOP2_BITS (2 << 12) /**< @brief CR2 2 stop bit value.*/
#define USART_CR2_STOP1P5_BITS (3 << 12) /**< @brief CR2 1.5 stop bit value.*/
#define USART_CR2_LINEN (1 << 14) /**< @brief CR2 line enable.*/
/*===========================================================================*/
/* External declarations. */