Searched refs:match1 (Results 1 – 7 of 7) 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()
502 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument505 if (match1) in LPUART_EnableMatchAddress()
567 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument570 if (match1) in LPUART_EnableMatchAddress()
191 uint32_t match1; /*!< Match value 1. */ member
524 base->MDMR = LPI2C_MDMR_MATCH0(matchConfig->match0) | LPI2C_MDMR_MATCH1(matchConfig->match1); in LPI2C_MasterConfigureDataMatch()
613 base->MDMR = LPI2C_MDMR_MATCH0(matchConfig->match0) | LPI2C_MDMR_MATCH1(matchConfig->match1); in LPI2C_MasterConfigureDataMatch()