Home
last modified time | relevance | path

Searched defs:CPU (Results 1 – 9 of 9) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_pwr_ex.c618 void HAL_PWREx_HoldCore(uint32_t CPU) in HAL_PWREx_HoldCore()
633 void HAL_PWREx_ReleaseCore(uint32_t CPU) in HAL_PWREx_ReleaseCore()
/btstack/port/stm32-l073rz-nucleo-em9304/
H A DMakefile141 CPU = -mcpu=cortex-m0plus macro
/btstack/port/stm32-f4discovery-cc256x/
H A DMakefile230 CPU = -mcpu=cortex-m4 macro
/btstack/port/stm32-f4discovery-usb/
H A DMakefile236 CPU = -mcpu=cortex-m4 macro
/btstack/port/stm32-l476rg-nucleo-sx1280/
H A DMakefile153 CPU = -mcpu=cortex-m4 macro
/btstack/port/stm32-l451-miromico-sx1280/
H A DMakefile154 CPU = -mcpu=cortex-m4 macro
/btstack/port/stm32-wb55xx-nucleo-freertos/
H A DMakefile151 CPU = -mcpu=cortex-m4 macro
/btstack/port/apollo2-em9304/example-template/gcc/
H A DMakefile48 CPU = cortex-m4 macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_pwr_ex.h837 #define IS_PWR_CORE(CPU) (((CPU) == PWR_CORE_CPU1) || ((CPU) == PWR_CORE_CPU2)) argument
839 #define IS_PWR_CORE_HOLD_RELEASE(CPU) ((CPU) == PWR_CORE_CPU2) argument