Home
last modified time | relevance | path

Searched refs:cpacr (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init.c118 uint32_t cpacr = M33_CPACR_CP10_BITS; in runtime_init_per_core_enable_coprocessors() local
120 cpacr |= M33_CPACR_CP4_BITS; in runtime_init_per_core_enable_coprocessors()
123 cpacr |= M33_CPACR_CP0_BITS; in runtime_init_per_core_enable_coprocessors()
125 arm_cpu_hw->cpacr |= cpacr; in runtime_init_per_core_enable_coprocessors()
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dscb.h242 io_rw_32 cpacr;
Dm33.h757 io_rw_32 cpacr;