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
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
ra2a1-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_RA2A1_ELC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_MISC_RENESAS_RA_ELC_RA2A1_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_ACMPHS0_INT 0x022
46
#define RA_ELC_EVENT_ACMPLP0_INT 0x023
47
#define RA_ELC_EVENT_ACMPLP1_INT 0x024
48
#define RA_ELC_EVENT_USBFS_INT 0x025
49
#define RA_ELC_EVENT_USBFS_RESUME 0x026
50
#define RA_ELC_EVENT_IIC0_RXI 0x027
51
#define RA_ELC_EVENT_IIC0_TXI 0x028
52
#define RA_ELC_EVENT_IIC0_TEI 0x029
53
#define RA_ELC_EVENT_IIC0_ERI 0x02A
54
#define RA_ELC_EVENT_IIC0_WUI 0x02B
55
#define RA_ELC_EVENT_IIC1_RXI 0x02C
56
#define RA_ELC_EVENT_IIC1_TXI 0x02D
57
#define RA_ELC_EVENT_IIC1_TEI 0x02E
58
#define RA_ELC_EVENT_IIC1_ERI 0x02F
59
#define RA_ELC_EVENT_CTSU_WRITE 0x030
60
#define RA_ELC_EVENT_CTSU_READ 0x031
61
#define RA_ELC_EVENT_CTSU_END 0x032
62
#define RA_ELC_EVENT_KEY_INT 0x033
63
#define RA_ELC_EVENT_DOC_INT 0x034
64
#define RA_ELC_EVENT_CAC_FREQUENCY_ERROR 0x035
65
#define RA_ELC_EVENT_CAC_MEASUREMENT_END 0x036
66
#define RA_ELC_EVENT_CAC_OVERFLOW 0x037
67
#define RA_ELC_EVENT_CAN0_ERROR 0x038
68
#define RA_ELC_EVENT_CAN0_FIFO_RX 0x039
69
#define RA_ELC_EVENT_CAN0_FIFO_TX 0x03A
70
#define RA_ELC_EVENT_CAN0_MAILBOX_RX 0x03B
71
#define RA_ELC_EVENT_CAN0_MAILBOX_TX 0x03C
72
#define RA_ELC_EVENT_IOPORT_EVENT_1 0x03D
73
#define RA_ELC_EVENT_IOPORT_EVENT_2 0x03E
74
#define RA_ELC_EVENT_ELC_SOFTWARE_EVENT_0 0x03F
75
#define RA_ELC_EVENT_ELC_SOFTWARE_EVENT_1 0x040
76
#define RA_ELC_EVENT_POEG0_EVENT 0x041
77
#define RA_ELC_EVENT_POEG1_EVENT 0x042
78
#define RA_ELC_EVENT_SDADC0_ADI 0x043
79
#define RA_ELC_EVENT_SDADC0_SCANEND 0x044
80
#define RA_ELC_EVENT_SDADC0_CALIEND 0x045
81
#define RA_ELC_EVENT_GPT0_CAPTURE_COMPARE_A 0x046
82
#define RA_ELC_EVENT_GPT0_CAPTURE_COMPARE_B 0x047
83
#define RA_ELC_EVENT_GPT0_COMPARE_C 0x048
84
#define RA_ELC_EVENT_GPT0_COMPARE_D 0x049
85
#define RA_ELC_EVENT_GPT0_COUNTER_OVERFLOW 0x04A
86
#define RA_ELC_EVENT_GPT0_COUNTER_UNDERFLOW 0x04B
87
#define RA_ELC_EVENT_GPT1_CAPTURE_COMPARE_A 0x04C
88
#define RA_ELC_EVENT_GPT1_CAPTURE_COMPARE_B 0x04D
89
#define RA_ELC_EVENT_GPT1_COMPARE_C 0x04E
90
#define RA_ELC_EVENT_GPT1_COMPARE_D 0x04F
91
#define RA_ELC_EVENT_GPT1_COUNTER_OVERFLOW 0x050
92
#define RA_ELC_EVENT_GPT1_COUNTER_UNDERFLOW 0x051
93
#define RA_ELC_EVENT_GPT2_CAPTURE_COMPARE_A 0x052
94
#define RA_ELC_EVENT_GPT2_CAPTURE_COMPARE_B 0x053
95
#define RA_ELC_EVENT_GPT2_COMPARE_C 0x054
96
#define RA_ELC_EVENT_GPT2_COMPARE_D 0x055
97
#define RA_ELC_EVENT_GPT2_COUNTER_OVERFLOW 0x056
98
#define RA_ELC_EVENT_GPT2_COUNTER_UNDERFLOW 0x057
99
#define RA_ELC_EVENT_GPT3_CAPTURE_COMPARE_A 0x058
100
#define RA_ELC_EVENT_GPT3_CAPTURE_COMPARE_B 0x059
101
#define RA_ELC_EVENT_GPT3_COMPARE_C 0x05A
102
#define RA_ELC_EVENT_GPT3_COMPARE_D 0x05B
103
#define RA_ELC_EVENT_GPT3_COUNTER_OVERFLOW 0x05C
104
#define RA_ELC_EVENT_GPT3_COUNTER_UNDERFLOW 0x05D
105
#define RA_ELC_EVENT_GPT4_CAPTURE_COMPARE_A 0x05E
106
#define RA_ELC_EVENT_GPT4_CAPTURE_COMPARE_B 0x05F
107
#define RA_ELC_EVENT_GPT4_COMPARE_C 0x060
108
#define RA_ELC_EVENT_GPT4_COMPARE_D 0x061
109
#define RA_ELC_EVENT_GPT4_COUNTER_OVERFLOW 0x062
110
#define RA_ELC_EVENT_GPT4_COUNTER_UNDERFLOW 0x063
111
#define RA_ELC_EVENT_GPT5_CAPTURE_COMPARE_A 0x064
112
#define RA_ELC_EVENT_GPT5_CAPTURE_COMPARE_B 0x065
113
#define RA_ELC_EVENT_GPT5_COMPARE_C 0x066
114
#define RA_ELC_EVENT_GPT5_COMPARE_D 0x067
115
#define RA_ELC_EVENT_GPT5_COUNTER_OVERFLOW 0x068
116
#define RA_ELC_EVENT_GPT5_COUNTER_UNDERFLOW 0x069
117
#define RA_ELC_EVENT_GPT6_CAPTURE_COMPARE_A 0x06A
118
#define RA_ELC_EVENT_GPT6_CAPTURE_COMPARE_B 0x06B
119
#define RA_ELC_EVENT_GPT6_COMPARE_C 0x06C
120
#define RA_ELC_EVENT_GPT6_COMPARE_D 0x06D
121
#define RA_ELC_EVENT_GPT6_COUNTER_OVERFLOW 0x06E
122
#define RA_ELC_EVENT_GPT6_COUNTER_UNDERFLOW 0x06F
123
#define RA_ELC_EVENT_OPS_UVW_EDGE 0x070
124
#define RA_ELC_EVENT_SCI0_RXI 0x071
125
#define RA_ELC_EVENT_SCI0_TXI 0x072
126
#define RA_ELC_EVENT_SCI0_TEI 0x073
127
#define RA_ELC_EVENT_SCI0_ERI 0x074
128
#define RA_ELC_EVENT_SCI0_AM 0x075
129
#define RA_ELC_EVENT_SCI0_RXI_OR_ERI 0x076
130
#define RA_ELC_EVENT_SCI1_RXI 0x077
131
#define RA_ELC_EVENT_SCI1_TXI 0x078
132
#define RA_ELC_EVENT_SCI1_TEI 0x079
133
#define RA_ELC_EVENT_SCI1_ERI 0x07A
134
#define RA_ELC_EVENT_SCI1_AM 0x07B
135
#define RA_ELC_EVENT_SCI9_RXI 0x07C
136
#define RA_ELC_EVENT_SCI9_TXI 0x07D
137
#define RA_ELC_EVENT_SCI9_TEI 0x07E
138
#define RA_ELC_EVENT_SCI9_ERI 0x07F
139
#define RA_ELC_EVENT_SCI9_AM 0x080
140
#define RA_ELC_EVENT_SPI0_RXI 0x081
141
#define RA_ELC_EVENT_SPI0_TXI 0x082
142
#define RA_ELC_EVENT_SPI0_IDLE 0x083
143
#define RA_ELC_EVENT_SPI0_ERI 0x084
144
#define RA_ELC_EVENT_SPI0_TEI 0x085
145
#define RA_ELC_EVENT_SPI1_RXI 0x086
146
#define RA_ELC_EVENT_SPI1_TXI 0x087
147
#define RA_ELC_EVENT_SPI1_IDLE 0x088
148
#define RA_ELC_EVENT_SPI1_ERI 0x089
149
#define RA_ELC_EVENT_SPI1_TEI 0x08A
150
#define RA_ELC_EVENT_AES_WRREQ 0x08B
151
#define RA_ELC_EVENT_AES_RDREQ 0x08C
152
#define RA_ELC_EVENT_TRNG_RDREQ 0x08D
153
154
/* Possible peripherals to be linked to event signals */
155
#define RA_ELC_PERIPHERAL_GPT_A 0
156
#define RA_ELC_PERIPHERAL_GPT_B 1
157
#define RA_ELC_PERIPHERAL_GPT_C 2
158
#define RA_ELC_PERIPHERAL_GPT_D 3
159
#define RA_ELC_PERIPHERAL_ADC0 8
160
#define RA_ELC_PERIPHERAL_ADC0_B 9
161
#define RA_ELC_PERIPHERAL_DAC0 12
162
#define RA_ELC_PERIPHERAL_IOPORT1 14
163
#define RA_ELC_PERIPHERAL_IOPORT2 15
164
#define RA_ELC_PERIPHERAL_CTSU 18
165
#define RA_ELC_PERIPHERAL_DA8_0 19
166
#define RA_ELC_PERIPHERAL_DA8_1 20
167
#define RA_ELC_PERIPHERAL_SDADC0 22
168
169
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_MISC_RENESAS_RA_ELC_RA2A1_ELC_H_ */
zephyr
dt-bindings
misc
renesas
ra-elc
ra2a1-elc.h
Generated on
for Zephyr API Documentation by
1.14.0