Home
last modified time | relevance | path

Searched full:wkpu (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/drivers/interrupt_controller/
Dintc_wkpu_nxp_s32.h14 /** NXP WKPU callback */
18 * @brief NXP WKPU pin activation type
30 * @brief Unset WKPU callback for line
32 * @param dev WKPU device
33 * @param irq WKPU interrupt number
38 * @brief Set WKPU callback for line
40 * @param dev WKPU device
41 * @param irq WKPU interrupt number
53 * @brief Set edge event and enable interrupt for WKPU line
55 * @param dev WKPU device
[all …]
/Zephyr-Core-3.7.0/dts/bindings/gpio/
Dnxp,s32-gpio.yaml9 the WKPU interrupt controller. By default, GPIO interrupts are routed to the
12 To route external interrupts to the WKPU interrupt controller, the GPIO
15 to route the interrupt from pin 9 of `gpioa` to the WKPU interrupt controller:
33 The `NXP_S32_GPIO_INT_WKPU` flag is intended exclusively for specifying WKPU
35 despite being named WKPU, the flag is not meant to configure GPIOs as wake-up
55 nxp,wkpu:
58 NXP WKPU controller associated to this GPIO port.
60 nxp,wkpu-interrupts:
63 Map between WKPU external interrupt sources and pins of this GPIO port,
64 as in a tuple `<gpio-pin wkpu-interrupt-source>`.
/Zephyr-Core-3.7.0/dts/arm/nxp/
Dnxp_s32k344_m7.dtsi108 nxp,wkpu = <&wkpu>;
109 nxp,wkpu-interrupts = <1 9>, <2 4>, <6 19>,
124 nxp,wkpu = <&wkpu>;
125 nxp,wkpu-interrupts = <0 35>, <4 63>, <9 38>,
141 nxp,wkpu = <&wkpu>;
142 nxp,wkpu-interrupts = <0 11>, <2 12>, <8 29>,
158 nxp,wkpu = <&wkpu>;
159 nxp,wkpu-interrupts = <0 17>, <1 18>, <3 42>,
176 nxp,wkpu = <&wkpu>;
177 nxp,wkpu-interrupts = <6 7>, <7 6>, <9 14>, <11 22>;
[all …]
/Zephyr-Core-3.7.0/dts/bindings/interrupt-controller/
Dnxp,s32-wkpu.yaml6 compatible: "nxp,s32-wkpu"
16 NXP S32 WKPU external interrupt configuration. Specific requirements for each
/Zephyr-Core-3.7.0/tests/drivers/gpio/gpio_basic_api/boards/
Dmr_canhubk3_wkpu.overlay18 &wkpu {
/Zephyr-Core-3.7.0/drivers/interrupt_controller/
DKconfig.nxp_s3247 Number of WKPU external and internal sources per controller. This is
/Zephyr-Core-3.7.0/include/zephyr/dt-bindings/gpio/
Dnxp-s32-gpio.h32 /** Interrupt routed to the WKPU controller */
/Zephyr-Core-3.7.0/boards/nxp/mr_canhubk3/doc/
Dindex.rst51 WKPU on-chip interrupt controller
78 to either the SIUL2 EIRQ or WKPU interrupt controllers, as supported by the SoC.
80 unless they are explicity configured to be directed to the WKPU interrupt
89 support for wake-up events and power-management features. WKPU functionality
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_nxp_s32.c319 LOG_ERR("WKPU controller not available or enabled"); in nxp_s32_gpio_config_wkpu()
549 "nxp,wkpu and nxp,wkpu-interrupts must be provided"); \