Home
last modified time | relevance | path

Searched refs:USART_STICK_LOW (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h442 #define USART_STICK_LOW ((u32)0x00000010) macro
445 #define USART_STICK_LOW ((u32)0x00001000) macro
449 #define IS_USART_STICK_PARITY(PARITY) ((PARITY == USART_STICK_LOW) || (PARITY == USART_ST…
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h370 #define USART_STICK_LOW ((u32)0x00001000) macro
373 #define IS_USART_STICK_PARITY(PARITY) ((PARITY == USART_STICK_LOW) || (PARITY == USART_ST…
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c586 USARTx->LCR |= USART_STICK_LOW; in USART_StickParityConfig()
595 USARTx->CR |= USART_STICK_LOW; in USART_StickParityConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c502 USARTx->CR |= USART_STICK_LOW; in USART_StickParityConfig()

Completed in 11 milliseconds