Searched refs:UART_StopBits (Results 1 – 18 of 18) sorted by relevance
128 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()141 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()177 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
135 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()150 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()194 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
139 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()154 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength |(uint32_t)UART_InitStruct->UART_StopBits |UA… in UART_Init()202 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
139 assert_param(IS_UART_STOPBITS(UART_InitStruct->UART_StopBits)); in UART_Init()154 …tmpreg |= (uint32_t)UART_InitStruct->UART_WordLength | (uint32_t)UART_InitStruct->UART_StopBits | … in UART_Init()202 UART_InitStruct->UART_StopBits = UART_StopBits_1; in UART_StructInit()
76 assert_param(IS_UART_STOPBITS(init->UART_StopBits)); in UART_Init()85 UARTx->CTRL_b.STOP = init->UART_StopBits; in UART_Init()
48 UART_InitStructure.UART_StopBits = UART_StopBits_1; in mm32_uart_configure()50 UART_InitStructure.UART_StopBits = UART_StopBits_2; in mm32_uart_configure()
52 UART_InitStructure.UART_StopBits = UART_StopBits_1; in mm32_uart_configure()54 UART_InitStructure.UART_StopBits = UART_StopBits_2; in mm32_uart_configure()
52 UART_InitStructure.UART_StopBits = UART_StopBits_1; in tkm32_uart_configure()54 UART_InitStructure.UART_StopBits = UART_StopBits_2; in tkm32_uart_configure()
50 UART_InitStructure.UART_StopBits = UART_StopBits_1; in mm32_uart_configure()52 UART_InitStructure.UART_StopBits = UART_StopBits_2; in mm32_uart_configure()
97 uint8_t UART_StopBits; /*!< Specifies the number of stop bits transmitted, member
133 u16 UART_StopBits; member
49 uint16_t UART_StopBits; member
47 uint32_t UART_StopBits; /*!< Specifies the number of stop bits transmitted. member
43 init.UART_StopBits = UART_StopBits_1; in CME_M7_configure()
Completed in 32 milliseconds