Home
last modified time | relevance | path

Searched refs:USART_STOPBITS_2 (Results 1 – 6 of 6) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h113 #define USART_STOPBITS_2 ((u32)0x00000004) macro
116 #define USART_STOPBITS_2 ((u32)0x00000400) macro
121 (STOPBITS == USART_STOPBITS_2))
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_usart.h208 #define USART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1) macro
596 ((STOPBITS) == USART_STOPBITS_2))
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h104 #define USART_STOPBITS_2 ((u32)0x00000400) macro
108 (STOPBITS == USART_STOPBITS_2))
/bsp/samd21/board/
A Duart.c108 config_usart.stopbits = USART_STOPBITS_2; in _uart_cfg()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_usart.c170 USART_InitStructure.USART_StopBits = USART_STOPBITS_2; in ht32_configure()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/sercom/usart/
A Dusart.h642 USART_STOPBITS_2 = SERCOM_USART_CTRLB_SBMODE, enumerator

Completed in 26 milliseconds