Searched refs:USART_AddressMatchValue (Results 1 – 4 of 4) sorted by relevance
815 void USART_SetAddressMatchValue(HT_USART_TypeDef* USARTx, u32 USART_AddressMatchValue) in USART_SetAddressMatchValue() argument819 Assert_Param(IS_USART_ADDRESS_MATCH_VALUE(USART_AddressMatchValue)); in USART_SetAddressMatchValue()821 USARTx->RCR = (USARTx->RCR & RS485CR_ADDM_Mask) | (u32)(USART_AddressMatchValue << 0x08); in USART_SetAddressMatchValue()
945 void USART_SetAddressMatchValue(HT_USART_TypeDef* USARTx, u32 USART_AddressMatchValue) in USART_SetAddressMatchValue() argument949 Assert_Param(IS_USART_ADDRESS_MATCH_VALUE(USART_AddressMatchValue)); in USART_SetAddressMatchValue()951 USARTx->RCR = (USARTx->RCR & RS485CR_ADDM_Mask) | (u32)(USART_AddressMatchValue << 0x08); in USART_SetAddressMatchValue()
473 void USART_SetAddressMatchValue(HT_USART_TypeDef* USARTx, u32 USART_AddressMatchValue);
551 void USART_SetAddressMatchValue(HT_USART_TypeDef* USARTx, u32 USART_AddressMatchValue);
Completed in 14 milliseconds