Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h338 #define USART_RS485POLARITY_LOW ((u32)0x00000001) macro
341 #define IS_USART_RS485_POLARITY(POLARITY) ((POLARITY == USART_RS485POLARITY_LOW) || \
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h422 #define USART_RS485POLARITY_LOW ((u32)0x00000001) macro
425 #define IS_USART_RS485_POLARITY(POLARITY) ((POLARITY == USART_RS485POLARITY_LOW) || \
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c757 USARTx->RCR |= USART_RS485POLARITY_LOW; in USART_RS485TxEnablePolarityConfig()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c887 USARTx->RCR |= USART_RS485POLARITY_LOW; in USART_RS485TxEnablePolarityConfig()

Completed in 11 milliseconds