Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 25 of 236) sorted by relevance

12345678910

/hal_nxp-latest/mcux/mcux-sdk/cmake/
Dmcux.cmake5 string(REGEX MATCH "examples/([^/]+)/" BOARD_VAR ${CMAKE_SOURCE_DIR})
47 string(REGEX MATCH "[^=]+" CONF_VARIABLE_NAME ${CONFIG})
50 string(REGEX MATCH "=(.+$)" CONF_VARIABLE_VALUE ${CONFIG})
/hal_nxp-latest/mcux/mcux-sdk/drivers/sctimer/
Dfsl_sctimer.c421 period = base->MATCH[periodMatchReg]; in SCTIMER_UpdatePwmDutycycle()
447 base->MATCH[pulseMatchReg] = pulsePeriod; in SCTIMER_UpdatePwmDutycycle()
531 base->MATCH[s_currentMatchhigh] = temp | (matchValue << 16U); in SCTIMER_CreateAndScheduleEvent()
552 base->MATCH[s_currentMatch] = matchValue; in SCTIMER_CreateAndScheduleEvent()
/hal_nxp-latest/mcux/mcux-sdk/components/rtc/
Dfsl_adapter_lpcrtc.c150 RTC->MATCH = microseconds / 1000000; in HAL_RTCSetAlarm()
166 RTC->MATCH = newSeconds; in HAL_RTCSetAlarmRelative()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_rtc/
Dfsl_rtc.c301 base->MATCH = alarmSeconds; in RTC_SetAlarm()
319 alarmSeconds = base->MATCH; in RTC_GetAlarm()
Dfsl_rtc.h242 base->MATCH = matchValue; in RTC_SetSecondsTimerMatch()
255 return base->MATCH; in RTC_GetSecondsTimerMatch()
/hal_nxp-latest/mcux/mcux-sdk/
Dall_devices.cmake3 string (REGEX MATCH "^[A-Za-z0-9]+" CONFIG_DEVICE ${MCUX_DEVICE})
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/
Dfsl_lpuart.h492 base->MATCH = address; in LPUART_SetMatchAddress()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/
Dfsl_lpuart.h557 base->MATCH = address; in LPUART_SetMatchAddress()
/hal_nxp-latest/s32/drivers/s32k1/BaseNXP/header/
DS32K142_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K116_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K118_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K144_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K142W_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K148_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K146_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
DS32K144W_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_LPUART.h81 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x20 … member
/hal_nxp-latest/mcux/mcux-sdk/drivers/lin/
Dfsl_lin_lpuart.c1021 base->MATCH = 0x00000000; in LIN_LPUART_Init()
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC51U68/
DLPC51U68.h5309 __IO uint32_t MATCH; /**< RTC match register, offset: 0x4 */ member
5542 …__IO uint32_t MATCH[10]; /**< SCT match value register of match channels, … member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/
DLPC54114_cm0plus.h5605 __IO uint32_t MATCH; /**< RTC match register, offset: 0x4 */ member
5845 …__IO uint32_t MATCH[10]; /**< SCT match value register of match channels, … member
DLPC54114_cm4.h5616 __IO uint32_t MATCH; /**< RTC match register, offset: 0x4 */ member
5856 …__IO uint32_t MATCH[10]; /**< SCT match value register of match channels, … member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/
DLPC54113.h5617 __IO uint32_t MATCH; /**< RTC match register, offset: 0x4 */ member
5857 …__IO uint32_t MATCH[10]; /**< SCT match value register of match channels, … member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC811/
DLPC811.h2647 …__IO uint32_t MATCH[5]; /**< SCT match value register of match channels, … member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC041/
DMCXC041.h2424 …__IO uint32_t MATCH; /**< LPUART Match Address Register, offset: 0x10 … member
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/
DLPC812.h2651 …__IO uint32_t MATCH[5]; /**< SCT match value register of match channels, … member

12345678910