Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
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()
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()
Dfsl_lpi2c.h179 uint32_t match1; /*!< Match value 1. */ member
Dfsl_lpi2c.c510 base->MDMR = LPI2C_MDMR_MATCH0(config->match0) | LPI2C_MDMR_MATCH1(config->match1); in LPI2C_MasterConfigureDataMatch()
/hal_nxp-2.7.6/mcux/drivers/imx/
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()
Dfsl_lpi2c.h191 uint32_t match1; /*!< Match value 1. */ member
Dfsl_lpi2c.c490 base->MDMR = LPI2C_MDMR_MATCH0(matchConfig->match0) | LPI2C_MDMR_MATCH1(matchConfig->match1); in LPI2C_MasterConfigureDataMatch()