Searched full:nxp_s32_gpio_int_wkpu (Results 1 – 4 of 4) sorted by relevance
13 specifier must be supplied with the flag `NXP_S32_GPIO_INT_WKPU`. For example,20 gpios = <&gpioa 9 (NXP_S32_GPIO_INT_WKPU | GPIO_ACTIVE_HIGH)>;33 The `NXP_S32_GPIO_INT_WKPU` flag is intended exclusively for specifying WKPU
14 in-gpios = <&gpioa_h 14 NXP_S32_GPIO_INT_WKPU>;
33 #define NXP_S32_GPIO_INT_WKPU (0x1U << NXP_S32_GPIO_INT_CONTROLLER_POS) macro
97 WRITE_BIT(data->pin_wkpu_mask, pin, (flags & NXP_S32_GPIO_INT_WKPU)); in nxp_s32_gpio_configure()99 if (flags & NXP_S32_GPIO_INT_WKPU) { in nxp_s32_gpio_configure()