Home
last modified time | relevance | path

Searched refs:UART_STOPBITS_2 (Results 1 – 12 of 12) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h106 #define UART_STOPBITS_2 (0x00008000U) /*!< UART frame with 2 stop bits */ macro
238 ((__STOPBITS__) == UART_STOPBITS_2))
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h106 #define UART_STOPBITS_2 (0x00008000U) /*!< UART frame with 2 stop bits */ macro
239 ((__STOPBITS__) == UART_STOPBITS_2))
/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/
A Dab32vg1_hal_uart.h71 #define UART_STOPBITS_2 (0x01u) /*!< UART frame with 2 stop bit */ macro
/bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/
A Dab32vg1_hal_uart.c59 case UART_STOPBITS_2: in hal_uart_setparam()
/bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h89 COM_STOPBITS_2 = UART_STOPBITS_2,
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h89 COM_STOPBITS_2 = UART_STOPBITS_2,
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h270 #define UART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1) macro
811 ((STOPBITS) == UART_STOPBITS_2))
/bsp/bluetrum/libraries/hal_drivers/
A Ddrv_usart.c100 uart->handle.init.stop_bits = UART_STOPBITS_2; in ab32_configure()
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_uart.c107 uart->handle.Init.StopBits = UART_STOPBITS_2; in _uart_configure()
/bsp/acm32/acm32f4xx-nucleo/drivers/
A Ddrv_uart.c106 uart->handle.Init.StopBits = UART_STOPBITS_2; in _uart_configure()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c199 uart->handle.Init.StopBits = UART_STOPBITS_2; in stm32_configure()
A Ddrv_usart_v2.c153 uart->handle.Init.StopBits = UART_STOPBITS_2; in stm32_configure()

Completed in 29 milliseconds