Searched refs:uart_device (Results 1 – 1 of 1) sorted by relevance
74 static UART_HandleTypeDef uart_device; variable96 uart_device.Instance = COM_INSTANCE; in USART0_Initialize()97 uart_device.Init.BaudRate = 115200; in USART0_Initialize()98 uart_device.Init.WordLength = UART_WORDLENGTH_8B; in USART0_Initialize()99 uart_device.Init.StopBits = UART_STOPBITS_1; in USART0_Initialize()100 uart_device.Init.Parity = UART_PARITY_NONE; in USART0_Initialize()101 uart_device.Init.Mode = UART_MODE_TX_RX; in USART0_Initialize()102 uart_device.Init.HwFlowCtl = UART_HWCONTROL_NONE; in USART0_Initialize()103 uart_device.Init.OverSampling = UART_OVERSAMPLING_8; in USART0_Initialize()104 uart_device.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; in USART0_Initialize()[all …]