Home
last modified time | relevance | path

Searched full:cpu2 (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/dts/bindings/clock/
Dst,stm32wl-rcc.yaml14 - cpu2-prescaler
17 cpu2-prescaler:
31 CPU2 prescaler. Sets HCLK2 frequency which clocks CPU2.
Dst,stm32wb-rcc.yaml39 cpu2-prescaler:
54 CPU2 prescaler. Sets HCLK2 frequency which clocks CPU2.
Dst,stm32h7-rcc.yaml64 D2 domain, CPU2 core clock and AHB(1/2/3/4) peripheral prescaler
/Zephyr-latest/soc/nxp/rw/
Dsections.ld28 /* CPU3 <-> CPU2 mailbox */
31 /* Reserve space for CPU1 -> CPU3 TXQ (allocated by the CPU2) */
33 /* CPU3 -> CPU2 TXQ */
36 /* Left space is reserved for CPU3/CPU2 operations */
/Zephyr-latest/drivers/flash/
Dflash_stm32wbx.c99 * When the PESD bit mechanism is used by CPU2 to protect its in write_dword()
107 * used to protect the CPU2 timing. in write_dword()
134 * Check now if the CPU2 disallows flash processing to in write_dword()
136 * CPU2 does not allow flash processing in write_dword()
138 * Note: By default, the CPU2 uses the PESD mechanism in write_dword()
144 * The protection by semaphore is enabled on CPU2 side in write_dword()
173 * opportunity to CPU2 to protect its timing in write_dword()
176 * Note that the CPU2 is polling on this in write_dword()
236 * When the PESD bit mechanism is used by CPU2 to protect its in erase_page()
244 * used to protect the CPU2 timing. in erase_page()
[all …]
/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h18 * Index of the semaphore used by CPU2 to prevent the CPU1 to either write or
20 * this semaphore is taken by the CPU2. When the CPU1 needs to either write or
23 * On v1.4.0 and older CPU2 wireless firmware, this semaphore is unused and
24 * CPU2 is using PES bit. By default, CPU2 is using the PES bit to protect its
25 * timing. The CPU1 may request the CPU2 to use the semaphore instead of the
31 * Index of the semaphore used by CPU1 to prevent the CPU2 to either write or
33 * semaphore to prevent the CPU2 to either write or erase in flash
35 * The PES bit shall not be used as this may stall the CPU2 in some cases.
75 /** Index of the semaphore for CPU2 mailbox */
/Zephyr-latest/boards/snps/hsdk/support/
Dopenocd-2-cores.cfg48 set _TARGETNAME2 $_CHIPNAME.cpu2
49 jtag newtap $_CHIPNAME cpu2 -irlen 4 -ircapture 0x1 -expected-id 0x200424b1
Dopenocd.cfg48 set _TARGETNAME2 $_CHIPNAME.cpu2
49 jtag newtap $_CHIPNAME cpu2 -irlen 4 -ircapture 0x1 -expected-id 0x200424b1
/Zephyr-latest/tests/kernel/smp_boot_delay/src/
Dmain.c110 zassert_false(mp_flag, "CPU2 must not be running yet"); in ZTEST()
117 zassert_true(mp_flag, "CPU2 did not start"); in ZTEST()
/Zephyr-latest/boards/snps/hsdk4xd/support/
Dopenocd.cfg48 set _TARGETNAME2 $_CHIPNAME.cpu2
49 jtag newtap $_CHIPNAME cpu2 -irlen 4 -ircapture 0x1 -expected-id 0x100454b1
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/
Dwb_i2c1_sysclk_lptim1_lsi.overlay66 cpu2-prescaler = <1>;
Dwb_i2c1_hsi_lptim1_lse.overlay66 cpu2-prescaler = <1>;
Dwl_i2c1_sysclk_lptim1_lsi.overlay63 cpu2-prescaler = <1>;
Dwl_i2c1_hsi_lptim1_lse_adc1_pllp.overlay77 cpu2-prescaler = <1>;
/Zephyr-latest/boards/st/stm32wb5mmg/
Dstm32wb5mmg.dts49 cpu2-prescaler = <1>;
/Zephyr-latest/boards/st/stm32wb5mm_dk/
Dstm32wb5mm_dk.dts90 cpu2-prescaler = <1>;
/Zephyr-latest/dts/arm64/intel/
Dintel_socfpga_agilex.dtsi30 cpu2: cpu@2 { label
/Zephyr-latest/boards/st/nucleo_wl55jc/
Dnucleo_wl55jc.dts105 cpu2-prescaler = <1>;
/Zephyr-latest/dts/riscv/sifive/
Driscv64-fu740.dtsi62 cpu2: cpu@2 { label
/Zephyr-latest/boards/st/nucleo_wb55rg/
Dnucleo_wb55rg.dts108 cpu2-prescaler = <1>;
/Zephyr-latest/boards/arduino/opta/doc/
Dindex.rst134 as well as by the main PLL clock. By default, the CPU2 (Cortex-M4) System clock
171 - CPU2 (Cortex-M4) boot address is set to 0x08180000
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst120 is driven by the PLL clock at 400MHz, and the CPU2 (Cortex-M4) System clock
239 - CPU2 (Cortex-M4) boot address is set to 0x81000000 (OB: BOOT_CM4_ADD0)
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_nxp.c465 /* After send annex55 to CPU2, CPU2 need reset, in bt_nxp_setup()
/Zephyr-latest/dts/riscv/andes/
Dandes_v5_ae350.dtsi52 cpu2: cpu@2 { label
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst157 VM1's configuration so it runs on CPU2 and CPU3. If your ACRN setup has

12