Searched refs:nv (Results 1 – 25 of 139) sorted by relevance
123456
/Zephyr-Core-3.5.0/scripts/build/ |
D | gen_isr_tables.py | 142 def write_code_irq_vector_table(fp, vt, nv, syms): argument 146 for i in range(nv): 157 def write_address_irq_vector_table(fp, vt, nv): argument 158 fp.write("uintptr_t __irq_vector_table _irq_vector_table[%d] = {\n" % nv) 159 for i in range(nv): 180 def write_shared_table(fp, shared, nv): argument 182 " z_shared_sw_isr_table[%d] = {\n" % nv) 184 for i in range(nv): 206 nv = intlist["num_vectors"] 209 write_shared_table(fp, shared, nv) [all …]
|
/Zephyr-Core-3.5.0/dts/arm/st/h7/ |
D | stm32h745.dtsi | 16 compatible = "st,stm32-nv-flash", "soc-nv-flash"; 23 compatible = "st,stm32-nv-flash", "soc-nv-flash";
|
D | stm32h743.dtsi | 16 compatible = "st,stm32-nv-flash", "soc-nv-flash";
|
D | stm32h750.dtsi | 16 compatible = "st,stm32-nv-flash", "soc-nv-flash";
|
/Zephyr-Core-3.5.0/boards/riscv/neorv32/ |
D | neorv32.dts | 31 compatible = "soc-nv-flash", "mmio-sram"; 36 compatible = "soc-nv-flash", "mmio-sram";
|
/Zephyr-Core-3.5.0/dts/arm/st/u5/ |
D | stm32u599.dtsi | 2 * Copyright (c) 2023 PSICONTROL nv
|
D | stm32u599Xj.dtsi | 2 * Copyright (c) 2023 PSICONTROL nv
|
/Zephyr-Core-3.5.0/soc/arm/st_stm32/stm32u5/ |
D | Kconfig.defconfig.stm32u595xx | 3 # Copyright (c) 2023 PSICONTROL nv
|
D | Kconfig.defconfig.stm32u599xx | 3 # Copyright (c) 2023 PSICONTROL nv
|
D | Kconfig.soc | 4 # Copyright (c) 2023 PSICONTROL nv
|
/Zephyr-Core-3.5.0/dts/arm/ti/ |
D | cc3220sf.dtsi | 20 compatible = "soc-nv-flash";
|
D | cc3235sf.dtsi | 20 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/dts/arm/nxp/ |
D | nxp_kv5xf512vlx24.dtsi | 21 compatible = "soc-nv-flash";
|
D | nxp_kv5xf1m0vlx24.dtsi | 21 compatible = "soc-nv-flash";
|
D | nxp_lpc55S0x_common.dtsi | 82 compatible = "soc-nv-flash"; 89 compatible = "soc-nv-flash"; 100 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/dts/riscv/ite/ |
D | it82202ax-512.dtsi | 18 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/dts/arm/silabs/ |
D | efr32bg22.dtsi | 12 compatible = "soc-nv-flash";
|
D | efr32bg27.dtsi | 12 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/boards/arc/nsim/ |
D | nsim-flash-sram-mem.dtsi | 16 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/boards/shields/v2c_daplink/ |
D | v2c_daplink_cfg.overlay | 16 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/doc/services/storage/flash_map/ |
D | example_fragment.dts | 9 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/dts/nios2/intel/ |
D | nios2-qemu.dtsi | 20 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/boards/arm/fvp_baser_aemv8r_aarch32/ |
D | fvp_baser_aemv8r_aarch32.dts | 31 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/boards/x86/qemu_x86/ |
D | qemu_x86.dts | 23 compatible = "soc-nv-flash"; 91 compatible = "soc-nv-flash";
|
/Zephyr-Core-3.5.0/tests/drivers/flash_simulator/boards/ |
D | nucleo_f411re.overlay | 27 compatible = "soc-nv-flash";
|
123456