Searched refs:match1 (Results 1 – 4 of 4) sorted by relevance
368 static inline void UART_EnableMatchAddress(UART_Type *base, bool match1, bool match2) in UART_EnableMatchAddress() argument371 if (match1) in UART_EnableMatchAddress()
487 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument490 if (match1) in LPUART_EnableMatchAddress()
191 uint32_t match1; /*!< Match value 1. */ member
593 base->MDMR = LPI2C_MDMR_MATCH0(matchConfig->match0) | LPI2C_MDMR_MATCH1(matchConfig->match1); in LPI2C_MasterConfigureDataMatch()