久久精品国产精品国产一区,少妇扒开毛毛自慰喷水,国产精品无码电影在线观看 ,久久天天躁夜夜躁狠狠85麻豆

思澈科技軟件開發(fā)工具包  2.20

Macros

#define UART_STOPBITS_0_5   USART_CR2_STOP_0
 
#define UART_STOPBITS_1   0x00000000U
 
#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
 
#define UART_STOPBITS_2   USART_CR2_STOP_1
 

Detailed Description

Macro Definition Documentation

◆ UART_STOPBITS_0_5

#define UART_STOPBITS_0_5   USART_CR2_STOP_0

UART frame with 0.5 stop bit

◆ UART_STOPBITS_1

#define UART_STOPBITS_1   0x00000000U

UART frame with 1 stop bit

◆ UART_STOPBITS_1_5

#define UART_STOPBITS_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)

UART frame with 1.5 stop bits

◆ UART_STOPBITS_2

#define UART_STOPBITS_2   USART_CR2_STOP_1

UART frame with 2 stop bits