Searched full:gpiote (Results 1 – 25 of 144) sorted by relevance
123456
/Zephyr-Core-3.5.0/dts/bindings/gpio/ |
D | nordic,nrf-gpiote.yaml | 4 description: NRF5 GPIOTE node 6 compatible: "nordic,nrf-gpiote"
|
D | nordic,nrf-gpio.yaml | 21 Pins not included in the mask use GPIOTE channels in the event mode.
|
/Zephyr-Core-3.5.0/dts/arm/nordic/ |
D | nrf5340_cpuapp_peripherals_ns.dtsi | 13 gpiote1: gpiote@4002f000 { 14 compatible = "nordic,nrf-gpiote";
|
D | nrf91ns.dtsi | 50 gpiote: gpiote@40031000 { label 51 compatible = "nordic,nrf-gpiote";
|
D | nrf5340_cpuapp.dtsi | 79 * so we give it the 'gpiote' label for use when building 82 gpiote: gpiote0: gpiote@5000d000 { label 83 compatible = "nordic,nrf-gpiote";
|
D | nrf91.dtsi | 63 gpiote: gpiote@5000d000 { label 64 compatible = "nordic,nrf-gpiote";
|
D | nrf5340_cpuappns.dtsi | 70 * it expects to be at the root level, adding a 'gpiote' label 75 gpiote: &gpiote1 {}; label
|
D | nrf51822.dtsi | 134 gpiote: gpiote@40006000 { label 135 compatible = "nordic,nrf-gpiote";
|
D | nrf52805.dtsi | 135 gpiote: gpiote@40006000 { label 136 compatible = "nordic,nrf-gpiote";
|
/Zephyr-Core-3.5.0/drivers/pwm/ |
D | Kconfig.nrf_sw | 17 GPIOTE channel and two PPI/DPPI channels and per pin. 19 When used with RTC, it provides up to 3 pins, utilizing one GPIOTE
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrfx/ |
D | README.rst | 10 GPIOTE and DPPI/PPI are used as examples of nrfx drivers. 12 The code shows how to initialize the GPIOTE interrupt in Zephyr 19 for the GPIOTE interrupt. Button 1 is configured to create an event when pushed.
|
/Zephyr-Core-3.5.0/dts/bindings/display/ |
D | nordic,nrf-led-matrix.yaml | 63 GPIOs. If not provided, GPIOTE and PPI channels are allocated and 76 In case GPIOTE and PPI channels are used for generating the pixel pulse 79 If GPIOTE and PPI channels are used, the upper limit for the value is
|
/Zephyr-Core-3.5.0/samples/boards/nrf/nrfx/src/ |
D | main.c | 40 IRQ_CONNECT(DT_IRQN(DT_NODELABEL(gpiote)), in main() 41 DT_IRQ(DT_NODELABEL(gpiote), priority), in main() 44 /* Initialize GPIOTE (the interrupt priority passed as the parameter in main()
|
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpunet.dts | 20 /delete-property/ gpiote-0; 38 /delete-node/ gpiote@4100a000;
|
D | nrf5340bsim_nrf5340_cpuapp.dts | 44 /delete-property/ gpiote-0; 95 /delete-node/ gpiote@5000d000;
|
/Zephyr-Core-3.5.0/drivers/display/ |
D | Kconfig.nrf_led_matrix | 18 devicetree, one PWM instance or one or more GPIOTE and PPI channels
|
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53_db_40_nrf5340/ |
D | raytac_mdbt53_db_40_nrf5340_cpunet_common.dts | 9 &gpiote {
|
/Zephyr-Core-3.5.0/boards/arm/raytac_mdbt53v_db_40_nrf5340/ |
D | raytac_mdbt53v_db_40_nrf5340_cpunet_common.dts | 9 &gpiote {
|
/Zephyr-Core-3.5.0/boards/arm/nrf51_blenano/ |
D | nrf51_blenano.dts | 38 &gpiote {
|
/Zephyr-Core-3.5.0/boards/arm/96b_carbon_nrf51/ |
D | 96b_carbon_nrf51.dts | 28 &gpiote {
|
/Zephyr-Core-3.5.0/boards/arm/bl5340_dvk/ |
D | bl5340_dvk_cpunet_common.dtsi | 9 &gpiote {
|
/Zephyr-Core-3.5.0/boards/arm/qemu_cortex_m0/ |
D | qemu_cortex_m0.dts | 31 &gpiote {
|
/Zephyr-Core-3.5.0/boards/arm/nrf51_vbluno51/ |
D | nrf51_vbluno51.dts | 53 &gpiote {
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrfx/ |
D | Kconfig.logging | 28 bool "GPIOTE driver logging"
|
/Zephyr-Core-3.5.0/boards/arm/nrf52_vbluno52/ |
D | nrf52_vbluno52.dts | 56 &gpiote {
|
123456