Home
last modified time | relevance | path

Searched refs:USART_STOPBITS_1 (Results 1 – 11 of 11) sorted by relevance

/bsp/samd21/board/
A Duart.c105 config_usart.stopbits = USART_STOPBITS_1; in _uart_cfg()
106 if (cfg->stop_bits != USART_STOPBITS_1) in _uart_cfg()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c167 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in ht32_configure()
173 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in ht32_configure()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h112 #define USART_STOPBITS_1 ((u32)0x00000000) macro
115 #define USART_STOPBITS_1 ((u32)0x00000000) macro
120 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_usart.h206 #define USART_STOPBITS_1 0x00000000U macro
593 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_STOPBITS_1) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h103 #define USART_STOPBITS_1 ((u32)0x00000000) macro
107 #define IS_USART_STOPBITS(STOPBITS) ((STOPBITS == USART_STOPBITS_1) || \
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/
A Dusart.h640 USART_STOPBITS_1 = 0, enumerator
1068 config->stopbits = USART_STOPBITS_1; in usart_get_config_defaults()
A Dusart.c220 ctrlb |= USART_STOPBITS_1; in _usart_set_config()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32_retarget.c132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
A Dht32f5xxxx_usart.c227 USART_InitStruct->USART_StopBits = USART_STOPBITS_1; in USART_StructInit()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32_retarget.c132 USART_InitStructure.USART_StopBits = USART_STOPBITS_1; in RETARGET_Configuration()
A Dht32f1xxxx_usart.c217 USART_InitStruct->USART_StopBits = USART_STOPBITS_1; in USART_StructInit()

Completed in 34 milliseconds