Home
last modified time | relevance | path

Searched refs:edge (Results 1 – 24 of 24) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/wuu/
Dfsl_wuu.c70 if (config->edge != kWUU_ExternalPinDisable) in WUU_SetExternalWakeUpPinsConfig()
87 edgeReg |= WUU_SET_BIT_FIELD_IN_REG(config->edge, offset); in WUU_SetExternalWakeUpPinsConfig()
211 filterReg |= WUU_SET_BIT_FIELD_IN_REG(WUU_FILT_REG_FILTSET_FIELD(config->edge), shift); in WUU_SetPinFilterConfig()
213 if (config->edge != kWUU_FilterDisabled) in WUU_SetPinFilterConfig()
Dfsl_wuu.h99 wuu_external_pin_edge_detection_t edge; /*!< External Input pin edge detection. */ member
110 wuu_filter_edge_t edge; /*!< The edge of the pin digital filter. */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/RW612/drivers/
Dfsl_power.h282 __STATIC_INLINE void POWER_ConfigWakeupPin(power_wakeup_pin_t pin, power_wakeup_edge_t edge) in POWER_ConfigWakeupPin() argument
284 …PMU->WAKEUP_LEVEL = (PMU->WAKEUP_LEVEL & ~(1UL << (uint8_t)pin)) | ((uint32_t)edge << (uint8_t)pin… in POWER_ConfigWakeupPin()
440 capt_slow_pulse_edge_t edge,
Dfsl_power.c1196 capt_slow_pulse_edge_t edge, in POWER_EnableCaptSlowPulseTimer() argument
1205 …APT_PULSE = PMU_CAPT_PULSE_IC_WIDTH_CLK_CNT(width) | PMU_CAPT_PULSE_IC_EDGE_CLK_CNT(edge); in POWER_EnableCaptSlowPulseTimer()
/hal_nxp-latest/mcux/mcux-sdk/devices/RW610/drivers/
Dfsl_power.h282 __STATIC_INLINE void POWER_ConfigWakeupPin(power_wakeup_pin_t pin, power_wakeup_edge_t edge) in POWER_ConfigWakeupPin() argument
284 …PMU->WAKEUP_LEVEL = (PMU->WAKEUP_LEVEL & ~(1UL << (uint8_t)pin)) | ((uint32_t)edge << (uint8_t)pin… in POWER_ConfigWakeupPin()
440 capt_slow_pulse_edge_t edge,
Dfsl_power.c1196 capt_slow_pulse_edge_t edge, in POWER_EnableCaptSlowPulseTimer() argument
1205 …APT_PULSE = PMU_CAPT_PULSE_IC_WIDTH_CLK_CNT(width) | PMU_CAPT_PULSE_IC_EDGE_CLK_CNT(edge); in POWER_EnableCaptSlowPulseTimer()
/hal_nxp-latest/mcux/mcux-sdk/drivers/pwt_1/
Dfsl_pwt.c81 PWT_R1_EDGE(config->edge); in PWT_Init()
126 config->edge = kPWT_StartRise_CaptureRiseAndFall_Edge; in PWT_GetDefaultConfig()
Dfsl_pwt.h97 pwt_input_edge_t edge; /*!< PWT Input Edge */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/
Dfsl_ctimer.c450 ctimer_capture_edge_t edge, in CTIMER_SetupCapture() argument
460 reg |= ((uint32_t)edge) << (CTIMER_CCR_CAP0RE_SHIFT + ((uint32_t)capture * 3U)); in CTIMER_SetupCapture()
Dfsl_ctimer.h344 ctimer_capture_edge_t edge,
/hal_nxp-latest/s32/drivers/s32k3/Icu/include/
DSiul2_Icu_Ip.h177 …d Siul2_Icu_Ip_SetActivationCondition(uint8 instance, uint8 hwChannel, Siul2_Icu_Ip_EdgeType edge);
DEmios_Icu_Ip.h214 void Emios_Icu_Ip_SetActivation(uint8 instance, uint8 hwChannel, eMios_Icu_Ip_EdgeType edge);
/hal_nxp-latest/s32/drivers/s32ze/Icu/include/
DEmios_Icu_Ip.h263 void Emios_Icu_Ip_SetActivation(uint8 instance, uint8 hwChannel, eMios_Icu_Ip_EdgeType edge);
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/
Dfsl_pm_device.c621 … pinConfig.edge = enable ? (wuu_external_pin_edge_detection_t)misc : kWUU_ExternalPinDisable; in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/
Dfsl_pm_device.c621 … pinConfig.edge = enable ? (wuu_external_pin_edge_detection_t)misc : kWUU_ExternalPinDisable; in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/
Dfsl_pm_device.c621 … pinConfig.edge = enable ? (wuu_external_pin_edge_detection_t)misc : kWUU_ExternalPinDisable; in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/
Dfsl_pm_device.c621 … pinConfig.edge = enable ? (wuu_external_pin_edge_detection_t)misc : kWUU_ExternalPinDisable; in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/
Dfsl_pm_device.c663 … pinConfig.edge = enable ? (wuu_external_pin_edge_detection_t)misc : kWUU_ExternalPinDisable; in ManageWakeupSource()
/hal_nxp-latest/s32/drivers/s32k3/Icu/src/
DEmios_Icu_Ip.c786 void Emios_Icu_Ip_SetActivation(uint8 instance, uint8 hwChannel, eMios_Icu_Ip_EdgeType edge) in Emios_Icu_Ip_SetActivation() argument
797 switch (edge) in Emios_Icu_Ip_SetActivation()
DEmios_Icu_Ip_Irq.c375 eMios_Icu_Ip_EdgeType edge
/hal_nxp-latest/s32/drivers/s32ze/Icu/src/
DEmios_Icu_Ip.c906 void Emios_Icu_Ip_SetActivation(uint8 instance, uint8 hwChannel, eMios_Icu_Ip_EdgeType edge) in Emios_Icu_Ip_SetActivation() argument
917 switch (edge) in Emios_Icu_Ip_SetActivation()
DEmios_Icu_Ip_Irq.c321 eMios_Icu_Ip_EdgeType edge
/hal_nxp-latest/zephyr/blobs/license/
DLA_OPT_NXP_Software_License.txt432 here: https://github.com/aws/aws-iot-fleetwise-edge/blob/main/LICENSE.
/hal_nxp-latest/mcux/mcux-sdk/
DLA_OPT_NXP_Software_License.txt432 here: https://github.com/aws/aws-iot-fleetwise-edge/blob/main/LICENSE.