Searched refs:GTM (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/drivers/counter/ |
| D | Kconfig.renesas_rz | 5 bool "Renesas RZ General Timer (GTM) Counter driver" 10 Enable the counter driver for the Renesas RZ General Timer (GTM).
|
| D | counter_renesas_rz_gtm.c | 512 #define GTM(idx) DT_INST_PARENT(idx) macro 523 .channel = DT_PROP(GTM(inst), channel), \ 527 .cycle_end_ipl = DT_IRQ_BY_NAME(GTM(inst), overflow, priority), \ 528 .cycle_end_irq = DT_IRQ_BY_NAME(GTM(inst), overflow, irq), \ 538 .irqn = DT_IRQ_BY_NAME(GTM(inst), overflow, irq), \ 544 IRQ_CONNECT(DT_IRQ_BY_NAME(GTM(inst), overflow, irq), \ 545 DT_IRQ_BY_NAME(GTM(inst), overflow, priority), gtm_int_isr, \
|
| /Zephyr-latest/include/zephyr/dt-bindings/clock/ |
| D | renesas_rzg_clock.h | 82 #define RZ_CLOCK_GTM(ch) RZ_CLOCK(GTM, ch, RZ_CLOCK_P0CLK, 1)
|
| /Zephyr-latest/modules/ |
| D | Kconfig.renesas_fsp | 194 Enable RZ FSP GTM driver
|
| /Zephyr-latest/boards/renesas/rzg3s_smarc/doc/ |
| D | index.rst | 83 | GTM | on-chip | counter |
|