Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
4.2.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
acpi
adc
battery
clock
comparator
dac
dai
display
dma
espi
ethernet
flash_controller
gnss
gpio
i2c
input
inputmux
interrupt-controller
ipc_service
led
lora
lvgl
memory-attr
memory-controller
mfd
mipi_dbi
mipi_dsi
misc
renesas
ra-elc
ra2a1-elc.h
ra2l1-elc.h
ra4e1-elc.h
ra4e2-elc.h
ra4l1-elc.h
ra4m1-elc.h
ra4m2-elc.h
ra4m3-elc.h
ra4w1-elc.h
ra6e1-elc.h
ra6e2-elc.h
ra6m1-elc.h
ra6m2-elc.h
ra6m3-elc.h
ra6m4-elc.h
ra6m5-elc.h
ra8d1-elc.h
ra8m1-elc.h
ra8t1-elc.h
nordic-domain-id-nrf54h20.h
nordic-domain-id-nrf9230.h
nordic-nrf-ficr-nrf54h20.h
nordic-nrf-ficr-nrf9230-engb.h
nordic-owner-id-nrf54h20.h
nordic-owner-id-nrf9230.h
nordic-tddconf.h
nxp_rtxxx_dsp_ctrl.h
pcie
pinctrl
power
pwm
qspi
rdc
regulator
reserved-memory
reset
sensor
sent
spi
timer
usb
usb-c
video
dt-util.h
fs
gnss
input
internal
ipc
kernel
libsbc
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ra2l1-elc.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Renesas Electronics Corporation
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MISC_RENESAS_RA_ELC_RA2L1_ELC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_RENESAS_RA_ELC_RA2L1_ELC_H_
9
10
/* Sources of event signals to be linked to other peripherals or the CPU */
11
#define RA_ELC_EVENT_NONE 0x0
12
#define RA_ELC_EVENT_ICU_IRQ0 0x001
13
#define RA_ELC_EVENT_ICU_IRQ1 0x002
14
#define RA_ELC_EVENT_ICU_IRQ2 0x003
15
#define RA_ELC_EVENT_ICU_IRQ3 0x004
16
#define RA_ELC_EVENT_ICU_IRQ4 0x005
17
#define RA_ELC_EVENT_ICU_IRQ5 0x006
18
#define RA_ELC_EVENT_ICU_IRQ6 0x007
19
#define RA_ELC_EVENT_ICU_IRQ7 0x008
20
#define RA_ELC_EVENT_DTC_COMPLETE 0x009
21
#define RA_ELC_EVENT_DTC_END 0x00A
22
#define RA_ELC_EVENT_ICU_SNOOZE_CANCEL 0x00B
23
#define RA_ELC_EVENT_FCU_FRDYI 0x00C
24
#define RA_ELC_EVENT_LVD_LVD1 0x00D
25
#define RA_ELC_EVENT_LVD_LVD2 0x00E
26
#define RA_ELC_EVENT_CGC_MOSC_STOP 0x00F
27
#define RA_ELC_EVENT_LPM_SNOOZE_REQUEST 0x010
28
#define RA_ELC_EVENT_AGT0_INT 0x011
29
#define RA_ELC_EVENT_AGT0_COMPARE_A 0x012
30
#define RA_ELC_EVENT_AGT0_COMPARE_B 0x013
31
#define RA_ELC_EVENT_AGT1_INT 0x014
32
#define RA_ELC_EVENT_AGT1_COMPARE_A 0x015
33
#define RA_ELC_EVENT_AGT1_COMPARE_B 0x016
34
#define RA_ELC_EVENT_IWDT_UNDERFLOW 0x017
35
#define RA_ELC_EVENT_WDT_UNDERFLOW 0x018
36
#define RA_ELC_EVENT_RTC_ALARM 0x019
37
#define RA_ELC_EVENT_RTC_PERIOD 0x01A
38
#define RA_ELC_EVENT_RTC_CARRY 0x01B
39
#define RA_ELC_EVENT_ADC0_SCAN_END 0x01C
40
#define RA_ELC_EVENT_ADC0_SCAN_END_B 0x01D
41
#define RA_ELC_EVENT_ADC0_WINDOW_A 0x01E
42
#define RA_ELC_EVENT_ADC0_WINDOW_B 0x01F
43
#define RA_ELC_EVENT_ADC0_COMPARE_MATCH 0x020
44
#define RA_ELC_EVENT_ADC0_COMPARE_MISMATCH 0x021
45
#define RA_ELC_EVENT_ACMPLP0_INT 0x023
46
#define RA_ELC_EVENT_ACMPLP1_INT 0x024
47
#define RA_ELC_EVENT_IIC0_RXI 0x027
48
#define RA_ELC_EVENT_IIC0_TXI 0x028
49
#define RA_ELC_EVENT_IIC0_TEI 0x029
50
#define RA_ELC_EVENT_IIC0_ERI 0x02A
51
#define RA_ELC_EVENT_IIC0_WUI 0x02B
52
#define RA_ELC_EVENT_IIC1_RXI 0x02C
53
#define RA_ELC_EVENT_IIC1_TXI 0x02D
54
#define RA_ELC_EVENT_IIC1_TEI 0x02E
55
#define RA_ELC_EVENT_IIC1_ERI 0x02F
56
#define RA_ELC_EVENT_CTSU_WRITE 0x030
57
#define RA_ELC_EVENT_CTSU_READ 0x031
58
#define RA_ELC_EVENT_CTSU_END 0x032
59
#define RA_ELC_EVENT_KEY_INT 0x033
60
#define RA_ELC_EVENT_DOC_INT 0x034
61
#define RA_ELC_EVENT_CAC_FREQUENCY_ERROR 0x035
62
#define RA_ELC_EVENT_CAC_MEASUREMENT_END 0x036
63
#define RA_ELC_EVENT_CAC_OVERFLOW 0x037
64
#define RA_ELC_EVENT_CAN0_ERROR 0x038
65
#define RA_ELC_EVENT_CAN0_FIFO_RX 0x039
66
#define RA_ELC_EVENT_CAN0_FIFO_TX 0x03A
67
#define RA_ELC_EVENT_CAN0_MAILBOX_RX 0x03B
68
#define RA_ELC_EVENT_CAN0_MAILBOX_TX 0x03C
69
#define RA_ELC_EVENT_IOPORT_EVENT_1 0x03D
70
#define RA_ELC_EVENT_IOPORT_EVENT_2 0x03E
71
#define RA_ELC_EVENT_ELC_SOFTWARE_EVENT_0 0x03F
72
#define RA_ELC_EVENT_ELC_SOFTWARE_EVENT_1 0x040
73
#define RA_ELC_EVENT_POEG0_EVENT 0x041
74
#define RA_ELC_EVENT_POEG1_EVENT 0x042
75
#define RA_ELC_EVENT_GPT0_CAPTURE_COMPARE_A 0x046
76
#define RA_ELC_EVENT_GPT0_CAPTURE_COMPARE_B 0x047
77
#define RA_ELC_EVENT_GPT0_COMPARE_C 0x048
78
#define RA_ELC_EVENT_GPT0_COMPARE_D 0x049
79
#define RA_ELC_EVENT_GPT0_COUNTER_OVERFLOW 0x04A
80
#define RA_ELC_EVENT_GPT0_COUNTER_UNDERFLOW 0x04B
81
#define RA_ELC_EVENT_GPT1_CAPTURE_COMPARE_A 0x04C
82
#define RA_ELC_EVENT_GPT1_CAPTURE_COMPARE_B 0x04D
83
#define RA_ELC_EVENT_GPT1_COMPARE_C 0x04E
84
#define RA_ELC_EVENT_GPT1_COMPARE_D 0x04F
85
#define RA_ELC_EVENT_GPT1_COUNTER_OVERFLOW 0x050
86
#define RA_ELC_EVENT_GPT1_COUNTER_UNDERFLOW 0x051
87
#define RA_ELC_EVENT_GPT2_CAPTURE_COMPARE_A 0x052
88
#define RA_ELC_EVENT_GPT2_CAPTURE_COMPARE_B 0x053
89
#define RA_ELC_EVENT_GPT2_COMPARE_C 0x054
90
#define RA_ELC_EVENT_GPT2_COMPARE_D 0x055
91
#define RA_ELC_EVENT_GPT2_COUNTER_OVERFLOW 0x056
92
#define RA_ELC_EVENT_GPT2_COUNTER_UNDERFLOW 0x057
93
#define RA_ELC_EVENT_GPT3_CAPTURE_COMPARE_A 0x058
94
#define RA_ELC_EVENT_GPT3_CAPTURE_COMPARE_B 0x059
95
#define RA_ELC_EVENT_GPT3_COMPARE_C 0x05A
96
#define RA_ELC_EVENT_GPT3_COMPARE_D 0x05B
97
#define RA_ELC_EVENT_GPT3_COUNTER_OVERFLOW 0x05C
98
#define RA_ELC_EVENT_GPT3_COUNTER_UNDERFLOW 0x05D
99
#define RA_ELC_EVENT_GPT4_CAPTURE_COMPARE_A 0x05E
100
#define RA_ELC_EVENT_GPT4_CAPTURE_COMPARE_B 0x05F
101
#define RA_ELC_EVENT_GPT4_COMPARE_C 0x060
102
#define RA_ELC_EVENT_GPT4_COMPARE_D 0x061
103
#define RA_ELC_EVENT_GPT4_COUNTER_OVERFLOW 0x062
104
#define RA_ELC_EVENT_GPT4_COUNTER_UNDERFLOW 0x063
105
#define RA_ELC_EVENT_GPT5_CAPTURE_COMPARE_A 0x064
106
#define RA_ELC_EVENT_GPT5_CAPTURE_COMPARE_B 0x065
107
#define RA_ELC_EVENT_GPT5_COMPARE_C 0x066
108
#define RA_ELC_EVENT_GPT5_COMPARE_D 0x067
109
#define RA_ELC_EVENT_GPT5_COUNTER_OVERFLOW 0x068
110
#define RA_ELC_EVENT_GPT5_COUNTER_UNDERFLOW 0x069
111
#define RA_ELC_EVENT_GPT6_CAPTURE_COMPARE_A 0x06A
112
#define RA_ELC_EVENT_GPT6_CAPTURE_COMPARE_B 0x06B
113
#define RA_ELC_EVENT_GPT6_COMPARE_C 0x06C
114
#define RA_ELC_EVENT_GPT6_COMPARE_D 0x06D
115
#define RA_ELC_EVENT_GPT6_COUNTER_OVERFLOW 0x06E
116
#define RA_ELC_EVENT_GPT6_COUNTER_UNDERFLOW 0x06F
117
#define RA_ELC_EVENT_GPT_UVWEDGE 0x070
118
#define RA_ELC_EVENT_SCI0_RXI 0x071
119
#define RA_ELC_EVENT_SCI0_TXI 0x072
120
#define RA_ELC_EVENT_SCI0_TEI 0x073
121
#define RA_ELC_EVENT_SCI0_ERI 0x074
122
#define RA_ELC_EVENT_SCI0_AM 0x075
123
#define RA_ELC_EVENT_SCI0_RXI_OR_ERI 0x076
124
#define RA_ELC_EVENT_SCI1_RXI 0x077
125
#define RA_ELC_EVENT_SCI1_TXI 0x078
126
#define RA_ELC_EVENT_SCI1_TEI 0x079
127
#define RA_ELC_EVENT_SCI1_ERI 0x07A
128
#define RA_ELC_EVENT_SCI1_AM 0x07B
129
#define RA_ELC_EVENT_SCI9_RXI 0x07C
130
#define RA_ELC_EVENT_SCI9_TXI 0x07D
131
#define RA_ELC_EVENT_SCI9_TEI 0x07E
132
#define RA_ELC_EVENT_SCI9_ERI 0x07F
133
#define RA_ELC_EVENT_SCI9_AM 0x080
134
#define RA_ELC_EVENT_SPI0_RXI 0x081
135
#define RA_ELC_EVENT_SPI0_TXI 0x082
136
#define RA_ELC_EVENT_SPI0_IDLE 0x083
137
#define RA_ELC_EVENT_SPI0_ERI 0x084
138
#define RA_ELC_EVENT_SPI0_TEI 0x085
139
#define RA_ELC_EVENT_SPI1_RXI 0x086
140
#define RA_ELC_EVENT_SPI1_TXI 0x087
141
#define RA_ELC_EVENT_SPI1_IDLE 0x088
142
#define RA_ELC_EVENT_SPI1_ERI 0x089
143
#define RA_ELC_EVENT_SPI1_TEI 0x08A
144
#define RA_ELC_EVENT_AES_WRREQ 0x08B
145
#define RA_ELC_EVENT_AES_RDREQ 0x08C
146
#define RA_ELC_EVENT_TRNG_RDREQ 0x08D
147
#define RA_ELC_EVENT_SCI2_RXI 0x08E
148
#define RA_ELC_EVENT_SCI2_TXI 0x08F
149
#define RA_ELC_EVENT_SCI2_TEI 0x090
150
#define RA_ELC_EVENT_SCI2_ERI 0x091
151
#define RA_ELC_EVENT_SCI2_AM 0x092
152
#define RA_ELC_EVENT_SCI3_RXI 0x093
153
#define RA_ELC_EVENT_SCI3_TXI 0x094
154
#define RA_ELC_EVENT_SCI3_TEI 0x095
155
#define RA_ELC_EVENT_SCI3_ERI 0x096
156
#define RA_ELC_EVENT_SCI3_AM 0x097
157
#define RA_ELC_EVENT_GPT7_CAPTURE_COMPARE_A 0x098
158
#define RA_ELC_EVENT_GPT7_CAPTURE_COMPARE_B 0x099
159
#define RA_ELC_EVENT_GPT7_COMPARE_C 0x09A
160
#define RA_ELC_EVENT_GPT7_COMPARE_D 0x09B
161
#define RA_ELC_EVENT_GPT7_COUNTER_OVERFLOW 0x09C
162
#define RA_ELC_EVENT_GPT7_COUNTER_UNDERFLOW 0x09D
163
#define RA_ELC_EVENT_GPT8_CAPTURE_COMPARE_A 0x09E
164
#define RA_ELC_EVENT_GPT8_CAPTURE_COMPARE_B 0x09F
165
#define RA_ELC_EVENT_GPT8_COMPARE_C 0x0A0
166
#define RA_ELC_EVENT_GPT8_COMPARE_D 0x0A1
167
#define RA_ELC_EVENT_GPT8_COUNTER_OVERFLOW 0x0A2
168
#define RA_ELC_EVENT_GPT8_COUNTER_UNDERFLOW 0x0A3
169
#define RA_ELC_EVENT_GPT9_CAPTURE_COMPARE_A 0x0A4
170
#define RA_ELC_EVENT_GPT9_CAPTURE_COMPARE_B 0x0A5
171
#define RA_ELC_EVENT_GPT9_COMPARE_C 0x0A6
172
#define RA_ELC_EVENT_GPT9_COMPARE_D 0x0A7
173
#define RA_ELC_EVENT_GPT9_COUNTER_OVERFLOW 0x0A8
174
#define RA_ELC_EVENT_GPT9_COUNTER_UNDERFLOW 0x0A9
175
176
/* Possible peripherals to be linked to event signals */
177
#define RA_ELC_PERIPHERAL_GPT_A 0
178
#define RA_ELC_PERIPHERAL_GPT_B 1
179
#define RA_ELC_PERIPHERAL_GPT_C 2
180
#define RA_ELC_PERIPHERAL_GPT_D 3
181
#define RA_ELC_PERIPHERAL_ADC0 8
182
#define RA_ELC_PERIPHERAL_ADC0_B 9
183
#define RA_ELC_PERIPHERAL_DAC0 12
184
#define RA_ELC_PERIPHERAL_IOPORT1 14
185
#define RA_ELC_PERIPHERAL_IOPORT2 15
186
#define RA_ELC_PERIPHERAL_CTSU 18
187
188
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_MISC_RENESAS_RA_ELC_RA2L1_ELC_H_ */
zephyr
dt-bindings
misc
renesas
ra-elc
ra2l1-elc.h
Generated on
for Zephyr API Documentation by
1.14.0