Searched refs:UART_WordLength (Results 1 – 15 of 15) sorted by relevance
127 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()141 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()176 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
134 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()150 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()193 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
138 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()154 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()201 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
138 assert_param(IS_UART_WORD_LENGTH(UART_InitStruct->UART_WordLength)); in UART_Init()154 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength | (uint32_t)UART_InitStruct->UART_StopBits | … in UART_Init()201 UART_InitStruct->UART_WordLength = UART_WordLength_8b; in UART_StructInit()
129 u16 UART_WordLength; member
48 uint16_t UART_WordLength; member
44 …uint32_t UART_WordLength; /*!< Specifies the number of data bits transmitted or received … member
46 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
50 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
50 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in tkm32_uart_configure()
48 UART_InitStructure.UART_WordLength = UART_WordLength_8b; in mm32_uart_configure()
Completed in 16 milliseconds