Home
last modified time | relevance | path

Searched refs:GPT (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-latest/drivers/timer/
DKconfig.mcux_gpt5 bool "MCUX GPT Event timer"
11 This module implements a kernel device driver for the NXP GPT timer,
13 first GPT peripheral defined in the system, which can no longer be used
14 for the GPT counter driver.
/Zephyr-latest/drivers/pwm/
DKconfig.cc13xx_cc26xx_timer5 bool "TI SimpleLink CC13xx/CC26xx GPT timer PWM driver"
10 Enables TI SimpleLink CC13xx/CC26xx GPT timer PWM driver.
DKconfig.renesas_rz5 bool "Renesas RZ General PWM Timer (GPT) PWM driver"
10 Enable the PWM driver for the Renesas RZ General PWM Timer (GPT).
Dpwm_renesas_rz_gpt.c592 #define GPT(idx) DT_INST_PARENT(idx) macro
596 IRQ_CONNECT(DT_IRQ_BY_NAME(GPT(inst), ccmpa, irq), \
597 DT_IRQ_BY_NAME(GPT(inst), ccmpa, priority), gpt_capture_a_isr, NULL, \
599 IRQ_CONNECT(DT_IRQ_BY_NAME(GPT(inst), ccmpb, irq), \
600 DT_IRQ_BY_NAME(GPT(inst), ccmpb, priority), gpt_capture_b_isr, NULL, \
602 IRQ_CONNECT(DT_IRQ_BY_NAME(GPT(inst), ovf, irq), \
603 DT_IRQ_BY_NAME(GPT(inst), ovf, priority), gpt_counter_overflow_isr, \
628 .capture_a_ipl = DT_IRQ_BY_NAME(GPT(inst), ccmpa, priority), \
629 .capture_b_ipl = DT_IRQ_BY_NAME(GPT(inst), ccmpb, priority), \
630 .capture_a_irq = DT_IRQ_BY_NAME(GPT(inst), ccmpa, irq), \
[all …]
/Zephyr-latest/drivers/counter/
DKconfig.mcux_gpt7 bool "MCUX GPT driver"
12 Enable support for mcux General Purpose Timer (GPT) driver.
/Zephyr-latest/samples/drivers/mbox/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay22 /* Replace GPT2 with another GPT kernel timer */
51 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4.overlay22 /* Replace GPT2 with another GPT kernel timer */
51 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay22 /* Replace GPT2 with another GPT kernel timer */
52 /* Disable primary GPT timer */
/Zephyr-latest/samples/drivers/mbox_data/remote/boards/
Dmimxrt1170_evk_mimxrt1176_cm4.overlay22 /* Replace GPT2 with another GPT kernel timer */
57 /* Disable primary GPT timer */
Dmimxrt1160_evk_mimxrt1166_cm4.overlay22 /* Replace GPT2 with another GPT kernel timer */
57 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay22 /* Replace GPT2 with another GPT kernel timer */
57 /* Disable primary GPT timer */
/Zephyr-latest/samples/subsys/ipc/openamp/remote/boards/
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay19 /* Replace GPT2 with another GPT kernel timer */
46 /* Disable primary GPT timer */
Dmimxrt1160_evk_mimxrt1166_cm4.overlay21 /* Replace GPT2 with another GPT kernel timer */
48 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4.overlay21 /* Replace GPT2 with another GPT kernel timer */
48 /* Disable primary GPT timer */
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay22 /* Replace GPT2 with another GPT kernel timer */
59 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4.overlay22 /* Replace GPT2 with another GPT kernel timer */
59 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay22 /* Replace GPT2 with another GPT kernel timer */
59 /* Disable primary GPT timer */
/Zephyr-latest/tests/drivers/disk/disk_performance/boards/
Dmimxrt1060_evk.overlay7 /* Disable GPT timer and use systick for better timer accuracy
Dmimxrt1060_evk_mimxrt1062_qspi_C.overlay7 /* Disable GPT timer and use systick for better timer accuracy
Dmimxrt1064_evk.overlay7 /* Disable GPT timer and use systick for better timer accuracy
/Zephyr-latest/boards/nxp/mimxrt1160_evk/
Dmimxrt1160_evk_mimxrt1166_cm4.dts50 /* GPT and Systick are enabled. If power management is enabled, the GPT
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm4.dts50 /* GPT and Systick are enabled. If power management is enabled, the GPT
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay42 /* Replace GPT2 with another GPT kernel timer */
95 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4.overlay42 /* Replace GPT2 with another GPT kernel timer */
95 /* Disable primary GPT timer */
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay42 /* Replace GPT2 with another GPT kernel timer */
95 /* Disable primary GPT timer */

1234