| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 105 #define UART_STOPBITS_1 (0x00000000U) /*!< UART frame with 1 stop bit */ macro 237 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 105 #define UART_STOPBITS_1 (0x00000000U) /*!< UART frame with 1 stop bit */ macro 238 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/ |
| A D | main.c | 84 huart4.Init.StopBits = UART_STOPBITS_1; in MX_UART4_Init()
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/include/ |
| A D | ab32vg1_hal_uart.h | 70 #define UART_STOPBITS_1 (0x00u) /*!< UART frame with 1 stop bit */ macro
|
| /bsp/stm32/libraries/HAL_Drivers/nano/ |
| A D | drv_console.c | 73 console_uart.Init.StopBits = UART_STOPBITS_1; in rt_hw_console_init()
|
| /bsp/bluetrum/libraries/hal_drivers/ |
| A D | drv_usart.c | 97 uart->handle.init.stop_bits = UART_STOPBITS_1; in ab32_configure() 103 uart->handle.init.stop_bits = UART_STOPBITS_1; in ab32_configure()
|
| /bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 280 hlpuart1.Init.StopBits = UART_STOPBITS_1; in MX_LPUART1_UART_Init() 327 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init() 375 huart2.Init.StopBits = UART_STOPBITS_1; in MX_USART2_UART_Init()
|
| /bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/ |
| A D | main.c | 198 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init()
|
| /bsp/bluetrum/libraries/hal_libraries/ab32vg1_hal/source/ |
| A D | ab32vg1_hal_uart.c | 56 case UART_STOPBITS_1: in hal_uart_setparam()
|
| /bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/ |
| A D | main.c | 181 huart6.Init.StopBits = UART_STOPBITS_1; in MX_USART6_UART_Init()
|
| /bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/ |
| A D | main.c | 253 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init()
|
| /bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 518 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init() 566 huart3.Init.StopBits = UART_STOPBITS_1; in MX_USART3_UART_Init()
|
| /bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_nucleo.h | 88 COM_STOPBITS_1 = UART_STOPBITS_1,
|
| /bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_nucleo.h | 88 COM_STOPBITS_1 = UART_STOPBITS_1,
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_uart.h | 269 #define UART_STOPBITS_1 0x00000000U macro 810 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \
|
| /bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 414 hlpuart1.Init.StopBits = UART_STOPBITS_1; in MX_LPUART1_UART_Init() 461 huart3.Init.StopBits = UART_STOPBITS_1; in MX_USART3_UART_Init()
|
| /bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/ |
| A D | main.c | 648 hlpuart1.Init.StopBits = UART_STOPBITS_1; in MX_LPUART1_UART_Init() 682 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init() 717 huart2.Init.StopBits = UART_STOPBITS_1; in MX_USART2_UART_Init()
|
| /bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/ |
| A D | main.c | 228 hlpuart1.Init.StopBits = UART_STOPBITS_1; in MX_LPUART1_UART_Init()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/ |
| A D | main.c | 407 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/ |
| A D | main.c | 463 huart1.Init.StopBits = UART_STOPBITS_1; in MX_USART1_UART_Init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_usart.c | 196 uart->handle.Init.StopBits = UART_STOPBITS_1; in stm32_configure() 202 uart->handle.Init.StopBits = UART_STOPBITS_1; in stm32_configure()
|
| A D | drv_usart_v2.c | 150 uart->handle.Init.StopBits = UART_STOPBITS_1; in stm32_configure() 156 uart->handle.Init.StopBits = UART_STOPBITS_1; in stm32_configure()
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_uart.c | 103 uart->handle.Init.StopBits = UART_STOPBITS_1; in _uart_configure()
|
| /bsp/acm32/acm32f4xx-nucleo/drivers/ |
| A D | drv_uart.c | 102 uart->handle.Init.StopBits = UART_STOPBITS_1; in _uart_configure()
|