Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/uart/
Dfsl_uart.h368 static inline void UART_EnableMatchAddress(UART_Type *base, bool match1, bool match2) in UART_EnableMatchAddress() argument
371 if (match1) in UART_EnableMatchAddress()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h487 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument
490 if (match1) in LPUART_EnableMatchAddress()
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h191 uint32_t match1; /*!< Match value 1. */ member
Dfsl_lpi2c.c593 base->MDMR = LPI2C_MDMR_MATCH0(matchConfig->match0) | LPI2C_MDMR_MATCH1(matchConfig->match1); in LPI2C_MasterConfigureDataMatch()