Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usart.h339 #define USART_RS485POLARITY_HIGH ((u32)0xFFFFFFFE) macro
342 (POLARITY == USART_RS485POLARITY_HIGH))
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usart.c755 if (USART_RS485Polarity != USART_RS485POLARITY_HIGH) in USART_RS485TxEnablePolarityConfig()
761 USARTx->RCR &= USART_RS485POLARITY_HIGH; in USART_RS485TxEnablePolarityConfig()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usart.h423 #define USART_RS485POLARITY_HIGH ((u32)0xFFFFFFFE) macro
426 (POLARITY == USART_RS485POLARITY_HIGH))
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usart.c885 if (USART_RS485Polarity != USART_RS485POLARITY_HIGH) in USART_RS485TxEnablePolarityConfig()
891 USARTx->RCR &= USART_RS485POLARITY_HIGH; in USART_RS485TxEnablePolarityConfig()

Completed in 14 milliseconds