/Zephyr-latest/modules/ |
D | Kconfig.renesas_fsp | 9 Enable Renesas RA FSP support 21 Enable RA FSP SCI-B UART driver 26 Enable RA FSP SPI driver 31 Enable RA FSP DTC driver 36 Enable Renesas RA I2C IIC Master driver 41 Enable RA FSP SCI UART driver 46 Enable RA FSP ADC driver 51 Enable RA FSP SCE driver 88 Enable RA FSP SPI-B driver 93 Enable RA FSP FLASH HP driver [all …]
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.renesas_ra8 | 1 # Renesas RA Family 7 bool "Renesas RA SPI B" 13 Enable Renesas RA RA SPI B Driver. 18 bool "RA MCU SPI B Interrupt Support" 20 Enable Interrupt support for the SPI B Driver of RA family. 23 bool "RA MCU SPI DTC Support" 30 bool "RA MCU SPI B Hardware Slave Select support"
|
D | Kconfig.renesas_ra | 1 # Renesas RA Family 7 bool "Renesas RA SPI" 13 Enable Renesas RA SPI Driver. 18 bool "RA MCU SPI Interrupt Support" 20 Enable Interrupt support for the SPI Driver of RA family. 23 bool "RA MCU SPI DTC Support" 29 bool "RA MCU SPI Hardware Slave Select support"
|
/Zephyr-latest/arch/riscv/core/ |
D | stacktrace.c | 23 uintptr_t ra; member 104 uintptr_t ra; in walk_stackframe() local 110 ra = esf->mepc; in walk_stackframe() 114 ra = (uintptr_t)walk_stackframe; in walk_stackframe() 118 ra = csf->ra; in walk_stackframe() 122 if (in_text_region(ra) && !cb(cookie, ra, fp)) { in walk_stackframe() 131 /* Print `esf->ra` if we are at the top of the stack */ in walk_stackframe() 132 if (in_text_region(esf->ra) && !cb(cookie, esf->ra, fp)) { in walk_stackframe() 136 * For the first stack frame, the `ra` is not stored in the frame if the in walk_stackframe() 142 * frame[0]->ra ---> | frame[1] fp | in walk_stackframe() [all …]
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig.renesas_ra | 5 bool "Renesas RA family UDC driver" 11 Enable Renesas RA family UDC driver. 19 Renesas RA device controller driver internal thread stack size. 22 int "Renesas RA family UDC driver thread priority" 25 Renesas RA device controller driver thread priority. 28 int "Renesas RA family UDC driver maximum number of ISR event messages" 32 Maximum number of messages for handling of Renesas RA USBD ISR events.
|
/Zephyr-latest/dts/arm/renesas/ra/ra2/ |
D | ra2xx.dtsi | 9 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h> 28 compatible = "renesas,ra-system"; 34 compatible = "renesas,ra-gpio-ioport"; 44 compatible = "renesas,ra-gpio-ioport"; 54 compatible = "renesas,ra-gpio-ioport"; 64 compatible = "renesas,ra-gpio-ioport"; 74 compatible = "renesas,ra-gpio-ioport"; 84 compatible = "renesas,ra-gpio-ioport"; 94 compatible = "renesas,ra-gpio-ioport"; 104 compatible = "renesas,ra-gpio-ioport"; [all …]
|
/Zephyr-latest/dts/arm/renesas/ra/ra4/ |
D | ra4-cm4-common.dtsi | 9 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h> 35 compatible = "renesas,ra-system"; 47 compatible = "renesas,ra-gpio-ioport"; 57 compatible = "renesas,ra-gpio-ioport"; 67 compatible = "renesas,ra-gpio-ioport"; 77 compatible = "renesas,ra-gpio-ioport"; 87 compatible = "renesas,ra-gpio-ioport"; 97 compatible = "renesas,ra-gpio-ioport"; 107 compatible = "renesas,ra-gpio-ioport"; 117 compatible = "renesas,ra-pinctrl-pfs"; [all …]
|
D | ra4-cm33-common.dtsi | 9 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h> 36 compatible = "renesas,ra-system"; 48 compatible = "renesas,ra-gpio-ioport"; 58 compatible = "renesas,ra-gpio-ioport"; 68 compatible = "renesas,ra-gpio-ioport"; 78 compatible = "renesas,ra-gpio-ioport"; 88 compatible = "renesas,ra-gpio-ioport"; 98 compatible = "renesas,ra-gpio-ioport"; 108 compatible = "renesas,ra-pinctrl-pfs"; 114 compatible = "renesas,ra-sci"; [all …]
|
D | r7fa4m3ax.dtsi | 7 #include <arm/renesas/ra/ra4/ra4-cm33-common.dtsi> 21 compatible = "renesas,ra-gpio-ioport"; 31 compatible = "renesas,ra-gpio-ioport"; 41 compatible = "renesas,ra-gpio-ioport"; 51 compatible = "renesas,ra-sci"; 58 compatible = "renesas,ra-sci-uart"; 65 compatible = "renesas,ra-sci"; 72 compatible = "renesas,ra-sci-uart"; 79 compatible = "renesas,ra-sci"; 86 compatible = "renesas,ra-sci-uart"; [all …]
|
D | r7fa4m2ax.dtsi | 7 #include <arm/renesas/ra/ra4/ra4-cm33-common.dtsi> 23 compatible = "renesas,ra-gpio-ioport"; 33 compatible = "renesas,ra-gpio-ioport"; 43 compatible = "renesas,ra-sci"; 50 compatible = "renesas,ra-sci-uart"; 57 compatible = "renesas,ra-sci"; 64 compatible = "renesas,ra-sci-uart"; 71 compatible = "renesas,ra-sci"; 78 compatible = "renesas,ra-sci-uart"; 85 compatible = "renesas,ra-sci"; [all …]
|
D | r7fa4w1ad2cng.dtsi | 8 #include <arm/renesas/ra/ra4/ra4-cm4-common.dtsi> 28 compatible = "renesas,ra-sci"; 35 compatible = "renesas,ra-sci-uart"; 42 compatible = "renesas,ra-spi"; 48 compatible = "renesas,ra-sce5-rng"; 59 compatible = "renesas,ra-pwm"; 74 compatible = "renesas,ra-cgc-external-clock"; 99 compatible = "renesas,ra-cgc-subclk"; 106 compatible = "renesas,ra-cgc-pll"; 117 compatible = "renesas,ra-cgc-pclk-block"; [all …]
|
/Zephyr-latest/dts/arm/renesas/ra/ra6/ |
D | ra6-cm4-common.dtsi | 9 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h> 36 compatible = "renesas,ra-system"; 42 compatible = "renesas,ra-gpio-ioport"; 52 compatible = "renesas,ra-gpio-ioport"; 62 compatible = "renesas,ra-gpio-ioport"; 72 compatible = "renesas,ra-gpio-ioport"; 82 compatible = "renesas,ra-gpio-ioport"; 92 compatible = "renesas,ra-gpio-ioport"; 102 compatible = "renesas,ra-gpio-ioport"; 112 compatible = "renesas,ra-gpio-ioport"; [all …]
|
D | ra6-cm33-common.dtsi | 9 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h> 37 compatible = "renesas,ra-system"; 43 compatible = "renesas,ra-gpio-ioport"; 53 compatible = "renesas,ra-gpio-ioport"; 63 compatible = "renesas,ra-gpio-ioport"; 73 compatible = "renesas,ra-gpio-ioport"; 83 compatible = "renesas,ra-gpio-ioport"; 93 compatible = "renesas,ra-gpio-ioport"; 103 compatible = "renesas,ra-pinctrl-pfs"; 109 compatible = "renesas,ra-sci"; [all …]
|
D | r7fa6m4ax.dtsi | 7 #include <arm/renesas/ra/ra6/ra6-cm33-common.dtsi> 19 compatible = "renesas,ra-sci"; 26 compatible = "renesas,ra-sci-uart"; 33 compatible = "renesas,ra-sci"; 40 compatible = "renesas,ra-sci-uart"; 47 compatible = "renesas,ra-sci"; 54 compatible = "renesas,ra-sci-uart"; 61 compatible = "renesas,ra-sci"; 68 compatible = "renesas,ra-sci-uart"; 75 compatible = "renesas,ra-sci"; [all …]
|
D | r7fa6m5xh.dtsi | 7 #include <arm/renesas/ra/ra6/ra6-cm33-common.dtsi> 19 compatible = "renesas,ra-gpio-ioport"; 29 compatible = "renesas,ra-gpio-ioport"; 39 compatible = "renesas,ra-gpio-ioport"; 49 compatible = "renesas,ra-gpio-ioport"; 59 compatible = "renesas,ra-gpio-ioport"; 69 compatible = "renesas,ra-gpio-ioport"; 79 compatible = "renesas,ra-sci"; 86 compatible = "renesas,ra-sci-uart"; 93 compatible = "renesas,ra-sci"; [all …]
|
D | r7fa6m3ax.dtsi | 7 #include <arm/renesas/ra/ra6/ra6-cm4-common.dtsi> 19 compatible = "renesas,ra-gpio-ioport"; 29 compatible = "renesas,ra-gpio-ioport"; 39 compatible = "renesas,ra-gpio-ioport"; 49 compatible = "renesas,ra-gpio-ioport"; 59 compatible = "renesas,ra-sci"; 66 compatible = "renesas,ra-sci-uart"; 73 compatible = "renesas,ra-sci"; 80 compatible = "renesas,ra-sci-uart"; 87 compatible = "renesas,ra-sci"; [all …]
|
D | r7fa6e2bx.dtsi | 7 #include <arm/renesas/ra/ra6/ra6-cm33-common.dtsi> 28 compatible = "renesas,ra-gpio-ioport"; 50 compatible = "renesas,ra-canfd-global"; 59 compatible = "renesas,ra-canfd"; 70 compatible = "renesas,ra-pwm"; 80 compatible = "renesas,ra-pwm"; 90 compatible = "renesas,ra-trng"; 100 compatible = "renesas,ra-cgc-external-clock"; 125 compatible = "renesas,ra-cgc-subclk"; 132 compatible = "renesas,ra-cgc-pll"; [all …]
|
D | r7fa6e10x.dtsi | 7 #include <arm/renesas/ra/ra6/ra6-cm33-common.dtsi> 21 compatible = "renesas,ra-gpio-ioport"; 31 compatible = "renesas,ra-gpio-ioport"; 41 compatible = "renesas,ra-sci"; 48 compatible = "renesas,ra-sci-uart"; 55 compatible = "renesas,ra-sci"; 62 compatible = "renesas,ra-sci-uart"; 69 compatible = "renesas,ra-sci"; 76 compatible = "renesas,ra-sci-uart"; 83 compatible = "renesas,ra-sci"; [all …]
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.renesas_ra | 6 bool "Renesas RA Series UART Driver" 13 Enable Renesas RA series UART driver. 16 bool "Renesas RA SCI UART" 26 Enable Renesas RA SCI UART Driver. 31 bool "RA SCI UART FIFO usage enable" 34 Enable RA SCI FIFO
|
/Zephyr-latest/dts/arm/renesas/ra/ra8/ |
D | ra8x1.dtsi | 10 #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-ra.h> 42 compatible = "renesas,ra-system"; 48 compatible = "renesas,ra-pinctrl-pfs"; 54 compatible = "renesas,ra-gpio-ioport"; 64 compatible = "renesas,ra-gpio-ioport"; 74 compatible = "renesas,ra-gpio-ioport"; 84 compatible = "renesas,ra-gpio-ioport"; 94 compatible = "renesas,ra-gpio-ioport"; 105 compatible = "renesas,ra-gpio-ioport"; 115 compatible = "renesas,ra-gpio-ioport"; [all …]
|
D | r7fa8d1xh.dtsi | 7 #include <arm/renesas/ra/ra8/ra8x1.dtsi> 13 compatible = "renesas,ra-sdram"; 21 compatible = "renesas,ra-glcdc"; 30 compatible = "renesas,ra-mipi-dsi"; 46 compatible = "renesas,ra-cgc-external-clock"; 71 compatible = "renesas,ra-cgc-subclk"; 78 compatible = "renesas,ra-cgc-pll"; 87 compatible = "renesas,ra-cgc-pll-out"; 95 compatible = "renesas,ra-cgc-pll-out"; 103 compatible = "renesas,ra-cgc-pll-out"; [all …]
|
D | r7fa8m1xh.dtsi | 7 #include <arm/renesas/ra/ra8/ra8x1.dtsi> 16 compatible = "renesas,ra-cgc-external-clock"; 41 compatible = "renesas,ra-cgc-subclk"; 48 compatible = "renesas,ra-cgc-pll"; 57 compatible = "renesas,ra-cgc-pll-out"; 65 compatible = "renesas,ra-cgc-pll-out"; 73 compatible = "renesas,ra-cgc-pll-out"; 83 compatible = "renesas,ra-cgc-pll"; 91 compatible = "renesas,ra-cgc-pll-out"; 99 compatible = "renesas,ra-cgc-pll-out"; [all …]
|
D | r7fa8t1xh.dtsi | 7 #include <arm/renesas/ra/ra8/ra8x1.dtsi> 16 compatible = "renesas,ra-cgc-external-clock"; 41 compatible = "renesas,ra-cgc-subclk"; 48 compatible = "renesas,ra-cgc-pll"; 55 compatible = "renesas,ra-cgc-pll-out"; 63 compatible = "renesas,ra-cgc-pll-out"; 71 compatible = "renesas,ra-cgc-pll-out"; 81 compatible = "renesas,ra-cgc-pll"; 88 compatible = "renesas,ra-cgc-pll-out"; 96 compatible = "renesas,ra-cgc-pll-out"; [all …]
|
/Zephyr-latest/dts/arm/renesas/ra/ |
D | ra4-cm4-common.dtsi | 7 #include <renesas/ra/ra-cm4-common.dtsi> 12 compatible = "renesas,ra-gpio"; 21 compatible = "renesas,ra-gpio"; 30 compatible = "renesas,ra-gpio"; 39 compatible = "renesas,ra-gpio"; 48 compatible = "renesas,ra-sci"; 60 compatible = "renesas,ra-uart-sci";
|
D | ra-cm4-common.dtsi | 10 #include <zephyr/dt-bindings/interrupt-controller/renesas-ra-icu.h> 27 compatible = "renesas,ra-cgc-external-clock"; 34 compatible = "renesas,ra-cgc-subclk"; 62 compatible = "renesas,ra-cgc-pll"; 81 compatible = "renesas,ra-interrupt-controller-unit"; 89 compatible = "renesas,ra-cgc-pclk-block"; 94 compatible = "renesas,ra-cgc-pclk-block"; 100 compatible = "renesas,ra-cgc-pclk"; 107 compatible = "renesas,ra-cgc-pclk"; 114 compatible = "renesas,ra-cgc-pclk"; [all …]
|