Home
last modified time | relevance | path

Searched defs:match (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.h564 static inline void CTIMER_EnableResetMatchChannel(CTIMER_Type *base, ctimer_match_t match, bool ena… in CTIMER_EnableResetMatchChannel()
585 static inline void CTIMER_EnableStopMatchChannel(CTIMER_Type *base, ctimer_match_t match, bool enab… in CTIMER_EnableStopMatchChannel()
607 static inline void CTIMER_EnableMatchChannelReload(CTIMER_Type *base, ctimer_match_t match, bool en… in CTIMER_EnableMatchChannelReload()
670 static inline void CTIMER_SetShadowValue(CTIMER_Type *base, ctimer_match_t match, uint32_t matchval… in CTIMER_SetShadowValue()
/hal_nxp-latest/mcux/scripts/pinctrl/imx/
Dimx_fixup_pinmux.py50 match = iomuxc_re.match(line) variable
76 match = pinctrl_line1_re.match(line) variable
/hal_nxp-latest/mcux/mcux-sdk/drivers/xrdc2/
Dfsl_xrdc2.h83 uint16_t match; /*!< Match used for descriptor hit. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.h178 uint8_t match; /* If address matches to one entry */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart.h454 static inline void USART_EnableMatchAddress(USART_Type *base, bool match) in USART_EnableMatchAddress()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c5118 int match = 0; in wlan_parse_neighbor_report_response() local