| /hal_nxp-latest/mcux/mcux-sdk/drivers/wuu/ |
| D | fsl_wuu.c | 70 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()
|
| D | fsl_wuu.h | 99 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/ |
| D | fsl_power.h | 282 __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,
|
| D | fsl_power.c | 1196 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/ |
| D | fsl_power.h | 282 __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,
|
| D | fsl_power.c | 1196 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/ |
| D | fsl_pwt.c | 81 PWT_R1_EDGE(config->edge); in PWT_Init() 126 config->edge = kPWT_StartRise_CaptureRiseAndFall_Edge; in PWT_GetDefaultConfig()
|
| D | fsl_pwt.h | 97 pwt_input_edge_t edge; /*!< PWT Input Edge */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/ctimer/ |
| D | fsl_ctimer.c | 450 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()
|
| D | fsl_ctimer.h | 344 ctimer_capture_edge_t edge,
|
| /hal_nxp-latest/s32/drivers/s32k3/Icu/include/ |
| D | Siul2_Icu_Ip.h | 177 …d Siul2_Icu_Ip_SetActivationCondition(uint8 instance, uint8 hwChannel, Siul2_Icu_Ip_EdgeType edge);
|
| D | Emios_Icu_Ip.h | 214 void Emios_Icu_Ip_SetActivation(uint8 instance, uint8 hwChannel, eMios_Icu_Ip_EdgeType edge);
|
| /hal_nxp-latest/s32/drivers/s32ze/Icu/include/ |
| D | Emios_Icu_Ip.h | 263 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/ |
| D | fsl_pm_device.c | 621 … 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/ |
| D | fsl_pm_device.c | 621 … 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/ |
| D | fsl_pm_device.c | 621 … 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/ |
| D | fsl_pm_device.c | 621 … 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/ |
| D | fsl_pm_device.c | 663 … pinConfig.edge = enable ? (wuu_external_pin_edge_detection_t)misc : kWUU_ExternalPinDisable; in ManageWakeupSource()
|
| /hal_nxp-latest/s32/drivers/s32k3/Icu/src/ |
| D | Emios_Icu_Ip.c | 786 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()
|
| D | Emios_Icu_Ip_Irq.c | 375 eMios_Icu_Ip_EdgeType edge
|
| /hal_nxp-latest/s32/drivers/s32ze/Icu/src/ |
| D | Emios_Icu_Ip.c | 906 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()
|
| D | Emios_Icu_Ip_Irq.c | 321 eMios_Icu_Ip_EdgeType edge
|
| /hal_nxp-latest/zephyr/blobs/license/ |
| D | LA_OPT_NXP_Software_License.txt | 432 here: https://github.com/aws/aws-iot-fleetwise-edge/blob/main/LICENSE.
|
| /hal_nxp-latest/mcux/mcux-sdk/ |
| D | LA_OPT_NXP_Software_License.txt | 432 here: https://github.com/aws/aws-iot-fleetwise-edge/blob/main/LICENSE.
|