Searched refs:match2 (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/scripts/pinctrl/imx/ |
| D | imx_fixup_pinmux.py | 79 match2 = pinctrl_line2_re.match(line) variable 80 if match2: 81 mux_reg = int(match2.group(1), 0) 82 mux = int(match2.group(2), 0) 83 daisy_reg = int(match2.group(3), 0) 84 daisy = int(match2.group(4), 0) 85 cfg_reg = int(match2.group(5), 0)
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart.h | 368 static inline void UART_EnableMatchAddress(UART_Type *base, bool match1, bool match2) in UART_EnableMatchAddress() argument 380 if (match2) in UART_EnableMatchAddress()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart.h | 502 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument 514 if (match2) in LPUART_EnableMatchAddress()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart.h | 567 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument 579 if (match2) in LPUART_EnableMatchAddress()
|