Home
last modified time | relevance | path

Searched refs:StopBits (Results 1 – 25 of 74) sorted by relevance

123

/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_uart.c22 if ( (init->StopBits == UART_StopBits_2) || (init->StopBits == UART_StopBits_1_5) ) in UART_Init()
26 if ( (init->StopBits == UART_StopBits_0_5) || (init->StopBits == UART_StopBits_1_5) ) in UART_Init()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_uart.c38 .uart_initstruct.StopBits = UART_STOP_1BIT, \
58 .uart_initstruct.StopBits = UART_STOP_1BIT, \
78 .uart_initstruct.StopBits = UART_STOP_1BIT, \
98 .uart_initstruct.StopBits = UART_STOP_1BIT, \
181 uart_cfg->uart_initstruct.StopBits = UART_STOP_1BIT; in swm_uart_configure()
184 uart_cfg->uart_initstruct.StopBits = UART_STOP_2BIT; in swm_uart_configure()
187 uart_cfg->uart_initstruct.StopBits = UART_STOP_1BIT; in swm_uart_configure()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_uart.c36 .uart_initstruct.StopBits = UART_STOP_1BIT, \
56 .uart_initstruct.StopBits = UART_STOP_1BIT, \
76 .uart_initstruct.StopBits = UART_STOP_1BIT, \
96 .uart_initstruct.StopBits = UART_STOP_1BIT, \
179 uart_cfg->uart_initstruct.StopBits = UART_STOP_1BIT; in swm_uart_configure()
182 uart_cfg->uart_initstruct.StopBits = UART_STOP_2BIT; in swm_uart_configure()
185 uart_cfg->uart_initstruct.StopBits = UART_STOP_1BIT; in swm_uart_configure()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_usart.c207 assert_param(IS_LL_USART_STOPBITS(USART_InitStruct->StopBits)); in LL_USART_Init()
235 LL_USART_SetStopBitsLength(USARTx, USART_InitStruct->StopBits); in LL_USART_Init()
310 USART_InitStruct->StopBits = LL_USART_STOPBITS_1; in LL_USART_StructInit()
/bsp/yichip/yc3121-pos/drivers/
A Ddrv_uart.c46 UART_initStruct.StopBits = StopBits_2; in yc3121_uart_configure()
49 UART_initStruct.StopBits = StopBits_1; in yc3121_uart_configure()
/bsp/n32/libraries/n32_drivers/
A Ddrv_usart.c440 USART_InitStructure.StopBits = USART_STPB_1; in n32_configure()
443 USART_InitStructure.StopBits = USART_STPB_0_5; in n32_configure()
446 USART_InitStructure.StopBits = USART_STPB_2; in n32_configure()
449 USART_InitStructure.StopBits = USART_STPB_1_5; in n32_configure()
/bsp/yichip/yc3122-pos/drivers/
A Ddrv_uart.c47 UART_initStruct.StopBits = STOPBITS_2; in yc3122_uart_configure()
50 UART_initStruct.StopBits = STOPBITS_1; in yc3122_uart_configure()
/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_uart.c158 _ASSERT(IS_USART_STOPBITS(UART_InitStruct->StopBits)); in UART_Init()
165 UART_InitStruct->StopBits | in UART_Init()
413 UART_InitStruct->StopBits = StopBits_1; in UART_StructInit()
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_uart.c84 _ASSERT(IS_UART_STOPBITS(UART_InitStruct->StopBits)); in UART_Init()
104 UARTx->CTRL.bit.STOP_BITS = UART_InitStruct->StopBits; in UART_Init()
125 UART_InitStruct->StopBits = STOPBITS_1; in UART_StructInit()
/bsp/mm32/libraries/HAL_Drivers/
A Ddrv_uart.c140 uart->handle.StopBits = UART_StopBits_1; in mm32_configure()
143 uart->handle.StopBits = UART_StopBits_2; in mm32_configure()
146 uart->handle.StopBits = UART_StopBits_1; in mm32_configure()
/bsp/mm32f526x/drivers/
A Ddrv_uart.c37 UART_InitStructure.StopBits = UART_StopBits_1; in mm32_uart_configure()
39 UART_InitStructure.StopBits = UART_StopBits_2; in mm32_uart_configure()
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/
A Dmain.c84 huart4.Init.StopBits = UART_STOPBITS_1; in MX_UART4_Init()
/bsp/airm2m/air105/libraries/HAL_Driver/Inc/
A Dcore_uart.h42 …dRate, uint8_t IsRxCacheEnable, uint8_t DataBits, uint8_t Parity, uint8_t StopBits, CBFuncEx_t CB);
A Dcore_service.h59 …dRate, uint8_t IsRxCacheEnable, uint8_t DataBits, uint8_t Parity, uint8_t StopBits, CBFuncEx_t CB);
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_uart.h106 UART_StopBits_Type StopBits; /*!< Specify the number of stop bits transmitted. */ member
/bsp/stm32/libraries/HAL_Drivers/nano/
A Ddrv_console.c73 console_uart.Init.StopBits = UART_STOPBITS_1; in rt_hw_console_init()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_usart.c186 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
204 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
267 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_usart.c186 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
204 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
267 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_usart.c186 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
204 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
267 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_uart.c91 MODIFY_REG(uart->CCR, (UART_CCR_SPB0 | UART_CCR_SPB1), init_struct->StopBits); in UART_Init()
124 init_struct->StopBits = UART_StopBits_1; in UART_StructInit()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_usart.c199 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
217 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
285 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_usart.c199 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
217 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
285 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_usart.c199 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
217 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
285 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_usart.c199 assert_param(IS_USART_STOPBITS(USART_InitStruct->StopBits)); in USART_Init()
217 tmpregister |= (uint32_t)USART_InitStruct->StopBits; in USART_Init()
280 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_LPUART.h110 uint8_t StopBits; // LPUART_STOPBITS member

Completed in 59 milliseconds

123