Remove build/ and .stm32env from git
This commit is contained in:
parent
f7b04fb8ed
commit
fe9a486819
5
Software/.gitignore
vendored
Normal file
5
Software/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.vscode
|
||||||
|
|
||||||
|
build
|
||||||
|
|
||||||
|
.stm32env
|
@ -1,7 +0,0 @@
|
|||||||
# environment variable file used by stm32-for-vscode and the STM32Make.make makefile
|
|
||||||
# Other environment variables can be added here. If wanting to use the generated makefile in CI/CD context please
|
|
||||||
# configure the following variables: GCC_PATH, OPENOCD
|
|
||||||
|
|
||||||
ARM_GCC_PATH = /home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-eabi-gcc/14.2.1-1.1.1/.content/bin
|
|
||||||
OPENOCD = /home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/openocd/0.12.0-6.1/.content/bin/openocd
|
|
||||||
|
|
@ -1,68 +0,0 @@
|
|||||||
build/debug/main.o: Core/Src/main.c Core/Inc/main.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Core/Inc/main.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
build/debug/main.o build/debug/stm32h7xx_hal.o build/debug/stm32h7xx_hal_adc.o build/debug/stm32h7xx_hal_adc_ex.o build/debug/stm32h7xx_hal_cortex.o build/debug/stm32h7xx_hal_dma.o build/debug/stm32h7xx_hal_dma_ex.o build/debug/stm32h7xx_hal_exti.o build/debug/stm32h7xx_hal_fdcan.o build/debug/stm32h7xx_hal_flash.o build/debug/stm32h7xx_hal_flash_ex.o build/debug/stm32h7xx_hal_gpio.o build/debug/stm32h7xx_hal_hsem.o build/debug/stm32h7xx_hal_i2c.o build/debug/stm32h7xx_hal_i2c_ex.o build/debug/stm32h7xx_hal_mdma.o build/debug/stm32h7xx_hal_msp.o build/debug/stm32h7xx_hal_pwr.o build/debug/stm32h7xx_hal_pwr_ex.o build/debug/stm32h7xx_hal_rcc.o build/debug/stm32h7xx_hal_rcc_ex.o build/debug/stm32h7xx_hal_tim.o build/debug/stm32h7xx_hal_tim_ex.o build/debug/stm32h7xx_it.o build/debug/syscalls.o build/debug/sysmem.o build/debug/system_stm32h7xx.o build/debug/startup_stm32h7a3xx.o
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_adc.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_adc_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_adc_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_cortex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_cortex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_dma.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_dma_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dma_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_exti.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_exti.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_fdcan.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_fdcan.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_flash.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_flash_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_flash_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_gpio.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_gpio.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_hsem.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
@ -1,921 +0,0 @@
|
|||||||
ARM GAS /tmp/cc2ISjZK.s page 1
|
|
||||||
|
|
||||||
|
|
||||||
1 .cpu cortex-m7
|
|
||||||
2 .arch armv7e-m
|
|
||||||
3 .fpu fpv5-d16
|
|
||||||
4 .eabi_attribute 28, 1
|
|
||||||
5 .eabi_attribute 20, 1
|
|
||||||
6 .eabi_attribute 21, 1
|
|
||||||
7 .eabi_attribute 23, 3
|
|
||||||
8 .eabi_attribute 24, 1
|
|
||||||
9 .eabi_attribute 25, 1
|
|
||||||
10 .eabi_attribute 26, 1
|
|
||||||
11 .eabi_attribute 30, 1
|
|
||||||
12 .eabi_attribute 34, 1
|
|
||||||
13 .eabi_attribute 18, 4
|
|
||||||
14 .file "stm32h7xx_hal_hsem.c"
|
|
||||||
15 .text
|
|
||||||
16 .Ltext0:
|
|
||||||
17 .cfi_sections .debug_frame
|
|
||||||
18 .file 1 "Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c"
|
|
||||||
19 .section .text.HAL_HSEM_Take,"ax",%progbits
|
|
||||||
20 .align 1
|
|
||||||
21 .global HAL_HSEM_Take
|
|
||||||
22 .syntax unified
|
|
||||||
23 .thumb
|
|
||||||
24 .thumb_func
|
|
||||||
26 HAL_HSEM_Take:
|
|
||||||
27 .LVL0:
|
|
||||||
28 .LFB335:
|
|
||||||
1:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
2:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ******************************************************************************
|
|
||||||
3:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @file stm32h7xx_hal_hsem.c
|
|
||||||
4:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @author MCD Application Team
|
|
||||||
5:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief HSEM HAL module driver.
|
|
||||||
6:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * This file provides firmware functions to manage the following
|
|
||||||
7:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * functionalities of the semaphore peripheral:
|
|
||||||
8:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + Semaphore Take function (2-Step Procedure) , non blocking
|
|
||||||
9:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + Semaphore FastTake function (1-Step Procedure) , non blocking
|
|
||||||
10:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + Semaphore Status check
|
|
||||||
11:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + Semaphore Clear Key Set and Get
|
|
||||||
12:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + Release and release all functions
|
|
||||||
13:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + Semaphore notification enabling and disabling and callnack functions
|
|
||||||
14:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * + IRQ handler management
|
|
||||||
15:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
16:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
17:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ******************************************************************************
|
|
||||||
18:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @attention
|
|
||||||
19:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
20:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * Copyright (c) 2017 STMicroelectronics.
|
|
||||||
21:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * All rights reserved.
|
|
||||||
22:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
23:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * This software is licensed under terms that can be found in the LICENSE file
|
|
||||||
24:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * in the root directory of this software component.
|
|
||||||
25:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
|
|
||||||
26:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
27:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ******************************************************************************
|
|
||||||
28:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @verbatim
|
|
||||||
29:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
30:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ##### How to use this driver #####
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 2
|
|
||||||
|
|
||||||
|
|
||||||
31:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
32:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..]
|
|
||||||
33:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#)Take a semaphore In 2-Step mode Using function HAL_HSEM_Take. This function takes as param
|
|
||||||
34:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the semaphore ID from 0 to 31
|
|
||||||
35:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the process ID from 0 to 255
|
|
||||||
36:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#) Fast Take semaphore In 1-Step mode Using function HAL_HSEM_FastTake. This function takes
|
|
||||||
37:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the semaphore ID from 0_ID to 31. Note that the process ID value is implicitly assu
|
|
||||||
38:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#) Check if a semaphore is Taken using function HAL_HSEM_IsSemTaken. This function takes as
|
|
||||||
39:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the semaphore ID from 0_ID to 31
|
|
||||||
40:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) It returns 1 if the given semaphore is taken otherwise (Free) zero
|
|
||||||
41:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#)Release a semaphore using function with HAL_HSEM_Release. This function takes as parameter
|
|
||||||
42:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the semaphore ID from 0 to 31
|
|
||||||
43:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the process ID from 0 to 255:
|
|
||||||
44:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) Note: If ProcessID and MasterID match, semaphore is freed, and an interrupt
|
|
||||||
45:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** may be generated when enabled (notification activated). If ProcessID or MasterID does not
|
|
||||||
46:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** semaphore remains taken (locked)
|
|
||||||
47:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
48:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#)Release all semaphores at once taken by a given Master using function HAL_HSEM_Release_All
|
|
||||||
49:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** This function takes as parameters :
|
|
||||||
50:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the Release Key (value from 0 to 0xFFFF) can be Set or Get respectively by
|
|
||||||
51:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HAL_HSEM_SetClearKey() or HAL_HSEM_GetClearKey functions
|
|
||||||
52:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) the Master ID:
|
|
||||||
53:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) Note: If the Key and MasterID match, all semaphores taken by the given CPU that cor
|
|
||||||
54:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** to MasterID will be freed, and an interrupt may be generated when enabled (notification
|
|
||||||
55:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** Key or the MasterID doesn't match, semaphores remains taken (locked)
|
|
||||||
56:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
57:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#)Semaphores Release all key functions:
|
|
||||||
58:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) HAL_HSEM_SetClearKey() to set semaphore release all Key
|
|
||||||
59:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) HAL_HSEM_GetClearKey() to get release all Key
|
|
||||||
60:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (#)Semaphores notification functions :
|
|
||||||
61:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) HAL_HSEM_ActivateNotification to activate a notification callback on
|
|
||||||
62:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** a given semaphores Mask (bitfield). When one or more semaphores defined by the mask
|
|
||||||
63:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** the callback HAL_HSEM_FreeCallback will be asserted giving as parameters a mask of t
|
|
||||||
64:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** semaphores (bitfield).
|
|
||||||
65:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
66:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) HAL_HSEM_DeactivateNotification to deactivate the notification of a given semaphores
|
|
||||||
67:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (++) See the description of the macro __HAL_HSEM_SEMID_TO_MASK to check how to calculate a
|
|
||||||
68:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** Used by the notification functions
|
|
||||||
69:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *** HSEM HAL driver macros list ***
|
|
||||||
70:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** =============================================
|
|
||||||
71:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] Below the list of most used macros in HSEM HAL driver.
|
|
||||||
72:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
73:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) __HAL_HSEM_SEMID_TO_MASK: Helper macro to convert a Semaphore ID to a Mask.
|
|
||||||
74:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] Example of use :
|
|
||||||
75:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] mask = __HAL_HSEM_SEMID_TO_MASK(8) | __HAL_HSEM_SEMID_TO_MASK(21) | __HAL_HSEM_SEMID_T
|
|
||||||
76:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] All next macros take as parameter a semaphore Mask (bitfiled) that can be constructed us
|
|
||||||
77:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) __HAL_HSEM_ENABLE_IT: Enable the specified semaphores Mask interrupts.
|
|
||||||
78:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) __HAL_HSEM_DISABLE_IT: Disable the specified semaphores Mask interrupts.
|
|
||||||
79:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) __HAL_HSEM_GET_IT: Checks whether the specified semaphore interrupt has occurred or not.
|
|
||||||
80:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) __HAL_HSEM_GET_FLAG: Get the semaphores status release flags.
|
|
||||||
81:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) __HAL_HSEM_CLEAR_FLAG: Clear the semaphores status release flags.
|
|
||||||
82:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
83:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @endverbatim
|
|
||||||
84:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ******************************************************************************
|
|
||||||
85:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
86:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
87:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Includes ------------------------------------------------------------------*/
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 3
|
|
||||||
|
|
||||||
|
|
||||||
88:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #include "stm32h7xx_hal.h"
|
|
||||||
89:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
90:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @addtogroup STM32H7xx_HAL_Driver
|
|
||||||
91:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
92:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
93:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
94:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @defgroup HSEM HSEM
|
|
||||||
95:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief HSEM HAL module driver
|
|
||||||
96:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
97:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
98:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
99:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #ifdef HAL_HSEM_MODULE_ENABLED
|
|
||||||
100:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
101:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Private typedef -----------------------------------------------------------*/
|
|
||||||
102:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Private define ------------------------------------------------------------*/
|
|
||||||
103:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if defined(DUAL_CORE)
|
|
||||||
104:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @defgroup HSEM_Private_Constants HSEM Private Constants
|
|
||||||
105:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
106:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
107:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
108:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #ifndef HSEM_R_MASTERID
|
|
||||||
109:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #define HSEM_R_MASTERID HSEM_R_COREID
|
|
||||||
110:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
111:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
112:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #ifndef HSEM_RLR_MASTERID
|
|
||||||
113:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #define HSEM_RLR_MASTERID HSEM_RLR_COREID
|
|
||||||
114:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
115:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
116:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #ifndef HSEM_CR_MASTERID
|
|
||||||
117:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #define HSEM_CR_MASTERID HSEM_CR_COREID
|
|
||||||
118:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
119:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
120:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
121:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @}
|
|
||||||
122:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
123:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif /* DUAL_CORE */
|
|
||||||
124:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Private macro -------------------------------------------------------------*/
|
|
||||||
125:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Private variables ---------------------------------------------------------*/
|
|
||||||
126:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Private function prototypes -----------------------------------------------*/
|
|
||||||
127:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Private functions ---------------------------------------------------------*/
|
|
||||||
128:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Exported functions --------------------------------------------------------*/
|
|
||||||
129:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
130:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @defgroup HSEM_Exported_Functions HSEM Exported Functions
|
|
||||||
131:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
132:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
133:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
134:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @defgroup HSEM_Exported_Functions_Group1 Take and Release functions
|
|
||||||
135:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief HSEM Take and Release functions
|
|
||||||
136:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
137:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @verbatim
|
|
||||||
138:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
139:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ##### HSEM Take and Release functions #####
|
|
||||||
140:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
141:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] This section provides functions allowing to:
|
|
||||||
142:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Take a semaphore with 2 Step method
|
|
||||||
143:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Fast Take a semaphore with 1 Step method
|
|
||||||
144:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Check semaphore state Taken or not
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 4
|
|
||||||
|
|
||||||
|
|
||||||
145:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Release a semaphore
|
|
||||||
146:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Release all semaphore at once
|
|
||||||
147:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
148:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @endverbatim
|
|
||||||
149:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
150:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
151:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
152:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
153:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
154:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Take a semaphore in 2 Step mode.
|
|
||||||
155:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemID: semaphore ID from 0 to 31
|
|
||||||
156:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param ProcessID: Process ID from 0 to 255
|
|
||||||
157:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval HAL status
|
|
||||||
158:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
159:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HAL_StatusTypeDef HAL_HSEM_Take(uint32_t SemID, uint32_t ProcessID)
|
|
||||||
160:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
29 .loc 1 160 1 view -0
|
|
||||||
30 .cfi_startproc
|
|
||||||
31 @ args = 0, pretend = 0, frame = 0
|
|
||||||
32 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
33 @ link register save eliminated.
|
|
||||||
161:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Check the parameters */
|
|
||||||
162:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_SEMID(SemID));
|
|
||||||
34 .loc 1 162 3 view .LVU1
|
|
||||||
163:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_PROCESSID(ProcessID));
|
|
||||||
35 .loc 1 163 3 view .LVU2
|
|
||||||
164:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
165:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
166:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* First step write R register with MasterID, processID and take bit=1*/
|
|
||||||
167:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->R[SemID] = ((ProcessID & HSEM_R_PROCID) | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_R_MA
|
|
||||||
168:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
169:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* second step : read the R register . Take achieved if MasterID and processID match and take bit
|
|
||||||
170:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HSEM->R[SemID] == ((ProcessID & HSEM_R_PROCID) | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM
|
|
||||||
171:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
172:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*take success when MasterID and ProcessID match and take bit set*/
|
|
||||||
173:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return HAL_OK;
|
|
||||||
174:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
175:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #else
|
|
||||||
176:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* First step write R register with MasterID, processID and take bit=1*/
|
|
||||||
177:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK);
|
|
||||||
36 .loc 1 177 3 view .LVU3
|
|
||||||
37 .loc 1 177 56 is_stmt 0 view .LVU4
|
|
||||||
38 0000 064B ldr r3, .L4
|
|
||||||
39 0002 0B43 orrs r3, r3, r1
|
|
||||||
40 .loc 1 177 18 view .LVU5
|
|
||||||
41 0004 064A ldr r2, .L4+4
|
|
||||||
42 0006 42F82030 str r3, [r2, r0, lsl #2]
|
|
||||||
178:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
179:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* second step : read the R register . Take achieved if MasterID and processID match and take bit
|
|
||||||
180:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HSEM->R[SemID] == (ProcessID | HSEM_CR_COREID_CURRENT | HSEM_R_LOCK))
|
|
||||||
43 .loc 1 180 3 is_stmt 1 view .LVU6
|
|
||||||
44 .loc 1 180 14 is_stmt 0 view .LVU7
|
|
||||||
45 000a 52F82020 ldr r2, [r2, r0, lsl #2]
|
|
||||||
46 .loc 1 180 6 view .LVU8
|
|
||||||
47 000e 9342 cmp r3, r2
|
|
||||||
48 0010 01D0 beq .L3
|
|
||||||
181:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 5
|
|
||||||
|
|
||||||
|
|
||||||
182:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*take success when MasterID and ProcessID match and take bit set*/
|
|
||||||
183:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return HAL_OK;
|
|
||||||
184:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
185:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
186:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
187:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Semaphore take fails*/
|
|
||||||
188:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return HAL_ERROR;
|
|
||||||
49 .loc 1 188 10 view .LVU9
|
|
||||||
50 0012 0120 movs r0, #1
|
|
||||||
51 .LVL1:
|
|
||||||
52 .loc 1 188 10 view .LVU10
|
|
||||||
53 0014 7047 bx lr
|
|
||||||
54 .LVL2:
|
|
||||||
55 .L3:
|
|
||||||
183:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
56 .loc 1 183 12 view .LVU11
|
|
||||||
57 0016 0020 movs r0, #0
|
|
||||||
58 .LVL3:
|
|
||||||
189:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
59 .loc 1 189 1 view .LVU12
|
|
||||||
60 0018 7047 bx lr
|
|
||||||
61 .L5:
|
|
||||||
62 001a 00BF .align 2
|
|
||||||
63 .L4:
|
|
||||||
64 001c 00010080 .word -2147483392
|
|
||||||
65 0020 00080248 .word 1208092672
|
|
||||||
66 .cfi_endproc
|
|
||||||
67 .LFE335:
|
|
||||||
69 .section .text.HAL_HSEM_FastTake,"ax",%progbits
|
|
||||||
70 .align 1
|
|
||||||
71 .global HAL_HSEM_FastTake
|
|
||||||
72 .syntax unified
|
|
||||||
73 .thumb
|
|
||||||
74 .thumb_func
|
|
||||||
76 HAL_HSEM_FastTake:
|
|
||||||
77 .LVL4:
|
|
||||||
78 .LFB336:
|
|
||||||
190:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
191:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
192:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Fast Take a semaphore with 1 Step mode.
|
|
||||||
193:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemID: semaphore ID from 0 to 31
|
|
||||||
194:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval HAL status
|
|
||||||
195:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
196:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HAL_StatusTypeDef HAL_HSEM_FastTake(uint32_t SemID)
|
|
||||||
197:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
79 .loc 1 197 1 is_stmt 1 view -0
|
|
||||||
80 .cfi_startproc
|
|
||||||
81 @ args = 0, pretend = 0, frame = 0
|
|
||||||
82 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
83 @ link register save eliminated.
|
|
||||||
198:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Check the parameters */
|
|
||||||
199:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_SEMID(SemID));
|
|
||||||
84 .loc 1 199 3 view .LVU14
|
|
||||||
200:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
201:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
202:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Read the RLR register to take the semaphore */
|
|
||||||
203:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HSEM->RLR[SemID] == (((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_R_MASTERID)) & HSEM_RLR_MAS
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 6
|
|
||||||
|
|
||||||
|
|
||||||
204:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
205:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*take success when MasterID match and take bit set*/
|
|
||||||
206:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return HAL_OK;
|
|
||||||
207:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
208:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #else
|
|
||||||
209:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Read the RLR register to take the semaphore */
|
|
||||||
210:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HSEM->RLR[SemID] == (HSEM_CR_COREID_CURRENT | HSEM_RLR_LOCK))
|
|
||||||
85 .loc 1 210 3 view .LVU15
|
|
||||||
86 .loc 1 210 16 is_stmt 0 view .LVU16
|
|
||||||
87 0000 2030 adds r0, r0, #32
|
|
||||||
88 .LVL5:
|
|
||||||
89 .loc 1 210 16 view .LVU17
|
|
||||||
90 0002 054B ldr r3, .L9
|
|
||||||
91 0004 53F82020 ldr r2, [r3, r0, lsl #2]
|
|
||||||
92 .loc 1 210 6 view .LVU18
|
|
||||||
93 0008 044B ldr r3, .L9+4
|
|
||||||
94 000a 9A42 cmp r2, r3
|
|
||||||
95 000c 01D0 beq .L8
|
|
||||||
211:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
212:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*take success when MasterID match and take bit set*/
|
|
||||||
213:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return HAL_OK;
|
|
||||||
214:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
215:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
216:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
217:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Semaphore take fails */
|
|
||||||
218:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return HAL_ERROR;
|
|
||||||
96 .loc 1 218 10 view .LVU19
|
|
||||||
97 000e 0120 movs r0, #1
|
|
||||||
98 .LVL6:
|
|
||||||
99 .loc 1 218 10 view .LVU20
|
|
||||||
100 0010 7047 bx lr
|
|
||||||
101 .L8:
|
|
||||||
213:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
102 .loc 1 213 12 view .LVU21
|
|
||||||
103 0012 0020 movs r0, #0
|
|
||||||
219:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
104 .loc 1 219 1 view .LVU22
|
|
||||||
105 0014 7047 bx lr
|
|
||||||
106 .L10:
|
|
||||||
107 0016 00BF .align 2
|
|
||||||
108 .L9:
|
|
||||||
109 0018 00080248 .word 1208092672
|
|
||||||
110 001c 00010080 .word -2147483392
|
|
||||||
111 .cfi_endproc
|
|
||||||
112 .LFE336:
|
|
||||||
114 .section .text.HAL_HSEM_IsSemTaken,"ax",%progbits
|
|
||||||
115 .align 1
|
|
||||||
116 .global HAL_HSEM_IsSemTaken
|
|
||||||
117 .syntax unified
|
|
||||||
118 .thumb
|
|
||||||
119 .thumb_func
|
|
||||||
121 HAL_HSEM_IsSemTaken:
|
|
||||||
122 .LVL7:
|
|
||||||
123 .LFB337:
|
|
||||||
220:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
221:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Check semaphore state Taken or not.
|
|
||||||
222:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemID: semaphore ID
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 7
|
|
||||||
|
|
||||||
|
|
||||||
223:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval HAL HSEM state
|
|
||||||
224:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
225:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** uint32_t HAL_HSEM_IsSemTaken(uint32_t SemID)
|
|
||||||
226:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
124 .loc 1 226 1 is_stmt 1 view -0
|
|
||||||
125 .cfi_startproc
|
|
||||||
126 @ args = 0, pretend = 0, frame = 0
|
|
||||||
127 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
128 @ link register save eliminated.
|
|
||||||
227:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL);
|
|
||||||
129 .loc 1 227 3 view .LVU24
|
|
||||||
130 .loc 1 227 20 is_stmt 0 view .LVU25
|
|
||||||
131 0000 044B ldr r3, .L15
|
|
||||||
132 0002 53F82030 ldr r3, [r3, r0, lsl #2]
|
|
||||||
133 .loc 1 227 56 view .LVU26
|
|
||||||
134 0006 002B cmp r3, #0
|
|
||||||
135 0008 01DB blt .L14
|
|
||||||
136 .loc 1 227 56 discriminator 2 view .LVU27
|
|
||||||
137 000a 0020 movs r0, #0
|
|
||||||
138 .LVL8:
|
|
||||||
228:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
139 .loc 1 228 1 view .LVU28
|
|
||||||
140 000c 7047 bx lr
|
|
||||||
141 .LVL9:
|
|
||||||
142 .L14:
|
|
||||||
227:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL);
|
|
||||||
143 .loc 1 227 56 discriminator 1 view .LVU29
|
|
||||||
144 000e 0120 movs r0, #1
|
|
||||||
145 .LVL10:
|
|
||||||
227:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return (((HSEM->R[SemID] & HSEM_R_LOCK) != 0U) ? 1UL : 0UL);
|
|
||||||
146 .loc 1 227 56 discriminator 1 view .LVU30
|
|
||||||
147 0010 7047 bx lr
|
|
||||||
148 .L16:
|
|
||||||
149 0012 00BF .align 2
|
|
||||||
150 .L15:
|
|
||||||
151 0014 00080248 .word 1208092672
|
|
||||||
152 .cfi_endproc
|
|
||||||
153 .LFE337:
|
|
||||||
155 .section .text.HAL_HSEM_Release,"ax",%progbits
|
|
||||||
156 .align 1
|
|
||||||
157 .global HAL_HSEM_Release
|
|
||||||
158 .syntax unified
|
|
||||||
159 .thumb
|
|
||||||
160 .thumb_func
|
|
||||||
162 HAL_HSEM_Release:
|
|
||||||
163 .LVL11:
|
|
||||||
164 .LFB338:
|
|
||||||
229:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
230:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
231:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
232:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Release a semaphore.
|
|
||||||
233:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemID: semaphore ID from 0 to 31
|
|
||||||
234:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param ProcessID: Process ID from 0 to 255
|
|
||||||
235:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval None
|
|
||||||
236:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
237:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** void HAL_HSEM_Release(uint32_t SemID, uint32_t ProcessID)
|
|
||||||
238:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 8
|
|
||||||
|
|
||||||
|
|
||||||
165 .loc 1 238 1 is_stmt 1 view -0
|
|
||||||
166 .cfi_startproc
|
|
||||||
167 @ args = 0, pretend = 0, frame = 0
|
|
||||||
168 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
169 @ link register save eliminated.
|
|
||||||
239:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Check the parameters */
|
|
||||||
240:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_SEMID(SemID));
|
|
||||||
170 .loc 1 240 3 view .LVU32
|
|
||||||
241:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_PROCESSID(ProcessID));
|
|
||||||
171 .loc 1 241 3 view .LVU33
|
|
||||||
242:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
243:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Clear the semaphore by writing to the R register : the MasterID , the processID and take bit =
|
|
||||||
244:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
245:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->R[SemID] = (ProcessID | ((HAL_GetCurrentCPUID() << POSITION_VAL(HSEM_R_MASTERID)) & HSEM_R_
|
|
||||||
246:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #else
|
|
||||||
247:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->R[SemID] = (ProcessID | HSEM_CR_COREID_CURRENT);
|
|
||||||
172 .loc 1 247 3 view .LVU34
|
|
||||||
173 .loc 1 247 31 is_stmt 0 view .LVU35
|
|
||||||
174 0000 41F48071 orr r1, r1, #256
|
|
||||||
175 .LVL12:
|
|
||||||
176 .loc 1 247 18 view .LVU36
|
|
||||||
177 0004 014B ldr r3, .L18
|
|
||||||
178 0006 43F82010 str r1, [r3, r0, lsl #2]
|
|
||||||
248:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
249:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
250:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
179 .loc 1 250 1 view .LVU37
|
|
||||||
180 000a 7047 bx lr
|
|
||||||
181 .L19:
|
|
||||||
182 .align 2
|
|
||||||
183 .L18:
|
|
||||||
184 000c 00080248 .word 1208092672
|
|
||||||
185 .cfi_endproc
|
|
||||||
186 .LFE338:
|
|
||||||
188 .section .text.HAL_HSEM_ReleaseAll,"ax",%progbits
|
|
||||||
189 .align 1
|
|
||||||
190 .global HAL_HSEM_ReleaseAll
|
|
||||||
191 .syntax unified
|
|
||||||
192 .thumb
|
|
||||||
193 .thumb_func
|
|
||||||
195 HAL_HSEM_ReleaseAll:
|
|
||||||
196 .LVL13:
|
|
||||||
197 .LFB339:
|
|
||||||
251:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
252:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
253:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Release All semaphore used by a given Master .
|
|
||||||
254:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param Key: Semaphore Key , value from 0 to 0xFFFF
|
|
||||||
255:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param CoreID: CoreID of the CPU that is using semaphores to be released
|
|
||||||
256:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval None
|
|
||||||
257:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
258:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** void HAL_HSEM_ReleaseAll(uint32_t Key, uint32_t CoreID)
|
|
||||||
259:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
198 .loc 1 259 1 is_stmt 1 view -0
|
|
||||||
199 .cfi_startproc
|
|
||||||
200 @ args = 0, pretend = 0, frame = 0
|
|
||||||
201 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
202 @ link register save eliminated.
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 9
|
|
||||||
|
|
||||||
|
|
||||||
260:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_KEY(Key));
|
|
||||||
203 .loc 1 260 3 view .LVU39
|
|
||||||
261:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_COREID(CoreID));
|
|
||||||
204 .loc 1 261 3 view .LVU40
|
|
||||||
262:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
263:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->CR = ((Key << HSEM_CR_KEY_Pos) | (CoreID << HSEM_CR_COREID_Pos));
|
|
||||||
205 .loc 1 263 3 view .LVU41
|
|
||||||
206 .loc 1 263 50 is_stmt 0 view .LVU42
|
|
||||||
207 0000 0902 lsls r1, r1, #8
|
|
||||||
208 .LVL14:
|
|
||||||
209 .loc 1 263 40 view .LVU43
|
|
||||||
210 0002 41EA0041 orr r1, r1, r0, lsl #16
|
|
||||||
211 .loc 1 263 12 view .LVU44
|
|
||||||
212 0006 024B ldr r3, .L21
|
|
||||||
213 0008 C3F84011 str r1, [r3, #320]
|
|
||||||
264:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
214 .loc 1 264 1 view .LVU45
|
|
||||||
215 000c 7047 bx lr
|
|
||||||
216 .L22:
|
|
||||||
217 000e 00BF .align 2
|
|
||||||
218 .L21:
|
|
||||||
219 0010 00080248 .word 1208092672
|
|
||||||
220 .cfi_endproc
|
|
||||||
221 .LFE339:
|
|
||||||
223 .section .text.HAL_HSEM_SetClearKey,"ax",%progbits
|
|
||||||
224 .align 1
|
|
||||||
225 .global HAL_HSEM_SetClearKey
|
|
||||||
226 .syntax unified
|
|
||||||
227 .thumb
|
|
||||||
228 .thumb_func
|
|
||||||
230 HAL_HSEM_SetClearKey:
|
|
||||||
231 .LVL15:
|
|
||||||
232 .LFB340:
|
|
||||||
265:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
266:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
267:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @}
|
|
||||||
268:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
269:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
270:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @defgroup HSEM_Exported_Functions_Group2 HSEM Set and Get Key functions
|
|
||||||
271:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief HSEM Set and Get Key functions.
|
|
||||||
272:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
273:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @verbatim
|
|
||||||
274:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
275:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ##### HSEM Set and Get Key functions #####
|
|
||||||
276:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
277:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] This section provides functions allowing to:
|
|
||||||
278:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Set semaphore Key
|
|
||||||
279:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** (+) Get semaphore Key
|
|
||||||
280:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @endverbatim
|
|
||||||
281:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
282:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
283:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
284:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
285:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
286:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Set semaphore Key .
|
|
||||||
287:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param Key: Semaphore Key , value from 0 to 0xFFFF
|
|
||||||
288:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval None
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 10
|
|
||||||
|
|
||||||
|
|
||||||
289:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
290:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** void HAL_HSEM_SetClearKey(uint32_t Key)
|
|
||||||
291:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
233 .loc 1 291 1 is_stmt 1 view -0
|
|
||||||
234 .cfi_startproc
|
|
||||||
235 @ args = 0, pretend = 0, frame = 0
|
|
||||||
236 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
237 @ link register save eliminated.
|
|
||||||
292:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** assert_param(IS_HSEM_KEY(Key));
|
|
||||||
238 .loc 1 292 3 view .LVU47
|
|
||||||
293:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
294:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** MODIFY_REG(HSEM->KEYR, HSEM_KEYR_KEY, (Key << HSEM_KEYR_KEY_Pos));
|
|
||||||
239 .loc 1 294 3 view .LVU48
|
|
||||||
240 0000 044A ldr r2, .L24
|
|
||||||
241 0002 D2F84431 ldr r3, [r2, #324]
|
|
||||||
242 0006 9BB2 uxth r3, r3
|
|
||||||
243 0008 43EA0043 orr r3, r3, r0, lsl #16
|
|
||||||
244 000c C2F84431 str r3, [r2, #324]
|
|
||||||
295:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
296:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
245 .loc 1 296 1 is_stmt 0 view .LVU49
|
|
||||||
246 0010 7047 bx lr
|
|
||||||
247 .L25:
|
|
||||||
248 0012 00BF .align 2
|
|
||||||
249 .L24:
|
|
||||||
250 0014 00080248 .word 1208092672
|
|
||||||
251 .cfi_endproc
|
|
||||||
252 .LFE340:
|
|
||||||
254 .section .text.HAL_HSEM_GetClearKey,"ax",%progbits
|
|
||||||
255 .align 1
|
|
||||||
256 .global HAL_HSEM_GetClearKey
|
|
||||||
257 .syntax unified
|
|
||||||
258 .thumb
|
|
||||||
259 .thumb_func
|
|
||||||
261 HAL_HSEM_GetClearKey:
|
|
||||||
262 .LFB341:
|
|
||||||
297:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
298:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
299:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Get semaphore Key .
|
|
||||||
300:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval Semaphore Key , value from 0 to 0xFFFF
|
|
||||||
301:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
302:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** uint32_t HAL_HSEM_GetClearKey(void)
|
|
||||||
303:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
263 .loc 1 303 1 is_stmt 1 view -0
|
|
||||||
264 .cfi_startproc
|
|
||||||
265 @ args = 0, pretend = 0, frame = 0
|
|
||||||
266 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
267 @ link register save eliminated.
|
|
||||||
304:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** return (HSEM->KEYR >> HSEM_KEYR_KEY_Pos);
|
|
||||||
268 .loc 1 304 3 view .LVU51
|
|
||||||
269 .loc 1 304 15 is_stmt 0 view .LVU52
|
|
||||||
270 0000 024B ldr r3, .L27
|
|
||||||
271 0002 D3F84401 ldr r0, [r3, #324]
|
|
||||||
305:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
272 .loc 1 305 1 view .LVU53
|
|
||||||
273 0006 000C lsrs r0, r0, #16
|
|
||||||
274 0008 7047 bx lr
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 11
|
|
||||||
|
|
||||||
|
|
||||||
275 .L28:
|
|
||||||
276 000a 00BF .align 2
|
|
||||||
277 .L27:
|
|
||||||
278 000c 00080248 .word 1208092672
|
|
||||||
279 .cfi_endproc
|
|
||||||
280 .LFE341:
|
|
||||||
282 .section .text.HAL_HSEM_ActivateNotification,"ax",%progbits
|
|
||||||
283 .align 1
|
|
||||||
284 .global HAL_HSEM_ActivateNotification
|
|
||||||
285 .syntax unified
|
|
||||||
286 .thumb
|
|
||||||
287 .thumb_func
|
|
||||||
289 HAL_HSEM_ActivateNotification:
|
|
||||||
290 .LVL16:
|
|
||||||
291 .LFB342:
|
|
||||||
306:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
307:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
308:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @}
|
|
||||||
309:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
310:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
311:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /** @defgroup HSEM_Exported_Functions_Group3 HSEM IRQ handler management
|
|
||||||
312:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief HSEM Notification functions.
|
|
||||||
313:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** *
|
|
||||||
314:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @verbatim
|
|
||||||
315:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
316:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ##### HSEM IRQ handler management and Notification functions #####
|
|
||||||
317:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** ==============================================================================
|
|
||||||
318:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** [..] This section provides HSEM IRQ handler and Notification function.
|
|
||||||
319:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
320:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** @endverbatim
|
|
||||||
321:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @{
|
|
||||||
322:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
323:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
324:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
325:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Activate Semaphore release Notification for a given Semaphores Mask .
|
|
||||||
326:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemMask: Mask of Released semaphores
|
|
||||||
327:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval Semaphore Key
|
|
||||||
328:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
329:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** void HAL_HSEM_ActivateNotification(uint32_t SemMask)
|
|
||||||
330:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
292 .loc 1 330 1 is_stmt 1 view -0
|
|
||||||
293 .cfi_startproc
|
|
||||||
294 @ args = 0, pretend = 0, frame = 0
|
|
||||||
295 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
296 @ link register save eliminated.
|
|
||||||
331:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
332:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*enable the semaphore mask interrupts */
|
|
||||||
333:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HAL_GetCurrentCPUID() == HSEM_CPU1_COREID)
|
|
||||||
334:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
335:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Use interrupt line 0 for CPU1 Master */
|
|
||||||
336:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C1IER |= SemMask;
|
|
||||||
337:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
338:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** else /* HSEM_CPU2_COREID */
|
|
||||||
339:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
340:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Use interrupt line 1 for CPU2 Master*/
|
|
||||||
341:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C2IER |= SemMask;
|
|
||||||
342:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 12
|
|
||||||
|
|
||||||
|
|
||||||
343:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #else
|
|
||||||
344:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM_COMMON->IER |= SemMask;
|
|
||||||
297 .loc 1 344 3 view .LVU55
|
|
||||||
298 .loc 1 344 14 is_stmt 0 view .LVU56
|
|
||||||
299 0000 024A ldr r2, .L30
|
|
||||||
300 0002 1368 ldr r3, [r2]
|
|
||||||
301 .loc 1 344 20 view .LVU57
|
|
||||||
302 0004 0343 orrs r3, r3, r0
|
|
||||||
303 0006 1360 str r3, [r2]
|
|
||||||
345:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
346:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
304 .loc 1 346 1 view .LVU58
|
|
||||||
305 0008 7047 bx lr
|
|
||||||
306 .L31:
|
|
||||||
307 000a 00BF .align 2
|
|
||||||
308 .L30:
|
|
||||||
309 000c 00090248 .word 1208092928
|
|
||||||
310 .cfi_endproc
|
|
||||||
311 .LFE342:
|
|
||||||
313 .section .text.HAL_HSEM_DeactivateNotification,"ax",%progbits
|
|
||||||
314 .align 1
|
|
||||||
315 .global HAL_HSEM_DeactivateNotification
|
|
||||||
316 .syntax unified
|
|
||||||
317 .thumb
|
|
||||||
318 .thumb_func
|
|
||||||
320 HAL_HSEM_DeactivateNotification:
|
|
||||||
321 .LVL17:
|
|
||||||
322 .LFB343:
|
|
||||||
347:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
348:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
349:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Deactivate Semaphore release Notification for a given Semaphores Mask .
|
|
||||||
350:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemMask: Mask of Released semaphores
|
|
||||||
351:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval Semaphore Key
|
|
||||||
352:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
353:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** void HAL_HSEM_DeactivateNotification(uint32_t SemMask)
|
|
||||||
354:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
323 .loc 1 354 1 is_stmt 1 view -0
|
|
||||||
324 .cfi_startproc
|
|
||||||
325 @ args = 0, pretend = 0, frame = 0
|
|
||||||
326 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
327 @ link register save eliminated.
|
|
||||||
355:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
356:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*enable the semaphore mask interrupts */
|
|
||||||
357:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HAL_GetCurrentCPUID() == HSEM_CPU1_COREID)
|
|
||||||
358:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
359:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Use interrupt line 0 for CPU1 Master */
|
|
||||||
360:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C1IER &= ~SemMask;
|
|
||||||
361:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
362:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** else /* HSEM_CPU2_COREID */
|
|
||||||
363:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
364:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Use interrupt line 1 for CPU2 Master*/
|
|
||||||
365:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C2IER &= ~SemMask;
|
|
||||||
366:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
367:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #else
|
|
||||||
368:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM_COMMON->IER &= ~SemMask;
|
|
||||||
328 .loc 1 368 3 view .LVU60
|
|
||||||
329 .loc 1 368 14 is_stmt 0 view .LVU61
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 13
|
|
||||||
|
|
||||||
|
|
||||||
330 0000 024A ldr r2, .L33
|
|
||||||
331 0002 1368 ldr r3, [r2]
|
|
||||||
332 .loc 1 368 20 view .LVU62
|
|
||||||
333 0004 23EA0003 bic r3, r3, r0
|
|
||||||
334 0008 1360 str r3, [r2]
|
|
||||||
369:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
370:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
335 .loc 1 370 1 view .LVU63
|
|
||||||
336 000a 7047 bx lr
|
|
||||||
337 .L34:
|
|
||||||
338 .align 2
|
|
||||||
339 .L33:
|
|
||||||
340 000c 00090248 .word 1208092928
|
|
||||||
341 .cfi_endproc
|
|
||||||
342 .LFE343:
|
|
||||||
344 .section .text.HAL_HSEM_FreeCallback,"ax",%progbits
|
|
||||||
345 .align 1
|
|
||||||
346 .weak HAL_HSEM_FreeCallback
|
|
||||||
347 .syntax unified
|
|
||||||
348 .thumb
|
|
||||||
349 .thumb_func
|
|
||||||
351 HAL_HSEM_FreeCallback:
|
|
||||||
352 .LVL18:
|
|
||||||
353 .LFB345:
|
|
||||||
371:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
372:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
373:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief This function handles HSEM interrupt request
|
|
||||||
374:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval None
|
|
||||||
375:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
376:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** void HAL_HSEM_IRQHandler(void)
|
|
||||||
377:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
378:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** uint32_t statusreg;
|
|
||||||
379:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
380:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** if (HAL_GetCurrentCPUID() == HSEM_CPU1_COREID)
|
|
||||||
381:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
382:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Get the list of masked freed semaphores*/
|
|
||||||
383:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** statusreg = HSEM->C1MISR; /*Use interrupt line 0 for CPU1 Master*/
|
|
||||||
384:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
385:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Disable Interrupts*/
|
|
||||||
386:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C1IER &= ~((uint32_t)statusreg);
|
|
||||||
387:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
388:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Clear Flags*/
|
|
||||||
389:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C1ICR = ((uint32_t)statusreg);
|
|
||||||
390:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
391:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** else /* HSEM_CPU2_COREID */
|
|
||||||
392:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
393:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Get the list of masked freed semaphores*/
|
|
||||||
394:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** statusreg = HSEM->C2MISR;/*Use interrupt line 1 for CPU2 Master*/
|
|
||||||
395:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
396:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Disable Interrupts*/
|
|
||||||
397:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C2IER &= ~((uint32_t)statusreg);
|
|
||||||
398:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
399:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Clear Flags*/
|
|
||||||
400:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM->C2ICR = ((uint32_t)statusreg);
|
|
||||||
401:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
402:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #else
|
|
||||||
403:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Get the list of masked freed semaphores*/
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 14
|
|
||||||
|
|
||||||
|
|
||||||
404:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** statusreg = HSEM_COMMON->MISR;
|
|
||||||
405:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
406:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Disable Interrupts*/
|
|
||||||
407:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM_COMMON->IER &= ~((uint32_t)statusreg);
|
|
||||||
408:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
409:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /*Clear Flags*/
|
|
||||||
410:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HSEM_COMMON->ICR = ((uint32_t)statusreg);
|
|
||||||
411:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
412:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #endif
|
|
||||||
413:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Call FreeCallback */
|
|
||||||
414:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** HAL_HSEM_FreeCallback(statusreg);
|
|
||||||
415:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
416:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
417:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /**
|
|
||||||
418:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @brief Semaphore Released Callback.
|
|
||||||
419:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @param SemMask: Mask of Released semaphores
|
|
||||||
420:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** * @retval None
|
|
||||||
421:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
422:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** __weak void HAL_HSEM_FreeCallback(uint32_t SemMask)
|
|
||||||
423:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** {
|
|
||||||
354 .loc 1 423 1 is_stmt 1 view -0
|
|
||||||
355 .cfi_startproc
|
|
||||||
356 @ args = 0, pretend = 0, frame = 0
|
|
||||||
357 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
358 @ link register save eliminated.
|
|
||||||
424:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* Prevent unused argument(s) compilation warning */
|
|
||||||
425:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** UNUSED(SemMask);
|
|
||||||
359 .loc 1 425 3 view .LVU65
|
|
||||||
426:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
427:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** /* NOTE : This function should not be modified, when the callback is needed,
|
|
||||||
428:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** the HAL_HSEM_FreeCallback can be implemented in the user file
|
|
||||||
429:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** */
|
|
||||||
430:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
360 .loc 1 430 1 is_stmt 0 view .LVU66
|
|
||||||
361 0000 7047 bx lr
|
|
||||||
362 .cfi_endproc
|
|
||||||
363 .LFE345:
|
|
||||||
365 .section .text.HAL_HSEM_IRQHandler,"ax",%progbits
|
|
||||||
366 .align 1
|
|
||||||
367 .global HAL_HSEM_IRQHandler
|
|
||||||
368 .syntax unified
|
|
||||||
369 .thumb
|
|
||||||
370 .thumb_func
|
|
||||||
372 HAL_HSEM_IRQHandler:
|
|
||||||
373 .LFB344:
|
|
||||||
377:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** uint32_t statusreg;
|
|
||||||
374 .loc 1 377 1 is_stmt 1 view -0
|
|
||||||
375 .cfi_startproc
|
|
||||||
376 @ args = 0, pretend = 0, frame = 0
|
|
||||||
377 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
378 0000 08B5 push {r3, lr}
|
|
||||||
379 .cfi_def_cfa_offset 8
|
|
||||||
380 .cfi_offset 3, -8
|
|
||||||
381 .cfi_offset 14, -4
|
|
||||||
378:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** #if USE_MULTI_CORE_SHARED_CODE != 0U
|
|
||||||
382 .loc 1 378 3 view .LVU68
|
|
||||||
404:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 15
|
|
||||||
|
|
||||||
|
|
||||||
383 .loc 1 404 3 view .LVU69
|
|
||||||
404:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
384 .loc 1 404 13 is_stmt 0 view .LVU70
|
|
||||||
385 0002 054B ldr r3, .L38
|
|
||||||
386 0004 D868 ldr r0, [r3, #12]
|
|
||||||
387 .LVL19:
|
|
||||||
407:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
388 .loc 1 407 3 is_stmt 1 view .LVU71
|
|
||||||
407:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
389 .loc 1 407 14 is_stmt 0 view .LVU72
|
|
||||||
390 0006 1A68 ldr r2, [r3]
|
|
||||||
407:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
391 .loc 1 407 20 view .LVU73
|
|
||||||
392 0008 22EA0002 bic r2, r2, r0
|
|
||||||
393 000c 1A60 str r2, [r3]
|
|
||||||
410:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
394 .loc 1 410 3 is_stmt 1 view .LVU74
|
|
||||||
410:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
395 .loc 1 410 20 is_stmt 0 view .LVU75
|
|
||||||
396 000e 5860 str r0, [r3, #4]
|
|
||||||
414:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c **** }
|
|
||||||
397 .loc 1 414 3 is_stmt 1 view .LVU76
|
|
||||||
398 0010 FFF7FEFF bl HAL_HSEM_FreeCallback
|
|
||||||
399 .LVL20:
|
|
||||||
415:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_hsem.c ****
|
|
||||||
400 .loc 1 415 1 is_stmt 0 view .LVU77
|
|
||||||
401 0014 08BD pop {r3, pc}
|
|
||||||
402 .L39:
|
|
||||||
403 0016 00BF .align 2
|
|
||||||
404 .L38:
|
|
||||||
405 0018 00090248 .word 1208092928
|
|
||||||
406 .cfi_endproc
|
|
||||||
407 .LFE344:
|
|
||||||
409 .text
|
|
||||||
410 .Letext0:
|
|
||||||
411 .file 2 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
412 .file 3 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
413 .file 4 "Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h"
|
|
||||||
414 .file 5 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h"
|
|
||||||
ARM GAS /tmp/cc2ISjZK.s page 16
|
|
||||||
|
|
||||||
|
|
||||||
DEFINED SYMBOLS
|
|
||||||
*ABS*:00000000 stm32h7xx_hal_hsem.c
|
|
||||||
/tmp/cc2ISjZK.s:20 .text.HAL_HSEM_Take:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:26 .text.HAL_HSEM_Take:00000000 HAL_HSEM_Take
|
|
||||||
/tmp/cc2ISjZK.s:64 .text.HAL_HSEM_Take:0000001c $d
|
|
||||||
/tmp/cc2ISjZK.s:70 .text.HAL_HSEM_FastTake:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:76 .text.HAL_HSEM_FastTake:00000000 HAL_HSEM_FastTake
|
|
||||||
/tmp/cc2ISjZK.s:109 .text.HAL_HSEM_FastTake:00000018 $d
|
|
||||||
/tmp/cc2ISjZK.s:115 .text.HAL_HSEM_IsSemTaken:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:121 .text.HAL_HSEM_IsSemTaken:00000000 HAL_HSEM_IsSemTaken
|
|
||||||
/tmp/cc2ISjZK.s:151 .text.HAL_HSEM_IsSemTaken:00000014 $d
|
|
||||||
/tmp/cc2ISjZK.s:156 .text.HAL_HSEM_Release:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:162 .text.HAL_HSEM_Release:00000000 HAL_HSEM_Release
|
|
||||||
/tmp/cc2ISjZK.s:184 .text.HAL_HSEM_Release:0000000c $d
|
|
||||||
/tmp/cc2ISjZK.s:189 .text.HAL_HSEM_ReleaseAll:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:195 .text.HAL_HSEM_ReleaseAll:00000000 HAL_HSEM_ReleaseAll
|
|
||||||
/tmp/cc2ISjZK.s:219 .text.HAL_HSEM_ReleaseAll:00000010 $d
|
|
||||||
/tmp/cc2ISjZK.s:224 .text.HAL_HSEM_SetClearKey:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:230 .text.HAL_HSEM_SetClearKey:00000000 HAL_HSEM_SetClearKey
|
|
||||||
/tmp/cc2ISjZK.s:250 .text.HAL_HSEM_SetClearKey:00000014 $d
|
|
||||||
/tmp/cc2ISjZK.s:255 .text.HAL_HSEM_GetClearKey:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:261 .text.HAL_HSEM_GetClearKey:00000000 HAL_HSEM_GetClearKey
|
|
||||||
/tmp/cc2ISjZK.s:278 .text.HAL_HSEM_GetClearKey:0000000c $d
|
|
||||||
/tmp/cc2ISjZK.s:283 .text.HAL_HSEM_ActivateNotification:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:289 .text.HAL_HSEM_ActivateNotification:00000000 HAL_HSEM_ActivateNotification
|
|
||||||
/tmp/cc2ISjZK.s:309 .text.HAL_HSEM_ActivateNotification:0000000c $d
|
|
||||||
/tmp/cc2ISjZK.s:314 .text.HAL_HSEM_DeactivateNotification:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:320 .text.HAL_HSEM_DeactivateNotification:00000000 HAL_HSEM_DeactivateNotification
|
|
||||||
/tmp/cc2ISjZK.s:340 .text.HAL_HSEM_DeactivateNotification:0000000c $d
|
|
||||||
/tmp/cc2ISjZK.s:345 .text.HAL_HSEM_FreeCallback:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:351 .text.HAL_HSEM_FreeCallback:00000000 HAL_HSEM_FreeCallback
|
|
||||||
/tmp/cc2ISjZK.s:366 .text.HAL_HSEM_IRQHandler:00000000 $t
|
|
||||||
/tmp/cc2ISjZK.s:372 .text.HAL_HSEM_IRQHandler:00000000 HAL_HSEM_IRQHandler
|
|
||||||
/tmp/cc2ISjZK.s:405 .text.HAL_HSEM_IRQHandler:00000018 $d
|
|
||||||
|
|
||||||
NO UNDEFINED SYMBOLS
|
|
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_i2c.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_i2c_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
@ -1,918 +0,0 @@
|
|||||||
ARM GAS /tmp/ccP2PAOm.s page 1
|
|
||||||
|
|
||||||
|
|
||||||
1 .cpu cortex-m7
|
|
||||||
2 .arch armv7e-m
|
|
||||||
3 .fpu fpv5-d16
|
|
||||||
4 .eabi_attribute 28, 1
|
|
||||||
5 .eabi_attribute 20, 1
|
|
||||||
6 .eabi_attribute 21, 1
|
|
||||||
7 .eabi_attribute 23, 3
|
|
||||||
8 .eabi_attribute 24, 1
|
|
||||||
9 .eabi_attribute 25, 1
|
|
||||||
10 .eabi_attribute 26, 1
|
|
||||||
11 .eabi_attribute 30, 1
|
|
||||||
12 .eabi_attribute 34, 1
|
|
||||||
13 .eabi_attribute 18, 4
|
|
||||||
14 .file "stm32h7xx_hal_i2c_ex.c"
|
|
||||||
15 .text
|
|
||||||
16 .Ltext0:
|
|
||||||
17 .cfi_sections .debug_frame
|
|
||||||
18 .file 1 "Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c"
|
|
||||||
19 .section .text.HAL_I2CEx_ConfigAnalogFilter,"ax",%progbits
|
|
||||||
20 .align 1
|
|
||||||
21 .global HAL_I2CEx_ConfigAnalogFilter
|
|
||||||
22 .syntax unified
|
|
||||||
23 .thumb
|
|
||||||
24 .thumb_func
|
|
||||||
26 HAL_I2CEx_ConfigAnalogFilter:
|
|
||||||
27 .LVL0:
|
|
||||||
28 .LFB335:
|
|
||||||
1:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
2:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ******************************************************************************
|
|
||||||
3:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @file stm32h7xx_hal_i2c_ex.c
|
|
||||||
4:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @author MCD Application Team
|
|
||||||
5:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief I2C Extended HAL module driver.
|
|
||||||
6:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * This file provides firmware functions to manage the following
|
|
||||||
7:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * functionalities of I2C Extended peripheral:
|
|
||||||
8:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * + Filter Mode Functions
|
|
||||||
9:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * + WakeUp Mode Functions
|
|
||||||
10:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * + FastModePlus Functions
|
|
||||||
11:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
12:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ******************************************************************************
|
|
||||||
13:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @attention
|
|
||||||
14:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
15:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * Copyright (c) 2017 STMicroelectronics.
|
|
||||||
16:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * All rights reserved.
|
|
||||||
17:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
18:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * This software is licensed under terms that can be found in the LICENSE file
|
|
||||||
19:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * in the root directory of this software component.
|
|
||||||
20:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
|
|
||||||
21:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
22:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ******************************************************************************
|
|
||||||
23:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @verbatim
|
|
||||||
24:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ==============================================================================
|
|
||||||
25:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ##### I2C peripheral Extended features #####
|
|
||||||
26:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ==============================================================================
|
|
||||||
27:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
28:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** [..] Comparing to other previous devices, the I2C interface for STM32H7xx
|
|
||||||
29:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** devices contains the following additional features
|
|
||||||
30:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 2
|
|
||||||
|
|
||||||
|
|
||||||
31:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Possibility to disable or enable Analog Noise Filter
|
|
||||||
32:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Use of a configured Digital Noise Filter
|
|
||||||
33:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Disable or enable wakeup from Stop mode(s)
|
|
||||||
34:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Disable or enable Fast Mode Plus
|
|
||||||
35:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
36:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ##### How to use this driver #####
|
|
||||||
37:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ==============================================================================
|
|
||||||
38:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** [..] This driver provides functions to configure Noise Filter and Wake Up Feature
|
|
||||||
39:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (#) Configure I2C Analog noise filter using the function HAL_I2CEx_ConfigAnalogFilter()
|
|
||||||
40:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (#) Configure I2C Digital noise filter using the function HAL_I2CEx_ConfigDigitalFilter()
|
|
||||||
41:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (#) Configure the enable or disable of I2C Wake Up Mode using the functions :
|
|
||||||
42:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (++) HAL_I2CEx_EnableWakeUp()
|
|
||||||
43:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (++) HAL_I2CEx_DisableWakeUp()
|
|
||||||
44:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (#) Configure the enable or disable of fast mode plus driving capability using the functions :
|
|
||||||
45:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (++) HAL_I2CEx_EnableFastModePlus()
|
|
||||||
46:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (++) HAL_I2CEx_DisableFastModePlus()
|
|
||||||
47:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @endverbatim
|
|
||||||
48:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
49:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
50:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Includes ------------------------------------------------------------------*/
|
|
||||||
51:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** #include "stm32h7xx_hal.h"
|
|
||||||
52:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
53:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /** @addtogroup STM32H7xx_HAL_Driver
|
|
||||||
54:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @{
|
|
||||||
55:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
56:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
57:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /** @defgroup I2CEx I2CEx
|
|
||||||
58:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief I2C Extended HAL module driver
|
|
||||||
59:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @{
|
|
||||||
60:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
61:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
62:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** #ifdef HAL_I2C_MODULE_ENABLED
|
|
||||||
63:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
64:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Private typedef -----------------------------------------------------------*/
|
|
||||||
65:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Private define ------------------------------------------------------------*/
|
|
||||||
66:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Private macro -------------------------------------------------------------*/
|
|
||||||
67:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Private variables ---------------------------------------------------------*/
|
|
||||||
68:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Private function prototypes -----------------------------------------------*/
|
|
||||||
69:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Private functions ---------------------------------------------------------*/
|
|
||||||
70:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
71:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /** @defgroup I2CEx_Exported_Functions I2C Extended Exported Functions
|
|
||||||
72:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @{
|
|
||||||
73:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
74:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
75:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /** @defgroup I2CEx_Exported_Functions_Group1 Filter Mode Functions
|
|
||||||
76:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Filter Mode Functions
|
|
||||||
77:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
78:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @verbatim
|
|
||||||
79:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ===============================================================================
|
|
||||||
80:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ##### Filter Mode Functions #####
|
|
||||||
81:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ===============================================================================
|
|
||||||
82:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** [..] This section provides functions allowing to:
|
|
||||||
83:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Configure Noise Filters
|
|
||||||
84:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
85:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @endverbatim
|
|
||||||
86:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @{
|
|
||||||
87:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 3
|
|
||||||
|
|
||||||
|
|
||||||
88:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
89:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
90:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Configure I2C Analog noise filter.
|
|
||||||
91:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains
|
|
||||||
92:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * the configuration information for the specified I2Cx peripheral.
|
|
||||||
93:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param AnalogFilter New state of the Analog filter.
|
|
||||||
94:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @retval HAL status
|
|
||||||
95:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
96:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** HAL_StatusTypeDef HAL_I2CEx_ConfigAnalogFilter(I2C_HandleTypeDef *hi2c, uint32_t AnalogFilter)
|
|
||||||
97:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
29 .loc 1 97 1 view -0
|
|
||||||
30 .cfi_startproc
|
|
||||||
31 @ args = 0, pretend = 0, frame = 0
|
|
||||||
32 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
33 @ link register save eliminated.
|
|
||||||
34 .loc 1 97 1 is_stmt 0 view .LVU1
|
|
||||||
35 0000 0346 mov r3, r0
|
|
||||||
98:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Check the parameters */
|
|
||||||
99:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_ALL_INSTANCE(hi2c->Instance));
|
|
||||||
36 .loc 1 99 3 is_stmt 1 view .LVU2
|
|
||||||
100:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_ANALOG_FILTER(AnalogFilter));
|
|
||||||
37 .loc 1 100 3 view .LVU3
|
|
||||||
101:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
102:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** if (hi2c->State == HAL_I2C_STATE_READY)
|
|
||||||
38 .loc 1 102 3 view .LVU4
|
|
||||||
39 .loc 1 102 11 is_stmt 0 view .LVU5
|
|
||||||
40 0002 90F84120 ldrb r2, [r0, #65] @ zero_extendqisi2
|
|
||||||
41 .loc 1 102 6 view .LVU6
|
|
||||||
42 0006 202A cmp r2, #32
|
|
||||||
43 0008 23D1 bne .L3
|
|
||||||
103:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
104:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Locked */
|
|
||||||
105:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_LOCK(hi2c);
|
|
||||||
44 .loc 1 105 5 is_stmt 1 view .LVU7
|
|
||||||
45 .loc 1 105 5 view .LVU8
|
|
||||||
46 000a 90F84020 ldrb r2, [r0, #64] @ zero_extendqisi2
|
|
||||||
47 000e 012A cmp r2, #1
|
|
||||||
48 0010 21D0 beq .L4
|
|
||||||
49 .loc 1 105 5 discriminator 2 view .LVU9
|
|
||||||
50 0012 0122 movs r2, #1
|
|
||||||
51 0014 80F84020 strb r2, [r0, #64]
|
|
||||||
52 .loc 1 105 5 view .LVU10
|
|
||||||
106:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
107:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_BUSY;
|
|
||||||
53 .loc 1 107 5 view .LVU11
|
|
||||||
54 .loc 1 107 17 is_stmt 0 view .LVU12
|
|
||||||
55 0018 2422 movs r2, #36
|
|
||||||
56 001a 80F84120 strb r2, [r0, #65]
|
|
||||||
108:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
109:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Disable the selected I2C peripheral */
|
|
||||||
110:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_DISABLE(hi2c);
|
|
||||||
57 .loc 1 110 5 is_stmt 1 view .LVU13
|
|
||||||
58 001e 0068 ldr r0, [r0]
|
|
||||||
59 .LVL1:
|
|
||||||
60 .loc 1 110 5 is_stmt 0 view .LVU14
|
|
||||||
61 0020 0268 ldr r2, [r0]
|
|
||||||
62 0022 22F00102 bic r2, r2, #1
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 4
|
|
||||||
|
|
||||||
|
|
||||||
63 0026 0260 str r2, [r0]
|
|
||||||
111:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
112:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Reset I2Cx ANOFF bit */
|
|
||||||
113:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->Instance->CR1 &= ~(I2C_CR1_ANFOFF);
|
|
||||||
64 .loc 1 113 5 is_stmt 1 view .LVU15
|
|
||||||
65 .loc 1 113 9 is_stmt 0 view .LVU16
|
|
||||||
66 0028 1868 ldr r0, [r3]
|
|
||||||
67 .loc 1 113 19 view .LVU17
|
|
||||||
68 002a 0268 ldr r2, [r0]
|
|
||||||
69 .loc 1 113 25 view .LVU18
|
|
||||||
70 002c 22F48052 bic r2, r2, #4096
|
|
||||||
71 0030 0260 str r2, [r0]
|
|
||||||
114:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
115:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Set analog filter bit*/
|
|
||||||
116:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->Instance->CR1 |= AnalogFilter;
|
|
||||||
72 .loc 1 116 5 is_stmt 1 view .LVU19
|
|
||||||
73 .loc 1 116 9 is_stmt 0 view .LVU20
|
|
||||||
74 0032 1868 ldr r0, [r3]
|
|
||||||
75 .loc 1 116 19 view .LVU21
|
|
||||||
76 0034 0268 ldr r2, [r0]
|
|
||||||
77 .loc 1 116 25 view .LVU22
|
|
||||||
78 0036 0A43 orrs r2, r2, r1
|
|
||||||
79 0038 0260 str r2, [r0]
|
|
||||||
117:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
118:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_ENABLE(hi2c);
|
|
||||||
80 .loc 1 118 5 is_stmt 1 view .LVU23
|
|
||||||
81 003a 1968 ldr r1, [r3]
|
|
||||||
82 .LVL2:
|
|
||||||
83 .loc 1 118 5 is_stmt 0 view .LVU24
|
|
||||||
84 003c 0A68 ldr r2, [r1]
|
|
||||||
85 003e 42F00102 orr r2, r2, #1
|
|
||||||
86 0042 0A60 str r2, [r1]
|
|
||||||
119:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
120:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_READY;
|
|
||||||
87 .loc 1 120 5 is_stmt 1 view .LVU25
|
|
||||||
88 .loc 1 120 17 is_stmt 0 view .LVU26
|
|
||||||
89 0044 2022 movs r2, #32
|
|
||||||
90 0046 83F84120 strb r2, [r3, #65]
|
|
||||||
121:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
122:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Unlocked */
|
|
||||||
123:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_UNLOCK(hi2c);
|
|
||||||
91 .loc 1 123 5 is_stmt 1 view .LVU27
|
|
||||||
92 .loc 1 123 5 view .LVU28
|
|
||||||
93 004a 0020 movs r0, #0
|
|
||||||
94 004c 83F84000 strb r0, [r3, #64]
|
|
||||||
95 .loc 1 123 5 view .LVU29
|
|
||||||
124:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
125:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_OK;
|
|
||||||
96 .loc 1 125 5 view .LVU30
|
|
||||||
97 .loc 1 125 12 is_stmt 0 view .LVU31
|
|
||||||
98 0050 7047 bx lr
|
|
||||||
99 .LVL3:
|
|
||||||
100 .L3:
|
|
||||||
126:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
127:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** else
|
|
||||||
128:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
129:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_BUSY;
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 5
|
|
||||||
|
|
||||||
|
|
||||||
101 .loc 1 129 12 view .LVU32
|
|
||||||
102 0052 0220 movs r0, #2
|
|
||||||
103 .LVL4:
|
|
||||||
104 .loc 1 129 12 view .LVU33
|
|
||||||
105 0054 7047 bx lr
|
|
||||||
106 .LVL5:
|
|
||||||
107 .L4:
|
|
||||||
105:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
108 .loc 1 105 5 discriminator 1 view .LVU34
|
|
||||||
109 0056 0220 movs r0, #2
|
|
||||||
110 .LVL6:
|
|
||||||
130:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
131:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
111 .loc 1 131 1 view .LVU35
|
|
||||||
112 0058 7047 bx lr
|
|
||||||
113 .cfi_endproc
|
|
||||||
114 .LFE335:
|
|
||||||
116 .section .text.HAL_I2CEx_ConfigDigitalFilter,"ax",%progbits
|
|
||||||
117 .align 1
|
|
||||||
118 .global HAL_I2CEx_ConfigDigitalFilter
|
|
||||||
119 .syntax unified
|
|
||||||
120 .thumb
|
|
||||||
121 .thumb_func
|
|
||||||
123 HAL_I2CEx_ConfigDigitalFilter:
|
|
||||||
124 .LVL7:
|
|
||||||
125 .LFB336:
|
|
||||||
132:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
133:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
134:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Configure I2C Digital noise filter.
|
|
||||||
135:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains
|
|
||||||
136:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * the configuration information for the specified I2Cx peripheral.
|
|
||||||
137:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param DigitalFilter Coefficient of digital noise filter between Min_Data=0x00 and Max_Data=0x
|
|
||||||
138:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @retval HAL status
|
|
||||||
139:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
140:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** HAL_StatusTypeDef HAL_I2CEx_ConfigDigitalFilter(I2C_HandleTypeDef *hi2c, uint32_t DigitalFilter)
|
|
||||||
141:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
126 .loc 1 141 1 is_stmt 1 view -0
|
|
||||||
127 .cfi_startproc
|
|
||||||
128 @ args = 0, pretend = 0, frame = 0
|
|
||||||
129 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
130 @ link register save eliminated.
|
|
||||||
131 .loc 1 141 1 is_stmt 0 view .LVU37
|
|
||||||
132 0000 0346 mov r3, r0
|
|
||||||
142:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** uint32_t tmpreg;
|
|
||||||
133 .loc 1 142 3 is_stmt 1 view .LVU38
|
|
||||||
143:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
144:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Check the parameters */
|
|
||||||
145:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_ALL_INSTANCE(hi2c->Instance));
|
|
||||||
134 .loc 1 145 3 view .LVU39
|
|
||||||
146:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_DIGITAL_FILTER(DigitalFilter));
|
|
||||||
135 .loc 1 146 3 view .LVU40
|
|
||||||
147:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
148:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** if (hi2c->State == HAL_I2C_STATE_READY)
|
|
||||||
136 .loc 1 148 3 view .LVU41
|
|
||||||
137 .loc 1 148 11 is_stmt 0 view .LVU42
|
|
||||||
138 0002 90F84120 ldrb r2, [r0, #65] @ zero_extendqisi2
|
|
||||||
139 .loc 1 148 6 view .LVU43
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 6
|
|
||||||
|
|
||||||
|
|
||||||
140 0006 202A cmp r2, #32
|
|
||||||
141 0008 21D1 bne .L7
|
|
||||||
149:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
150:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Locked */
|
|
||||||
151:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_LOCK(hi2c);
|
|
||||||
142 .loc 1 151 5 is_stmt 1 view .LVU44
|
|
||||||
143 .loc 1 151 5 view .LVU45
|
|
||||||
144 000a 90F84020 ldrb r2, [r0, #64] @ zero_extendqisi2
|
|
||||||
145 000e 012A cmp r2, #1
|
|
||||||
146 0010 1FD0 beq .L8
|
|
||||||
147 .loc 1 151 5 discriminator 2 view .LVU46
|
|
||||||
148 0012 0122 movs r2, #1
|
|
||||||
149 0014 80F84020 strb r2, [r0, #64]
|
|
||||||
150 .loc 1 151 5 view .LVU47
|
|
||||||
152:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
153:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_BUSY;
|
|
||||||
151 .loc 1 153 5 view .LVU48
|
|
||||||
152 .loc 1 153 17 is_stmt 0 view .LVU49
|
|
||||||
153 0018 2422 movs r2, #36
|
|
||||||
154 001a 80F84120 strb r2, [r0, #65]
|
|
||||||
154:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
155:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Disable the selected I2C peripheral */
|
|
||||||
156:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_DISABLE(hi2c);
|
|
||||||
155 .loc 1 156 5 is_stmt 1 view .LVU50
|
|
||||||
156 001e 0068 ldr r0, [r0]
|
|
||||||
157 .LVL8:
|
|
||||||
158 .loc 1 156 5 is_stmt 0 view .LVU51
|
|
||||||
159 0020 0268 ldr r2, [r0]
|
|
||||||
160 0022 22F00102 bic r2, r2, #1
|
|
||||||
161 0026 0260 str r2, [r0]
|
|
||||||
157:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
158:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Get the old register value */
|
|
||||||
159:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** tmpreg = hi2c->Instance->CR1;
|
|
||||||
162 .loc 1 159 5 is_stmt 1 view .LVU52
|
|
||||||
163 .loc 1 159 18 is_stmt 0 view .LVU53
|
|
||||||
164 0028 1868 ldr r0, [r3]
|
|
||||||
165 .loc 1 159 12 view .LVU54
|
|
||||||
166 002a 0268 ldr r2, [r0]
|
|
||||||
167 .LVL9:
|
|
||||||
160:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
161:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Reset I2Cx DNF bits [11:8] */
|
|
||||||
162:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** tmpreg &= ~(I2C_CR1_DNF);
|
|
||||||
168 .loc 1 162 5 is_stmt 1 view .LVU55
|
|
||||||
169 .loc 1 162 12 is_stmt 0 view .LVU56
|
|
||||||
170 002c 22F47062 bic r2, r2, #3840
|
|
||||||
171 .LVL10:
|
|
||||||
163:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
164:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Set I2Cx DNF coefficient */
|
|
||||||
165:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** tmpreg |= DigitalFilter << 8U;
|
|
||||||
172 .loc 1 165 5 is_stmt 1 view .LVU57
|
|
||||||
173 .loc 1 165 12 is_stmt 0 view .LVU58
|
|
||||||
174 0030 42EA0122 orr r2, r2, r1, lsl #8
|
|
||||||
175 .LVL11:
|
|
||||||
166:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
167:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Store the new register value */
|
|
||||||
168:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->Instance->CR1 = tmpreg;
|
|
||||||
176 .loc 1 168 5 is_stmt 1 view .LVU59
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 7
|
|
||||||
|
|
||||||
|
|
||||||
177 .loc 1 168 25 is_stmt 0 view .LVU60
|
|
||||||
178 0034 0260 str r2, [r0]
|
|
||||||
169:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
170:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_ENABLE(hi2c);
|
|
||||||
179 .loc 1 170 5 is_stmt 1 view .LVU61
|
|
||||||
180 0036 1968 ldr r1, [r3]
|
|
||||||
181 .LVL12:
|
|
||||||
182 .loc 1 170 5 is_stmt 0 view .LVU62
|
|
||||||
183 0038 0A68 ldr r2, [r1]
|
|
||||||
184 .LVL13:
|
|
||||||
185 .loc 1 170 5 view .LVU63
|
|
||||||
186 003a 42F00102 orr r2, r2, #1
|
|
||||||
187 003e 0A60 str r2, [r1]
|
|
||||||
188 .LVL14:
|
|
||||||
171:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
172:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_READY;
|
|
||||||
189 .loc 1 172 5 is_stmt 1 view .LVU64
|
|
||||||
190 .loc 1 172 17 is_stmt 0 view .LVU65
|
|
||||||
191 0040 2022 movs r2, #32
|
|
||||||
192 0042 83F84120 strb r2, [r3, #65]
|
|
||||||
173:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
174:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Unlocked */
|
|
||||||
175:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_UNLOCK(hi2c);
|
|
||||||
193 .loc 1 175 5 is_stmt 1 view .LVU66
|
|
||||||
194 .loc 1 175 5 view .LVU67
|
|
||||||
195 0046 0020 movs r0, #0
|
|
||||||
196 0048 83F84000 strb r0, [r3, #64]
|
|
||||||
197 .loc 1 175 5 view .LVU68
|
|
||||||
176:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
177:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_OK;
|
|
||||||
198 .loc 1 177 5 view .LVU69
|
|
||||||
199 .loc 1 177 12 is_stmt 0 view .LVU70
|
|
||||||
200 004c 7047 bx lr
|
|
||||||
201 .LVL15:
|
|
||||||
202 .L7:
|
|
||||||
178:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
179:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** else
|
|
||||||
180:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
181:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_BUSY;
|
|
||||||
203 .loc 1 181 12 view .LVU71
|
|
||||||
204 004e 0220 movs r0, #2
|
|
||||||
205 .LVL16:
|
|
||||||
206 .loc 1 181 12 view .LVU72
|
|
||||||
207 0050 7047 bx lr
|
|
||||||
208 .LVL17:
|
|
||||||
209 .L8:
|
|
||||||
151:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
210 .loc 1 151 5 discriminator 1 view .LVU73
|
|
||||||
211 0052 0220 movs r0, #2
|
|
||||||
212 .LVL18:
|
|
||||||
182:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
183:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
213 .loc 1 183 1 view .LVU74
|
|
||||||
214 0054 7047 bx lr
|
|
||||||
215 .cfi_endproc
|
|
||||||
216 .LFE336:
|
|
||||||
218 .section .text.HAL_I2CEx_EnableWakeUp,"ax",%progbits
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 8
|
|
||||||
|
|
||||||
|
|
||||||
219 .align 1
|
|
||||||
220 .global HAL_I2CEx_EnableWakeUp
|
|
||||||
221 .syntax unified
|
|
||||||
222 .thumb
|
|
||||||
223 .thumb_func
|
|
||||||
225 HAL_I2CEx_EnableWakeUp:
|
|
||||||
226 .LVL19:
|
|
||||||
227 .LFB337:
|
|
||||||
184:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
185:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @}
|
|
||||||
186:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
187:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
188:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /** @defgroup I2CEx_Exported_Functions_Group2 WakeUp Mode Functions
|
|
||||||
189:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief WakeUp Mode Functions
|
|
||||||
190:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
191:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @verbatim
|
|
||||||
192:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ===============================================================================
|
|
||||||
193:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ##### WakeUp Mode Functions #####
|
|
||||||
194:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ===============================================================================
|
|
||||||
195:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** [..] This section provides functions allowing to:
|
|
||||||
196:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Configure Wake Up Feature
|
|
||||||
197:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
198:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @endverbatim
|
|
||||||
199:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @{
|
|
||||||
200:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
201:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
202:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
203:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Enable I2C wakeup from Stop mode(s).
|
|
||||||
204:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains
|
|
||||||
205:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * the configuration information for the specified I2Cx peripheral.
|
|
||||||
206:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @retval HAL status
|
|
||||||
207:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
208:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** HAL_StatusTypeDef HAL_I2CEx_EnableWakeUp(I2C_HandleTypeDef *hi2c)
|
|
||||||
209:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
228 .loc 1 209 1 is_stmt 1 view -0
|
|
||||||
229 .cfi_startproc
|
|
||||||
230 @ args = 0, pretend = 0, frame = 0
|
|
||||||
231 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
232 @ link register save eliminated.
|
|
||||||
233 .loc 1 209 1 is_stmt 0 view .LVU76
|
|
||||||
234 0000 0346 mov r3, r0
|
|
||||||
210:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Check the parameters */
|
|
||||||
211:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_WAKEUP_FROMSTOP_INSTANCE(hi2c->Instance));
|
|
||||||
235 .loc 1 211 3 is_stmt 1 view .LVU77
|
|
||||||
212:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
213:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** if (hi2c->State == HAL_I2C_STATE_READY)
|
|
||||||
236 .loc 1 213 3 view .LVU78
|
|
||||||
237 .loc 1 213 11 is_stmt 0 view .LVU79
|
|
||||||
238 0002 90F84120 ldrb r2, [r0, #65] @ zero_extendqisi2
|
|
||||||
239 .loc 1 213 6 view .LVU80
|
|
||||||
240 0006 202A cmp r2, #32
|
|
||||||
241 0008 1FD1 bne .L11
|
|
||||||
214:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
215:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Locked */
|
|
||||||
216:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_LOCK(hi2c);
|
|
||||||
242 .loc 1 216 5 is_stmt 1 view .LVU81
|
|
||||||
243 .loc 1 216 5 view .LVU82
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 9
|
|
||||||
|
|
||||||
|
|
||||||
244 000a 90F84020 ldrb r2, [r0, #64] @ zero_extendqisi2
|
|
||||||
245 000e 012A cmp r2, #1
|
|
||||||
246 0010 1DD0 beq .L12
|
|
||||||
247 .loc 1 216 5 discriminator 2 view .LVU83
|
|
||||||
248 0012 0122 movs r2, #1
|
|
||||||
249 0014 80F84020 strb r2, [r0, #64]
|
|
||||||
250 .loc 1 216 5 view .LVU84
|
|
||||||
217:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
218:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_BUSY;
|
|
||||||
251 .loc 1 218 5 view .LVU85
|
|
||||||
252 .loc 1 218 17 is_stmt 0 view .LVU86
|
|
||||||
253 0018 2422 movs r2, #36
|
|
||||||
254 001a 80F84120 strb r2, [r0, #65]
|
|
||||||
219:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
220:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Disable the selected I2C peripheral */
|
|
||||||
221:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_DISABLE(hi2c);
|
|
||||||
255 .loc 1 221 5 is_stmt 1 view .LVU87
|
|
||||||
256 001e 0168 ldr r1, [r0]
|
|
||||||
257 0020 0A68 ldr r2, [r1]
|
|
||||||
258 0022 22F00102 bic r2, r2, #1
|
|
||||||
259 0026 0A60 str r2, [r1]
|
|
||||||
222:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
223:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Enable wakeup from stop mode */
|
|
||||||
224:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->Instance->CR1 |= I2C_CR1_WUPEN;
|
|
||||||
260 .loc 1 224 5 view .LVU88
|
|
||||||
261 .loc 1 224 9 is_stmt 0 view .LVU89
|
|
||||||
262 0028 0168 ldr r1, [r0]
|
|
||||||
263 .loc 1 224 19 view .LVU90
|
|
||||||
264 002a 0A68 ldr r2, [r1]
|
|
||||||
265 .loc 1 224 25 view .LVU91
|
|
||||||
266 002c 42F48022 orr r2, r2, #262144
|
|
||||||
267 0030 0A60 str r2, [r1]
|
|
||||||
225:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
226:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_ENABLE(hi2c);
|
|
||||||
268 .loc 1 226 5 is_stmt 1 view .LVU92
|
|
||||||
269 0032 0168 ldr r1, [r0]
|
|
||||||
270 0034 0A68 ldr r2, [r1]
|
|
||||||
271 0036 42F00102 orr r2, r2, #1
|
|
||||||
272 003a 0A60 str r2, [r1]
|
|
||||||
227:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
228:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_READY;
|
|
||||||
273 .loc 1 228 5 view .LVU93
|
|
||||||
274 .loc 1 228 17 is_stmt 0 view .LVU94
|
|
||||||
275 003c 2022 movs r2, #32
|
|
||||||
276 003e 80F84120 strb r2, [r0, #65]
|
|
||||||
229:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
230:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Unlocked */
|
|
||||||
231:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_UNLOCK(hi2c);
|
|
||||||
277 .loc 1 231 5 is_stmt 1 view .LVU95
|
|
||||||
278 .loc 1 231 5 view .LVU96
|
|
||||||
279 0042 0020 movs r0, #0
|
|
||||||
280 .LVL20:
|
|
||||||
281 .loc 1 231 5 is_stmt 0 view .LVU97
|
|
||||||
282 0044 83F84000 strb r0, [r3, #64]
|
|
||||||
283 .loc 1 231 5 is_stmt 1 view .LVU98
|
|
||||||
232:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
233:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_OK;
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 10
|
|
||||||
|
|
||||||
|
|
||||||
284 .loc 1 233 5 view .LVU99
|
|
||||||
285 .loc 1 233 12 is_stmt 0 view .LVU100
|
|
||||||
286 0048 7047 bx lr
|
|
||||||
287 .LVL21:
|
|
||||||
288 .L11:
|
|
||||||
234:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
235:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** else
|
|
||||||
236:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
237:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_BUSY;
|
|
||||||
289 .loc 1 237 12 view .LVU101
|
|
||||||
290 004a 0220 movs r0, #2
|
|
||||||
291 .LVL22:
|
|
||||||
292 .loc 1 237 12 view .LVU102
|
|
||||||
293 004c 7047 bx lr
|
|
||||||
294 .LVL23:
|
|
||||||
295 .L12:
|
|
||||||
216:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
296 .loc 1 216 5 discriminator 1 view .LVU103
|
|
||||||
297 004e 0220 movs r0, #2
|
|
||||||
298 .LVL24:
|
|
||||||
238:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
239:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
299 .loc 1 239 1 view .LVU104
|
|
||||||
300 0050 7047 bx lr
|
|
||||||
301 .cfi_endproc
|
|
||||||
302 .LFE337:
|
|
||||||
304 .section .text.HAL_I2CEx_DisableWakeUp,"ax",%progbits
|
|
||||||
305 .align 1
|
|
||||||
306 .global HAL_I2CEx_DisableWakeUp
|
|
||||||
307 .syntax unified
|
|
||||||
308 .thumb
|
|
||||||
309 .thumb_func
|
|
||||||
311 HAL_I2CEx_DisableWakeUp:
|
|
||||||
312 .LVL25:
|
|
||||||
313 .LFB338:
|
|
||||||
240:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
241:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
242:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Disable I2C wakeup from Stop mode(s).
|
|
||||||
243:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param hi2c Pointer to a I2C_HandleTypeDef structure that contains
|
|
||||||
244:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * the configuration information for the specified I2Cx peripheral.
|
|
||||||
245:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @retval HAL status
|
|
||||||
246:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
247:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** HAL_StatusTypeDef HAL_I2CEx_DisableWakeUp(I2C_HandleTypeDef *hi2c)
|
|
||||||
248:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
314 .loc 1 248 1 is_stmt 1 view -0
|
|
||||||
315 .cfi_startproc
|
|
||||||
316 @ args = 0, pretend = 0, frame = 0
|
|
||||||
317 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
318 @ link register save eliminated.
|
|
||||||
319 .loc 1 248 1 is_stmt 0 view .LVU106
|
|
||||||
320 0000 0346 mov r3, r0
|
|
||||||
249:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Check the parameters */
|
|
||||||
250:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_WAKEUP_FROMSTOP_INSTANCE(hi2c->Instance));
|
|
||||||
321 .loc 1 250 3 is_stmt 1 view .LVU107
|
|
||||||
251:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
252:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** if (hi2c->State == HAL_I2C_STATE_READY)
|
|
||||||
322 .loc 1 252 3 view .LVU108
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 11
|
|
||||||
|
|
||||||
|
|
||||||
323 .loc 1 252 11 is_stmt 0 view .LVU109
|
|
||||||
324 0002 90F84120 ldrb r2, [r0, #65] @ zero_extendqisi2
|
|
||||||
325 .loc 1 252 6 view .LVU110
|
|
||||||
326 0006 202A cmp r2, #32
|
|
||||||
327 0008 1FD1 bne .L15
|
|
||||||
253:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
254:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Locked */
|
|
||||||
255:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_LOCK(hi2c);
|
|
||||||
328 .loc 1 255 5 is_stmt 1 view .LVU111
|
|
||||||
329 .loc 1 255 5 view .LVU112
|
|
||||||
330 000a 90F84020 ldrb r2, [r0, #64] @ zero_extendqisi2
|
|
||||||
331 000e 012A cmp r2, #1
|
|
||||||
332 0010 1DD0 beq .L16
|
|
||||||
333 .loc 1 255 5 discriminator 2 view .LVU113
|
|
||||||
334 0012 0122 movs r2, #1
|
|
||||||
335 0014 80F84020 strb r2, [r0, #64]
|
|
||||||
336 .loc 1 255 5 view .LVU114
|
|
||||||
256:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
257:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_BUSY;
|
|
||||||
337 .loc 1 257 5 view .LVU115
|
|
||||||
338 .loc 1 257 17 is_stmt 0 view .LVU116
|
|
||||||
339 0018 2422 movs r2, #36
|
|
||||||
340 001a 80F84120 strb r2, [r0, #65]
|
|
||||||
258:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
259:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Disable the selected I2C peripheral */
|
|
||||||
260:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_DISABLE(hi2c);
|
|
||||||
341 .loc 1 260 5 is_stmt 1 view .LVU117
|
|
||||||
342 001e 0168 ldr r1, [r0]
|
|
||||||
343 0020 0A68 ldr r2, [r1]
|
|
||||||
344 0022 22F00102 bic r2, r2, #1
|
|
||||||
345 0026 0A60 str r2, [r1]
|
|
||||||
261:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
262:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Enable wakeup from stop mode */
|
|
||||||
263:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->Instance->CR1 &= ~(I2C_CR1_WUPEN);
|
|
||||||
346 .loc 1 263 5 view .LVU118
|
|
||||||
347 .loc 1 263 9 is_stmt 0 view .LVU119
|
|
||||||
348 0028 0168 ldr r1, [r0]
|
|
||||||
349 .loc 1 263 19 view .LVU120
|
|
||||||
350 002a 0A68 ldr r2, [r1]
|
|
||||||
351 .loc 1 263 25 view .LVU121
|
|
||||||
352 002c 22F48022 bic r2, r2, #262144
|
|
||||||
353 0030 0A60 str r2, [r1]
|
|
||||||
264:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
265:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_I2C_ENABLE(hi2c);
|
|
||||||
354 .loc 1 265 5 is_stmt 1 view .LVU122
|
|
||||||
355 0032 0168 ldr r1, [r0]
|
|
||||||
356 0034 0A68 ldr r2, [r1]
|
|
||||||
357 0036 42F00102 orr r2, r2, #1
|
|
||||||
358 003a 0A60 str r2, [r1]
|
|
||||||
266:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
267:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** hi2c->State = HAL_I2C_STATE_READY;
|
|
||||||
359 .loc 1 267 5 view .LVU123
|
|
||||||
360 .loc 1 267 17 is_stmt 0 view .LVU124
|
|
||||||
361 003c 2022 movs r2, #32
|
|
||||||
362 003e 80F84120 strb r2, [r0, #65]
|
|
||||||
268:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
269:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Process Unlocked */
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 12
|
|
||||||
|
|
||||||
|
|
||||||
270:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_UNLOCK(hi2c);
|
|
||||||
363 .loc 1 270 5 is_stmt 1 view .LVU125
|
|
||||||
364 .loc 1 270 5 view .LVU126
|
|
||||||
365 0042 0020 movs r0, #0
|
|
||||||
366 .LVL26:
|
|
||||||
367 .loc 1 270 5 is_stmt 0 view .LVU127
|
|
||||||
368 0044 83F84000 strb r0, [r3, #64]
|
|
||||||
369 .loc 1 270 5 is_stmt 1 view .LVU128
|
|
||||||
271:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
272:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_OK;
|
|
||||||
370 .loc 1 272 5 view .LVU129
|
|
||||||
371 .loc 1 272 12 is_stmt 0 view .LVU130
|
|
||||||
372 0048 7047 bx lr
|
|
||||||
373 .LVL27:
|
|
||||||
374 .L15:
|
|
||||||
273:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
274:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** else
|
|
||||||
275:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
276:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** return HAL_BUSY;
|
|
||||||
375 .loc 1 276 12 view .LVU131
|
|
||||||
376 004a 0220 movs r0, #2
|
|
||||||
377 .LVL28:
|
|
||||||
378 .loc 1 276 12 view .LVU132
|
|
||||||
379 004c 7047 bx lr
|
|
||||||
380 .LVL29:
|
|
||||||
381 .L16:
|
|
||||||
255:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
382 .loc 1 255 5 discriminator 1 view .LVU133
|
|
||||||
383 004e 0220 movs r0, #2
|
|
||||||
384 .LVL30:
|
|
||||||
277:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
278:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
385 .loc 1 278 1 view .LVU134
|
|
||||||
386 0050 7047 bx lr
|
|
||||||
387 .cfi_endproc
|
|
||||||
388 .LFE338:
|
|
||||||
390 .section .text.HAL_I2CEx_EnableFastModePlus,"ax",%progbits
|
|
||||||
391 .align 1
|
|
||||||
392 .global HAL_I2CEx_EnableFastModePlus
|
|
||||||
393 .syntax unified
|
|
||||||
394 .thumb
|
|
||||||
395 .thumb_func
|
|
||||||
397 HAL_I2CEx_EnableFastModePlus:
|
|
||||||
398 .LVL31:
|
|
||||||
399 .LFB339:
|
|
||||||
279:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
280:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @}
|
|
||||||
281:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
282:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
283:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /** @defgroup I2CEx_Exported_Functions_Group3 Fast Mode Plus Functions
|
|
||||||
284:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Fast Mode Plus Functions
|
|
||||||
285:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** *
|
|
||||||
286:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @verbatim
|
|
||||||
287:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ===============================================================================
|
|
||||||
288:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ##### Fast Mode Plus Functions #####
|
|
||||||
289:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** ===============================================================================
|
|
||||||
290:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** [..] This section provides functions allowing to:
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 13
|
|
||||||
|
|
||||||
|
|
||||||
291:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** (+) Configure Fast Mode Plus
|
|
||||||
292:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
293:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** @endverbatim
|
|
||||||
294:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @{
|
|
||||||
295:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
296:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
297:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
298:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Enable the I2C fast mode plus driving capability.
|
|
||||||
299:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param ConfigFastModePlus Selects the pin.
|
|
||||||
300:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * This parameter can be one of the @ref I2CEx_FastModePlus values
|
|
||||||
301:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For I2C1, fast mode plus driving capability can be enabled on all selected
|
|
||||||
302:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * I2C1 pins using I2C_FASTMODEPLUS_I2C1 parameter or independently
|
|
||||||
303:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * on each one of the following pins PB6, PB7, PB8 and PB9.
|
|
||||||
304:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For remaining I2C1 pins (PA14, PA15...) fast mode plus driving capability
|
|
||||||
305:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * can be enabled only by using I2C_FASTMODEPLUS_I2C1 parameter.
|
|
||||||
306:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C2 pins fast mode plus driving capability can be enabled
|
|
||||||
307:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C2 parameter.
|
|
||||||
308:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C3 pins fast mode plus driving capability can be enabled
|
|
||||||
309:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C3 parameter.
|
|
||||||
310:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C4 pins fast mode plus driving capability can be enabled
|
|
||||||
311:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C4 parameter.
|
|
||||||
312:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C5 pins fast mode plus driving capability can be enabled
|
|
||||||
313:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C5 parameter.
|
|
||||||
314:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @retval None
|
|
||||||
315:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
316:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** void HAL_I2CEx_EnableFastModePlus(uint32_t ConfigFastModePlus)
|
|
||||||
317:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
400 .loc 1 317 1 is_stmt 1 view -0
|
|
||||||
401 .cfi_startproc
|
|
||||||
402 @ args = 0, pretend = 0, frame = 8
|
|
||||||
403 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
404 @ link register save eliminated.
|
|
||||||
405 .loc 1 317 1 is_stmt 0 view .LVU136
|
|
||||||
406 0000 82B0 sub sp, sp, #8
|
|
||||||
407 .cfi_def_cfa_offset 8
|
|
||||||
318:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Check the parameter */
|
|
||||||
319:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus));
|
|
||||||
408 .loc 1 319 3 is_stmt 1 view .LVU137
|
|
||||||
320:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
321:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Enable SYSCFG clock */
|
|
||||||
322:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_RCC_SYSCFG_CLK_ENABLE();
|
|
||||||
409 .loc 1 322 3 view .LVU138
|
|
||||||
410 .LBB2:
|
|
||||||
411 .loc 1 322 3 view .LVU139
|
|
||||||
412 .loc 1 322 3 view .LVU140
|
|
||||||
413 0002 094B ldr r3, .L19
|
|
||||||
414 0004 D3F85421 ldr r2, [r3, #340]
|
|
||||||
415 0008 42F00202 orr r2, r2, #2
|
|
||||||
416 000c C3F85421 str r2, [r3, #340]
|
|
||||||
417 .loc 1 322 3 view .LVU141
|
|
||||||
418 0010 D3F85431 ldr r3, [r3, #340]
|
|
||||||
419 0014 03F00203 and r3, r3, #2
|
|
||||||
420 0018 0193 str r3, [sp, #4]
|
|
||||||
421 .loc 1 322 3 view .LVU142
|
|
||||||
422 001a 019B ldr r3, [sp, #4]
|
|
||||||
423 .LBE2:
|
|
||||||
424 .loc 1 322 3 view .LVU143
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 14
|
|
||||||
|
|
||||||
|
|
||||||
323:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
324:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Enable fast mode plus driving capability for selected pin */
|
|
||||||
325:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** SET_BIT(SYSCFG->PMCR, (uint32_t)ConfigFastModePlus);
|
|
||||||
425 .loc 1 325 3 view .LVU144
|
|
||||||
426 001c 034A ldr r2, .L19+4
|
|
||||||
427 001e 5368 ldr r3, [r2, #4]
|
|
||||||
428 0020 0343 orrs r3, r3, r0
|
|
||||||
429 0022 5360 str r3, [r2, #4]
|
|
||||||
326:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
430 .loc 1 326 1 is_stmt 0 view .LVU145
|
|
||||||
431 0024 02B0 add sp, sp, #8
|
|
||||||
432 .cfi_def_cfa_offset 0
|
|
||||||
433 @ sp needed
|
|
||||||
434 0026 7047 bx lr
|
|
||||||
435 .L20:
|
|
||||||
436 .align 2
|
|
||||||
437 .L19:
|
|
||||||
438 0028 00440258 .word 1476543488
|
|
||||||
439 002c 00040058 .word 1476396032
|
|
||||||
440 .cfi_endproc
|
|
||||||
441 .LFE339:
|
|
||||||
443 .section .text.HAL_I2CEx_DisableFastModePlus,"ax",%progbits
|
|
||||||
444 .align 1
|
|
||||||
445 .global HAL_I2CEx_DisableFastModePlus
|
|
||||||
446 .syntax unified
|
|
||||||
447 .thumb
|
|
||||||
448 .thumb_func
|
|
||||||
450 HAL_I2CEx_DisableFastModePlus:
|
|
||||||
451 .LVL32:
|
|
||||||
452 .LFB340:
|
|
||||||
327:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
328:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /**
|
|
||||||
329:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @brief Disable the I2C fast mode plus driving capability.
|
|
||||||
330:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @param ConfigFastModePlus Selects the pin.
|
|
||||||
331:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * This parameter can be one of the @ref I2CEx_FastModePlus values
|
|
||||||
332:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For I2C1, fast mode plus driving capability can be disabled on all selected
|
|
||||||
333:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * I2C1 pins using I2C_FASTMODEPLUS_I2C1 parameter or independently
|
|
||||||
334:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * on each one of the following pins PB6, PB7, PB8 and PB9.
|
|
||||||
335:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For remaining I2C1 pins (PA14, PA15...) fast mode plus driving capability
|
|
||||||
336:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * can be disabled only by using I2C_FASTMODEPLUS_I2C1 parameter.
|
|
||||||
337:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C2 pins fast mode plus driving capability can be disabled
|
|
||||||
338:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C2 parameter.
|
|
||||||
339:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C3 pins fast mode plus driving capability can be disabled
|
|
||||||
340:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C3 parameter.
|
|
||||||
341:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C4 pins fast mode plus driving capability can be disabled
|
|
||||||
342:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C4 parameter.
|
|
||||||
343:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @note For all I2C5 pins fast mode plus driving capability can be disabled
|
|
||||||
344:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * only by using I2C_FASTMODEPLUS_I2C5 parameter.
|
|
||||||
345:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** * @retval None
|
|
||||||
346:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** */
|
|
||||||
347:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** void HAL_I2CEx_DisableFastModePlus(uint32_t ConfigFastModePlus)
|
|
||||||
348:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** {
|
|
||||||
453 .loc 1 348 1 is_stmt 1 view -0
|
|
||||||
454 .cfi_startproc
|
|
||||||
455 @ args = 0, pretend = 0, frame = 8
|
|
||||||
456 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
457 @ link register save eliminated.
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 15
|
|
||||||
|
|
||||||
|
|
||||||
458 .loc 1 348 1 is_stmt 0 view .LVU147
|
|
||||||
459 0000 82B0 sub sp, sp, #8
|
|
||||||
460 .cfi_def_cfa_offset 8
|
|
||||||
349:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Check the parameter */
|
|
||||||
350:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** assert_param(IS_I2C_FASTMODEPLUS(ConfigFastModePlus));
|
|
||||||
461 .loc 1 350 3 is_stmt 1 view .LVU148
|
|
||||||
351:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
352:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Enable SYSCFG clock */
|
|
||||||
353:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** __HAL_RCC_SYSCFG_CLK_ENABLE();
|
|
||||||
462 .loc 1 353 3 view .LVU149
|
|
||||||
463 .LBB3:
|
|
||||||
464 .loc 1 353 3 view .LVU150
|
|
||||||
465 .loc 1 353 3 view .LVU151
|
|
||||||
466 0002 0A4B ldr r3, .L23
|
|
||||||
467 0004 D3F85421 ldr r2, [r3, #340]
|
|
||||||
468 0008 42F00202 orr r2, r2, #2
|
|
||||||
469 000c C3F85421 str r2, [r3, #340]
|
|
||||||
470 .loc 1 353 3 view .LVU152
|
|
||||||
471 0010 D3F85431 ldr r3, [r3, #340]
|
|
||||||
472 0014 03F00203 and r3, r3, #2
|
|
||||||
473 0018 0193 str r3, [sp, #4]
|
|
||||||
474 .loc 1 353 3 view .LVU153
|
|
||||||
475 001a 019B ldr r3, [sp, #4]
|
|
||||||
476 .LBE3:
|
|
||||||
477 .loc 1 353 3 view .LVU154
|
|
||||||
354:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c ****
|
|
||||||
355:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** /* Disable fast mode plus driving capability for selected pin */
|
|
||||||
356:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** CLEAR_BIT(SYSCFG->PMCR, (uint32_t)ConfigFastModePlus);
|
|
||||||
478 .loc 1 356 3 view .LVU155
|
|
||||||
479 001c 044A ldr r2, .L23+4
|
|
||||||
480 001e 5368 ldr r3, [r2, #4]
|
|
||||||
481 0020 23EA0003 bic r3, r3, r0
|
|
||||||
482 0024 5360 str r3, [r2, #4]
|
|
||||||
357:Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_i2c_ex.c **** }
|
|
||||||
483 .loc 1 357 1 is_stmt 0 view .LVU156
|
|
||||||
484 0026 02B0 add sp, sp, #8
|
|
||||||
485 .cfi_def_cfa_offset 0
|
|
||||||
486 @ sp needed
|
|
||||||
487 0028 7047 bx lr
|
|
||||||
488 .L24:
|
|
||||||
489 002a 00BF .align 2
|
|
||||||
490 .L23:
|
|
||||||
491 002c 00440258 .word 1476543488
|
|
||||||
492 0030 00040058 .word 1476396032
|
|
||||||
493 .cfi_endproc
|
|
||||||
494 .LFE340:
|
|
||||||
496 .text
|
|
||||||
497 .Letext0:
|
|
||||||
498 .file 2 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
499 .file 3 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
500 .file 4 "Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h"
|
|
||||||
501 .file 5 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h"
|
|
||||||
502 .file 6 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h"
|
|
||||||
503 .file 7 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h"
|
|
||||||
ARM GAS /tmp/ccP2PAOm.s page 16
|
|
||||||
|
|
||||||
|
|
||||||
DEFINED SYMBOLS
|
|
||||||
*ABS*:00000000 stm32h7xx_hal_i2c_ex.c
|
|
||||||
/tmp/ccP2PAOm.s:20 .text.HAL_I2CEx_ConfigAnalogFilter:00000000 $t
|
|
||||||
/tmp/ccP2PAOm.s:26 .text.HAL_I2CEx_ConfigAnalogFilter:00000000 HAL_I2CEx_ConfigAnalogFilter
|
|
||||||
/tmp/ccP2PAOm.s:117 .text.HAL_I2CEx_ConfigDigitalFilter:00000000 $t
|
|
||||||
/tmp/ccP2PAOm.s:123 .text.HAL_I2CEx_ConfigDigitalFilter:00000000 HAL_I2CEx_ConfigDigitalFilter
|
|
||||||
/tmp/ccP2PAOm.s:219 .text.HAL_I2CEx_EnableWakeUp:00000000 $t
|
|
||||||
/tmp/ccP2PAOm.s:225 .text.HAL_I2CEx_EnableWakeUp:00000000 HAL_I2CEx_EnableWakeUp
|
|
||||||
/tmp/ccP2PAOm.s:305 .text.HAL_I2CEx_DisableWakeUp:00000000 $t
|
|
||||||
/tmp/ccP2PAOm.s:311 .text.HAL_I2CEx_DisableWakeUp:00000000 HAL_I2CEx_DisableWakeUp
|
|
||||||
/tmp/ccP2PAOm.s:391 .text.HAL_I2CEx_EnableFastModePlus:00000000 $t
|
|
||||||
/tmp/ccP2PAOm.s:397 .text.HAL_I2CEx_EnableFastModePlus:00000000 HAL_I2CEx_EnableFastModePlus
|
|
||||||
/tmp/ccP2PAOm.s:438 .text.HAL_I2CEx_EnableFastModePlus:00000028 $d
|
|
||||||
/tmp/ccP2PAOm.s:444 .text.HAL_I2CEx_DisableFastModePlus:00000000 $t
|
|
||||||
/tmp/ccP2PAOm.s:450 .text.HAL_I2CEx_DisableFastModePlus:00000000 HAL_I2CEx_DisableFastModePlus
|
|
||||||
/tmp/ccP2PAOm.s:491 .text.HAL_I2CEx_DisableFastModePlus:0000002c $d
|
|
||||||
|
|
||||||
NO UNDEFINED SYMBOLS
|
|
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_mdma.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_mdma.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_msp.o: Core/Src/stm32h7xx_hal_msp.c \
|
|
||||||
Core/Inc/main.h Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Core/Inc/main.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_pwr.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_pwr_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_pwr_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_rcc.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_rcc_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rcc_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_tim.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,68 +0,0 @@
|
|||||||
build/debug/stm32h7xx_hal_tim_ex.o: \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_tim_ex.c \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1,70 +0,0 @@
|
|||||||
build/debug/stm32h7xx_it.o: Core/Src/stm32h7xx_it.c Core/Inc/main.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h \
|
|
||||||
Core/Inc/stm32h7xx_it.h
|
|
||||||
Core/Inc/main.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
||||||
Core/Inc/stm32h7xx_it.h:
|
|
@ -1,559 +0,0 @@
|
|||||||
ARM GAS /tmp/cc7wrW4n.s page 1
|
|
||||||
|
|
||||||
|
|
||||||
1 .cpu cortex-m7
|
|
||||||
2 .arch armv7e-m
|
|
||||||
3 .fpu fpv5-d16
|
|
||||||
4 .eabi_attribute 28, 1
|
|
||||||
5 .eabi_attribute 20, 1
|
|
||||||
6 .eabi_attribute 21, 1
|
|
||||||
7 .eabi_attribute 23, 3
|
|
||||||
8 .eabi_attribute 24, 1
|
|
||||||
9 .eabi_attribute 25, 1
|
|
||||||
10 .eabi_attribute 26, 1
|
|
||||||
11 .eabi_attribute 30, 1
|
|
||||||
12 .eabi_attribute 34, 1
|
|
||||||
13 .eabi_attribute 18, 4
|
|
||||||
14 .file "stm32h7xx_it.c"
|
|
||||||
15 .text
|
|
||||||
16 .Ltext0:
|
|
||||||
17 .cfi_sections .debug_frame
|
|
||||||
18 .file 1 "Core/Src/stm32h7xx_it.c"
|
|
||||||
19 .section .text.NMI_Handler,"ax",%progbits
|
|
||||||
20 .align 1
|
|
||||||
21 .global NMI_Handler
|
|
||||||
22 .syntax unified
|
|
||||||
23 .thumb
|
|
||||||
24 .thumb_func
|
|
||||||
26 NMI_Handler:
|
|
||||||
27 .LFB335:
|
|
||||||
1:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN Header */
|
|
||||||
2:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
3:Core/Src/stm32h7xx_it.c **** ******************************************************************************
|
|
||||||
4:Core/Src/stm32h7xx_it.c **** * @file stm32h7xx_it.c
|
|
||||||
5:Core/Src/stm32h7xx_it.c **** * @brief Interrupt Service Routines.
|
|
||||||
6:Core/Src/stm32h7xx_it.c **** ******************************************************************************
|
|
||||||
7:Core/Src/stm32h7xx_it.c **** * @attention
|
|
||||||
8:Core/Src/stm32h7xx_it.c **** *
|
|
||||||
9:Core/Src/stm32h7xx_it.c **** * Copyright (c) 2025 STMicroelectronics.
|
|
||||||
10:Core/Src/stm32h7xx_it.c **** * All rights reserved.
|
|
||||||
11:Core/Src/stm32h7xx_it.c **** *
|
|
||||||
12:Core/Src/stm32h7xx_it.c **** * This software is licensed under terms that can be found in the LICENSE file
|
|
||||||
13:Core/Src/stm32h7xx_it.c **** * in the root directory of this software component.
|
|
||||||
14:Core/Src/stm32h7xx_it.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
|
|
||||||
15:Core/Src/stm32h7xx_it.c **** *
|
|
||||||
16:Core/Src/stm32h7xx_it.c **** ******************************************************************************
|
|
||||||
17:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
18:Core/Src/stm32h7xx_it.c **** /* USER CODE END Header */
|
|
||||||
19:Core/Src/stm32h7xx_it.c ****
|
|
||||||
20:Core/Src/stm32h7xx_it.c **** /* Includes ------------------------------------------------------------------*/
|
|
||||||
21:Core/Src/stm32h7xx_it.c **** #include "main.h"
|
|
||||||
22:Core/Src/stm32h7xx_it.c **** #include "stm32h7xx_it.h"
|
|
||||||
23:Core/Src/stm32h7xx_it.c **** /* Private includes ----------------------------------------------------------*/
|
|
||||||
24:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN Includes */
|
|
||||||
25:Core/Src/stm32h7xx_it.c **** /* USER CODE END Includes */
|
|
||||||
26:Core/Src/stm32h7xx_it.c ****
|
|
||||||
27:Core/Src/stm32h7xx_it.c **** /* Private typedef -----------------------------------------------------------*/
|
|
||||||
28:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN TD */
|
|
||||||
29:Core/Src/stm32h7xx_it.c ****
|
|
||||||
30:Core/Src/stm32h7xx_it.c **** /* USER CODE END TD */
|
|
||||||
31:Core/Src/stm32h7xx_it.c ****
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 2
|
|
||||||
|
|
||||||
|
|
||||||
32:Core/Src/stm32h7xx_it.c **** /* Private define ------------------------------------------------------------*/
|
|
||||||
33:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN PD */
|
|
||||||
34:Core/Src/stm32h7xx_it.c ****
|
|
||||||
35:Core/Src/stm32h7xx_it.c **** /* USER CODE END PD */
|
|
||||||
36:Core/Src/stm32h7xx_it.c ****
|
|
||||||
37:Core/Src/stm32h7xx_it.c **** /* Private macro -------------------------------------------------------------*/
|
|
||||||
38:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN PM */
|
|
||||||
39:Core/Src/stm32h7xx_it.c ****
|
|
||||||
40:Core/Src/stm32h7xx_it.c **** /* USER CODE END PM */
|
|
||||||
41:Core/Src/stm32h7xx_it.c ****
|
|
||||||
42:Core/Src/stm32h7xx_it.c **** /* Private variables ---------------------------------------------------------*/
|
|
||||||
43:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN PV */
|
|
||||||
44:Core/Src/stm32h7xx_it.c ****
|
|
||||||
45:Core/Src/stm32h7xx_it.c **** /* USER CODE END PV */
|
|
||||||
46:Core/Src/stm32h7xx_it.c ****
|
|
||||||
47:Core/Src/stm32h7xx_it.c **** /* Private function prototypes -----------------------------------------------*/
|
|
||||||
48:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN PFP */
|
|
||||||
49:Core/Src/stm32h7xx_it.c ****
|
|
||||||
50:Core/Src/stm32h7xx_it.c **** /* USER CODE END PFP */
|
|
||||||
51:Core/Src/stm32h7xx_it.c ****
|
|
||||||
52:Core/Src/stm32h7xx_it.c **** /* Private user code ---------------------------------------------------------*/
|
|
||||||
53:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN 0 */
|
|
||||||
54:Core/Src/stm32h7xx_it.c ****
|
|
||||||
55:Core/Src/stm32h7xx_it.c **** /* USER CODE END 0 */
|
|
||||||
56:Core/Src/stm32h7xx_it.c ****
|
|
||||||
57:Core/Src/stm32h7xx_it.c **** /* External variables --------------------------------------------------------*/
|
|
||||||
58:Core/Src/stm32h7xx_it.c **** extern DMA_HandleTypeDef hdma_adc1;
|
|
||||||
59:Core/Src/stm32h7xx_it.c **** extern ADC_HandleTypeDef hadc1;
|
|
||||||
60:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN EV */
|
|
||||||
61:Core/Src/stm32h7xx_it.c ****
|
|
||||||
62:Core/Src/stm32h7xx_it.c **** /* USER CODE END EV */
|
|
||||||
63:Core/Src/stm32h7xx_it.c ****
|
|
||||||
64:Core/Src/stm32h7xx_it.c **** /******************************************************************************/
|
|
||||||
65:Core/Src/stm32h7xx_it.c **** /* Cortex Processor Interruption and Exception Handlers */
|
|
||||||
66:Core/Src/stm32h7xx_it.c **** /******************************************************************************/
|
|
||||||
67:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
68:Core/Src/stm32h7xx_it.c **** * @brief This function handles Non maskable interrupt.
|
|
||||||
69:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
70:Core/Src/stm32h7xx_it.c **** void NMI_Handler(void)
|
|
||||||
71:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
28 .loc 1 71 1 view -0
|
|
||||||
29 .cfi_startproc
|
|
||||||
30 @ Volatile: function does not return.
|
|
||||||
31 @ args = 0, pretend = 0, frame = 0
|
|
||||||
32 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
33 @ link register save eliminated.
|
|
||||||
34 .L2:
|
|
||||||
72:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN NonMaskableInt_IRQn 0 */
|
|
||||||
73:Core/Src/stm32h7xx_it.c ****
|
|
||||||
74:Core/Src/stm32h7xx_it.c **** /* USER CODE END NonMaskableInt_IRQn 0 */
|
|
||||||
75:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN NonMaskableInt_IRQn 1 */
|
|
||||||
76:Core/Src/stm32h7xx_it.c **** while (1)
|
|
||||||
35 .loc 1 76 4 view .LVU1
|
|
||||||
77:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
78:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
36 .loc 1 78 3 view .LVU2
|
|
||||||
76:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 3
|
|
||||||
|
|
||||||
|
|
||||||
37 .loc 1 76 10 view .LVU3
|
|
||||||
38 0000 FEE7 b .L2
|
|
||||||
39 .cfi_endproc
|
|
||||||
40 .LFE335:
|
|
||||||
42 .section .text.HardFault_Handler,"ax",%progbits
|
|
||||||
43 .align 1
|
|
||||||
44 .global HardFault_Handler
|
|
||||||
45 .syntax unified
|
|
||||||
46 .thumb
|
|
||||||
47 .thumb_func
|
|
||||||
49 HardFault_Handler:
|
|
||||||
50 .LFB336:
|
|
||||||
79:Core/Src/stm32h7xx_it.c **** /* USER CODE END NonMaskableInt_IRQn 1 */
|
|
||||||
80:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
81:Core/Src/stm32h7xx_it.c ****
|
|
||||||
82:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
83:Core/Src/stm32h7xx_it.c **** * @brief This function handles Hard fault interrupt.
|
|
||||||
84:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
85:Core/Src/stm32h7xx_it.c **** void HardFault_Handler(void)
|
|
||||||
86:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
51 .loc 1 86 1 view -0
|
|
||||||
52 .cfi_startproc
|
|
||||||
53 @ Volatile: function does not return.
|
|
||||||
54 @ args = 0, pretend = 0, frame = 0
|
|
||||||
55 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
56 @ link register save eliminated.
|
|
||||||
57 .L4:
|
|
||||||
87:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN HardFault_IRQn 0 */
|
|
||||||
88:Core/Src/stm32h7xx_it.c ****
|
|
||||||
89:Core/Src/stm32h7xx_it.c **** /* USER CODE END HardFault_IRQn 0 */
|
|
||||||
90:Core/Src/stm32h7xx_it.c **** while (1)
|
|
||||||
58 .loc 1 90 3 view .LVU5
|
|
||||||
91:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
92:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN W1_HardFault_IRQn 0 */
|
|
||||||
93:Core/Src/stm32h7xx_it.c **** /* USER CODE END W1_HardFault_IRQn 0 */
|
|
||||||
94:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
59 .loc 1 94 3 view .LVU6
|
|
||||||
90:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
60 .loc 1 90 9 view .LVU7
|
|
||||||
61 0000 FEE7 b .L4
|
|
||||||
62 .cfi_endproc
|
|
||||||
63 .LFE336:
|
|
||||||
65 .section .text.MemManage_Handler,"ax",%progbits
|
|
||||||
66 .align 1
|
|
||||||
67 .global MemManage_Handler
|
|
||||||
68 .syntax unified
|
|
||||||
69 .thumb
|
|
||||||
70 .thumb_func
|
|
||||||
72 MemManage_Handler:
|
|
||||||
73 .LFB337:
|
|
||||||
95:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
96:Core/Src/stm32h7xx_it.c ****
|
|
||||||
97:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
98:Core/Src/stm32h7xx_it.c **** * @brief This function handles Memory management fault.
|
|
||||||
99:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
100:Core/Src/stm32h7xx_it.c **** void MemManage_Handler(void)
|
|
||||||
101:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 4
|
|
||||||
|
|
||||||
|
|
||||||
74 .loc 1 101 1 view -0
|
|
||||||
75 .cfi_startproc
|
|
||||||
76 @ Volatile: function does not return.
|
|
||||||
77 @ args = 0, pretend = 0, frame = 0
|
|
||||||
78 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
79 @ link register save eliminated.
|
|
||||||
80 .L6:
|
|
||||||
102:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN MemoryManagement_IRQn 0 */
|
|
||||||
103:Core/Src/stm32h7xx_it.c ****
|
|
||||||
104:Core/Src/stm32h7xx_it.c **** /* USER CODE END MemoryManagement_IRQn 0 */
|
|
||||||
105:Core/Src/stm32h7xx_it.c **** while (1)
|
|
||||||
81 .loc 1 105 3 view .LVU9
|
|
||||||
106:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
107:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN W1_MemoryManagement_IRQn 0 */
|
|
||||||
108:Core/Src/stm32h7xx_it.c **** /* USER CODE END W1_MemoryManagement_IRQn 0 */
|
|
||||||
109:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
82 .loc 1 109 3 view .LVU10
|
|
||||||
105:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
83 .loc 1 105 9 view .LVU11
|
|
||||||
84 0000 FEE7 b .L6
|
|
||||||
85 .cfi_endproc
|
|
||||||
86 .LFE337:
|
|
||||||
88 .section .text.BusFault_Handler,"ax",%progbits
|
|
||||||
89 .align 1
|
|
||||||
90 .global BusFault_Handler
|
|
||||||
91 .syntax unified
|
|
||||||
92 .thumb
|
|
||||||
93 .thumb_func
|
|
||||||
95 BusFault_Handler:
|
|
||||||
96 .LFB338:
|
|
||||||
110:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
111:Core/Src/stm32h7xx_it.c ****
|
|
||||||
112:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
113:Core/Src/stm32h7xx_it.c **** * @brief This function handles Pre-fetch fault, memory access fault.
|
|
||||||
114:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
115:Core/Src/stm32h7xx_it.c **** void BusFault_Handler(void)
|
|
||||||
116:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
97 .loc 1 116 1 view -0
|
|
||||||
98 .cfi_startproc
|
|
||||||
99 @ Volatile: function does not return.
|
|
||||||
100 @ args = 0, pretend = 0, frame = 0
|
|
||||||
101 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
102 @ link register save eliminated.
|
|
||||||
103 .L8:
|
|
||||||
117:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN BusFault_IRQn 0 */
|
|
||||||
118:Core/Src/stm32h7xx_it.c ****
|
|
||||||
119:Core/Src/stm32h7xx_it.c **** /* USER CODE END BusFault_IRQn 0 */
|
|
||||||
120:Core/Src/stm32h7xx_it.c **** while (1)
|
|
||||||
104 .loc 1 120 3 view .LVU13
|
|
||||||
121:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
122:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN W1_BusFault_IRQn 0 */
|
|
||||||
123:Core/Src/stm32h7xx_it.c **** /* USER CODE END W1_BusFault_IRQn 0 */
|
|
||||||
124:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
105 .loc 1 124 3 view .LVU14
|
|
||||||
120:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
106 .loc 1 120 9 view .LVU15
|
|
||||||
107 0000 FEE7 b .L8
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 5
|
|
||||||
|
|
||||||
|
|
||||||
108 .cfi_endproc
|
|
||||||
109 .LFE338:
|
|
||||||
111 .section .text.UsageFault_Handler,"ax",%progbits
|
|
||||||
112 .align 1
|
|
||||||
113 .global UsageFault_Handler
|
|
||||||
114 .syntax unified
|
|
||||||
115 .thumb
|
|
||||||
116 .thumb_func
|
|
||||||
118 UsageFault_Handler:
|
|
||||||
119 .LFB339:
|
|
||||||
125:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
126:Core/Src/stm32h7xx_it.c ****
|
|
||||||
127:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
128:Core/Src/stm32h7xx_it.c **** * @brief This function handles Undefined instruction or illegal state.
|
|
||||||
129:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
130:Core/Src/stm32h7xx_it.c **** void UsageFault_Handler(void)
|
|
||||||
131:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
120 .loc 1 131 1 view -0
|
|
||||||
121 .cfi_startproc
|
|
||||||
122 @ Volatile: function does not return.
|
|
||||||
123 @ args = 0, pretend = 0, frame = 0
|
|
||||||
124 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
125 @ link register save eliminated.
|
|
||||||
126 .L10:
|
|
||||||
132:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN UsageFault_IRQn 0 */
|
|
||||||
133:Core/Src/stm32h7xx_it.c ****
|
|
||||||
134:Core/Src/stm32h7xx_it.c **** /* USER CODE END UsageFault_IRQn 0 */
|
|
||||||
135:Core/Src/stm32h7xx_it.c **** while (1)
|
|
||||||
127 .loc 1 135 3 view .LVU17
|
|
||||||
136:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
137:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN W1_UsageFault_IRQn 0 */
|
|
||||||
138:Core/Src/stm32h7xx_it.c **** /* USER CODE END W1_UsageFault_IRQn 0 */
|
|
||||||
139:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
128 .loc 1 139 3 view .LVU18
|
|
||||||
135:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
129 .loc 1 135 9 view .LVU19
|
|
||||||
130 0000 FEE7 b .L10
|
|
||||||
131 .cfi_endproc
|
|
||||||
132 .LFE339:
|
|
||||||
134 .section .text.SVC_Handler,"ax",%progbits
|
|
||||||
135 .align 1
|
|
||||||
136 .global SVC_Handler
|
|
||||||
137 .syntax unified
|
|
||||||
138 .thumb
|
|
||||||
139 .thumb_func
|
|
||||||
141 SVC_Handler:
|
|
||||||
142 .LFB340:
|
|
||||||
140:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
141:Core/Src/stm32h7xx_it.c ****
|
|
||||||
142:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
143:Core/Src/stm32h7xx_it.c **** * @brief This function handles System service call via SWI instruction.
|
|
||||||
144:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
145:Core/Src/stm32h7xx_it.c **** void SVC_Handler(void)
|
|
||||||
146:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
143 .loc 1 146 1 view -0
|
|
||||||
144 .cfi_startproc
|
|
||||||
145 @ args = 0, pretend = 0, frame = 0
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 6
|
|
||||||
|
|
||||||
|
|
||||||
146 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
147 @ link register save eliminated.
|
|
||||||
147:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN SVCall_IRQn 0 */
|
|
||||||
148:Core/Src/stm32h7xx_it.c ****
|
|
||||||
149:Core/Src/stm32h7xx_it.c **** /* USER CODE END SVCall_IRQn 0 */
|
|
||||||
150:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN SVCall_IRQn 1 */
|
|
||||||
151:Core/Src/stm32h7xx_it.c ****
|
|
||||||
152:Core/Src/stm32h7xx_it.c **** /* USER CODE END SVCall_IRQn 1 */
|
|
||||||
153:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
148 .loc 1 153 1 view .LVU21
|
|
||||||
149 0000 7047 bx lr
|
|
||||||
150 .cfi_endproc
|
|
||||||
151 .LFE340:
|
|
||||||
153 .section .text.DebugMon_Handler,"ax",%progbits
|
|
||||||
154 .align 1
|
|
||||||
155 .global DebugMon_Handler
|
|
||||||
156 .syntax unified
|
|
||||||
157 .thumb
|
|
||||||
158 .thumb_func
|
|
||||||
160 DebugMon_Handler:
|
|
||||||
161 .LFB341:
|
|
||||||
154:Core/Src/stm32h7xx_it.c ****
|
|
||||||
155:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
156:Core/Src/stm32h7xx_it.c **** * @brief This function handles Debug monitor.
|
|
||||||
157:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
158:Core/Src/stm32h7xx_it.c **** void DebugMon_Handler(void)
|
|
||||||
159:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
162 .loc 1 159 1 view -0
|
|
||||||
163 .cfi_startproc
|
|
||||||
164 @ args = 0, pretend = 0, frame = 0
|
|
||||||
165 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
166 @ link register save eliminated.
|
|
||||||
160:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN DebugMonitor_IRQn 0 */
|
|
||||||
161:Core/Src/stm32h7xx_it.c ****
|
|
||||||
162:Core/Src/stm32h7xx_it.c **** /* USER CODE END DebugMonitor_IRQn 0 */
|
|
||||||
163:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN DebugMonitor_IRQn 1 */
|
|
||||||
164:Core/Src/stm32h7xx_it.c ****
|
|
||||||
165:Core/Src/stm32h7xx_it.c **** /* USER CODE END DebugMonitor_IRQn 1 */
|
|
||||||
166:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
167 .loc 1 166 1 view .LVU23
|
|
||||||
168 0000 7047 bx lr
|
|
||||||
169 .cfi_endproc
|
|
||||||
170 .LFE341:
|
|
||||||
172 .section .text.PendSV_Handler,"ax",%progbits
|
|
||||||
173 .align 1
|
|
||||||
174 .global PendSV_Handler
|
|
||||||
175 .syntax unified
|
|
||||||
176 .thumb
|
|
||||||
177 .thumb_func
|
|
||||||
179 PendSV_Handler:
|
|
||||||
180 .LFB342:
|
|
||||||
167:Core/Src/stm32h7xx_it.c ****
|
|
||||||
168:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
169:Core/Src/stm32h7xx_it.c **** * @brief This function handles Pendable request for system service.
|
|
||||||
170:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
171:Core/Src/stm32h7xx_it.c **** void PendSV_Handler(void)
|
|
||||||
172:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 7
|
|
||||||
|
|
||||||
|
|
||||||
181 .loc 1 172 1 view -0
|
|
||||||
182 .cfi_startproc
|
|
||||||
183 @ args = 0, pretend = 0, frame = 0
|
|
||||||
184 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
185 @ link register save eliminated.
|
|
||||||
173:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN PendSV_IRQn 0 */
|
|
||||||
174:Core/Src/stm32h7xx_it.c ****
|
|
||||||
175:Core/Src/stm32h7xx_it.c **** /* USER CODE END PendSV_IRQn 0 */
|
|
||||||
176:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN PendSV_IRQn 1 */
|
|
||||||
177:Core/Src/stm32h7xx_it.c ****
|
|
||||||
178:Core/Src/stm32h7xx_it.c **** /* USER CODE END PendSV_IRQn 1 */
|
|
||||||
179:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
186 .loc 1 179 1 view .LVU25
|
|
||||||
187 0000 7047 bx lr
|
|
||||||
188 .cfi_endproc
|
|
||||||
189 .LFE342:
|
|
||||||
191 .section .text.SysTick_Handler,"ax",%progbits
|
|
||||||
192 .align 1
|
|
||||||
193 .global SysTick_Handler
|
|
||||||
194 .syntax unified
|
|
||||||
195 .thumb
|
|
||||||
196 .thumb_func
|
|
||||||
198 SysTick_Handler:
|
|
||||||
199 .LFB343:
|
|
||||||
180:Core/Src/stm32h7xx_it.c ****
|
|
||||||
181:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
182:Core/Src/stm32h7xx_it.c **** * @brief This function handles System tick timer.
|
|
||||||
183:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
184:Core/Src/stm32h7xx_it.c **** void SysTick_Handler(void)
|
|
||||||
185:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
200 .loc 1 185 1 view -0
|
|
||||||
201 .cfi_startproc
|
|
||||||
202 @ args = 0, pretend = 0, frame = 0
|
|
||||||
203 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
204 0000 08B5 push {r3, lr}
|
|
||||||
205 .cfi_def_cfa_offset 8
|
|
||||||
206 .cfi_offset 3, -8
|
|
||||||
207 .cfi_offset 14, -4
|
|
||||||
186:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN SysTick_IRQn 0 */
|
|
||||||
187:Core/Src/stm32h7xx_it.c ****
|
|
||||||
188:Core/Src/stm32h7xx_it.c **** /* USER CODE END SysTick_IRQn 0 */
|
|
||||||
189:Core/Src/stm32h7xx_it.c **** HAL_IncTick();
|
|
||||||
208 .loc 1 189 3 view .LVU27
|
|
||||||
209 0002 FFF7FEFF bl HAL_IncTick
|
|
||||||
210 .LVL0:
|
|
||||||
190:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN SysTick_IRQn 1 */
|
|
||||||
191:Core/Src/stm32h7xx_it.c ****
|
|
||||||
192:Core/Src/stm32h7xx_it.c **** /* USER CODE END SysTick_IRQn 1 */
|
|
||||||
193:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
211 .loc 1 193 1 is_stmt 0 view .LVU28
|
|
||||||
212 0006 08BD pop {r3, pc}
|
|
||||||
213 .cfi_endproc
|
|
||||||
214 .LFE343:
|
|
||||||
216 .section .text.DMA1_Stream0_IRQHandler,"ax",%progbits
|
|
||||||
217 .align 1
|
|
||||||
218 .global DMA1_Stream0_IRQHandler
|
|
||||||
219 .syntax unified
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 8
|
|
||||||
|
|
||||||
|
|
||||||
220 .thumb
|
|
||||||
221 .thumb_func
|
|
||||||
223 DMA1_Stream0_IRQHandler:
|
|
||||||
224 .LFB344:
|
|
||||||
194:Core/Src/stm32h7xx_it.c ****
|
|
||||||
195:Core/Src/stm32h7xx_it.c **** /******************************************************************************/
|
|
||||||
196:Core/Src/stm32h7xx_it.c **** /* STM32H7xx Peripheral Interrupt Handlers */
|
|
||||||
197:Core/Src/stm32h7xx_it.c **** /* Add here the Interrupt Handlers for the used peripherals. */
|
|
||||||
198:Core/Src/stm32h7xx_it.c **** /* For the available peripheral interrupt handler names, */
|
|
||||||
199:Core/Src/stm32h7xx_it.c **** /* please refer to the startup file (startup_stm32h7xx.s). */
|
|
||||||
200:Core/Src/stm32h7xx_it.c **** /******************************************************************************/
|
|
||||||
201:Core/Src/stm32h7xx_it.c ****
|
|
||||||
202:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
203:Core/Src/stm32h7xx_it.c **** * @brief This function handles DMA1 stream0 global interrupt.
|
|
||||||
204:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
205:Core/Src/stm32h7xx_it.c **** void DMA1_Stream0_IRQHandler(void)
|
|
||||||
206:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
225 .loc 1 206 1 is_stmt 1 view -0
|
|
||||||
226 .cfi_startproc
|
|
||||||
227 @ args = 0, pretend = 0, frame = 0
|
|
||||||
228 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
229 0000 08B5 push {r3, lr}
|
|
||||||
230 .cfi_def_cfa_offset 8
|
|
||||||
231 .cfi_offset 3, -8
|
|
||||||
232 .cfi_offset 14, -4
|
|
||||||
207:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN DMA1_Stream0_IRQn 0 */
|
|
||||||
208:Core/Src/stm32h7xx_it.c ****
|
|
||||||
209:Core/Src/stm32h7xx_it.c **** /* USER CODE END DMA1_Stream0_IRQn 0 */
|
|
||||||
210:Core/Src/stm32h7xx_it.c **** HAL_DMA_IRQHandler(&hdma_adc1);
|
|
||||||
233 .loc 1 210 3 view .LVU30
|
|
||||||
234 0002 0248 ldr r0, .L18
|
|
||||||
235 0004 FFF7FEFF bl HAL_DMA_IRQHandler
|
|
||||||
236 .LVL1:
|
|
||||||
211:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN DMA1_Stream0_IRQn 1 */
|
|
||||||
212:Core/Src/stm32h7xx_it.c ****
|
|
||||||
213:Core/Src/stm32h7xx_it.c **** /* USER CODE END DMA1_Stream0_IRQn 1 */
|
|
||||||
214:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
237 .loc 1 214 1 is_stmt 0 view .LVU31
|
|
||||||
238 0008 08BD pop {r3, pc}
|
|
||||||
239 .L19:
|
|
||||||
240 000a 00BF .align 2
|
|
||||||
241 .L18:
|
|
||||||
242 000c 00000000 .word hdma_adc1
|
|
||||||
243 .cfi_endproc
|
|
||||||
244 .LFE344:
|
|
||||||
246 .section .text.ADC_IRQHandler,"ax",%progbits
|
|
||||||
247 .align 1
|
|
||||||
248 .global ADC_IRQHandler
|
|
||||||
249 .syntax unified
|
|
||||||
250 .thumb
|
|
||||||
251 .thumb_func
|
|
||||||
253 ADC_IRQHandler:
|
|
||||||
254 .LFB345:
|
|
||||||
215:Core/Src/stm32h7xx_it.c ****
|
|
||||||
216:Core/Src/stm32h7xx_it.c **** /**
|
|
||||||
217:Core/Src/stm32h7xx_it.c **** * @brief This function handles ADC1 and ADC2 global interrupts.
|
|
||||||
218:Core/Src/stm32h7xx_it.c **** */
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 9
|
|
||||||
|
|
||||||
|
|
||||||
219:Core/Src/stm32h7xx_it.c **** void ADC_IRQHandler(void)
|
|
||||||
220:Core/Src/stm32h7xx_it.c **** {
|
|
||||||
255 .loc 1 220 1 is_stmt 1 view -0
|
|
||||||
256 .cfi_startproc
|
|
||||||
257 @ args = 0, pretend = 0, frame = 0
|
|
||||||
258 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
259 0000 08B5 push {r3, lr}
|
|
||||||
260 .cfi_def_cfa_offset 8
|
|
||||||
261 .cfi_offset 3, -8
|
|
||||||
262 .cfi_offset 14, -4
|
|
||||||
221:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN ADC_IRQn 0 */
|
|
||||||
222:Core/Src/stm32h7xx_it.c ****
|
|
||||||
223:Core/Src/stm32h7xx_it.c **** /* USER CODE END ADC_IRQn 0 */
|
|
||||||
224:Core/Src/stm32h7xx_it.c **** HAL_ADC_IRQHandler(&hadc1);
|
|
||||||
263 .loc 1 224 3 view .LVU33
|
|
||||||
264 0002 0248 ldr r0, .L22
|
|
||||||
265 0004 FFF7FEFF bl HAL_ADC_IRQHandler
|
|
||||||
266 .LVL2:
|
|
||||||
225:Core/Src/stm32h7xx_it.c **** /* USER CODE BEGIN ADC_IRQn 1 */
|
|
||||||
226:Core/Src/stm32h7xx_it.c ****
|
|
||||||
227:Core/Src/stm32h7xx_it.c **** /* USER CODE END ADC_IRQn 1 */
|
|
||||||
228:Core/Src/stm32h7xx_it.c **** }
|
|
||||||
267 .loc 1 228 1 is_stmt 0 view .LVU34
|
|
||||||
268 0008 08BD pop {r3, pc}
|
|
||||||
269 .L23:
|
|
||||||
270 000a 00BF .align 2
|
|
||||||
271 .L22:
|
|
||||||
272 000c 00000000 .word hadc1
|
|
||||||
273 .cfi_endproc
|
|
||||||
274 .LFE345:
|
|
||||||
276 .text
|
|
||||||
277 .Letext0:
|
|
||||||
278 .file 2 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
279 .file 3 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
280 .file 4 "Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h"
|
|
||||||
281 .file 5 "Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h"
|
|
||||||
282 .file 6 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h"
|
|
||||||
283 .file 7 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h"
|
|
||||||
284 .file 8 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h"
|
|
||||||
285 .file 9 "Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h"
|
|
||||||
ARM GAS /tmp/cc7wrW4n.s page 10
|
|
||||||
|
|
||||||
|
|
||||||
DEFINED SYMBOLS
|
|
||||||
*ABS*:00000000 stm32h7xx_it.c
|
|
||||||
/tmp/cc7wrW4n.s:20 .text.NMI_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:26 .text.NMI_Handler:00000000 NMI_Handler
|
|
||||||
/tmp/cc7wrW4n.s:43 .text.HardFault_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:49 .text.HardFault_Handler:00000000 HardFault_Handler
|
|
||||||
/tmp/cc7wrW4n.s:66 .text.MemManage_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:72 .text.MemManage_Handler:00000000 MemManage_Handler
|
|
||||||
/tmp/cc7wrW4n.s:89 .text.BusFault_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:95 .text.BusFault_Handler:00000000 BusFault_Handler
|
|
||||||
/tmp/cc7wrW4n.s:112 .text.UsageFault_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:118 .text.UsageFault_Handler:00000000 UsageFault_Handler
|
|
||||||
/tmp/cc7wrW4n.s:135 .text.SVC_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:141 .text.SVC_Handler:00000000 SVC_Handler
|
|
||||||
/tmp/cc7wrW4n.s:154 .text.DebugMon_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:160 .text.DebugMon_Handler:00000000 DebugMon_Handler
|
|
||||||
/tmp/cc7wrW4n.s:173 .text.PendSV_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:179 .text.PendSV_Handler:00000000 PendSV_Handler
|
|
||||||
/tmp/cc7wrW4n.s:192 .text.SysTick_Handler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:198 .text.SysTick_Handler:00000000 SysTick_Handler
|
|
||||||
/tmp/cc7wrW4n.s:217 .text.DMA1_Stream0_IRQHandler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:223 .text.DMA1_Stream0_IRQHandler:00000000 DMA1_Stream0_IRQHandler
|
|
||||||
/tmp/cc7wrW4n.s:242 .text.DMA1_Stream0_IRQHandler:0000000c $d
|
|
||||||
/tmp/cc7wrW4n.s:247 .text.ADC_IRQHandler:00000000 $t
|
|
||||||
/tmp/cc7wrW4n.s:253 .text.ADC_IRQHandler:00000000 ADC_IRQHandler
|
|
||||||
/tmp/cc7wrW4n.s:272 .text.ADC_IRQHandler:0000000c $d
|
|
||||||
|
|
||||||
UNDEFINED SYMBOLS
|
|
||||||
HAL_IncTick
|
|
||||||
HAL_DMA_IRQHandler
|
|
||||||
hdma_adc1
|
|
||||||
HAL_ADC_IRQHandler
|
|
||||||
hadc1
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
build/debug/syscalls.o: Core/Src/syscalls.c
|
|
@ -1,860 +0,0 @@
|
|||||||
ARM GAS /tmp/ccN7fQGI.s page 1
|
|
||||||
|
|
||||||
|
|
||||||
1 .cpu cortex-m7
|
|
||||||
2 .arch armv7e-m
|
|
||||||
3 .fpu fpv5-d16
|
|
||||||
4 .eabi_attribute 28, 1
|
|
||||||
5 .eabi_attribute 20, 1
|
|
||||||
6 .eabi_attribute 21, 1
|
|
||||||
7 .eabi_attribute 23, 3
|
|
||||||
8 .eabi_attribute 24, 1
|
|
||||||
9 .eabi_attribute 25, 1
|
|
||||||
10 .eabi_attribute 26, 1
|
|
||||||
11 .eabi_attribute 30, 1
|
|
||||||
12 .eabi_attribute 34, 1
|
|
||||||
13 .eabi_attribute 18, 4
|
|
||||||
14 .file "syscalls.c"
|
|
||||||
15 .text
|
|
||||||
16 .Ltext0:
|
|
||||||
17 .cfi_sections .debug_frame
|
|
||||||
18 .file 1 "Core/Src/syscalls.c"
|
|
||||||
19 .section .text.initialise_monitor_handles,"ax",%progbits
|
|
||||||
20 .align 1
|
|
||||||
21 .global initialise_monitor_handles
|
|
||||||
22 .syntax unified
|
|
||||||
23 .thumb
|
|
||||||
24 .thumb_func
|
|
||||||
26 initialise_monitor_handles:
|
|
||||||
27 .LFB25:
|
|
||||||
1:Core/Src/syscalls.c **** /**
|
|
||||||
2:Core/Src/syscalls.c **** ******************************************************************************
|
|
||||||
3:Core/Src/syscalls.c **** * @file syscalls.c
|
|
||||||
4:Core/Src/syscalls.c **** * @author Auto-generated by STM32CubeMX
|
|
||||||
5:Core/Src/syscalls.c **** * @brief Minimal System calls file
|
|
||||||
6:Core/Src/syscalls.c **** *
|
|
||||||
7:Core/Src/syscalls.c **** * For more information about which c-functions
|
|
||||||
8:Core/Src/syscalls.c **** * need which of these lowlevel functions
|
|
||||||
9:Core/Src/syscalls.c **** * please consult the Newlib libc-manual
|
|
||||||
10:Core/Src/syscalls.c **** ******************************************************************************
|
|
||||||
11:Core/Src/syscalls.c **** * @attention
|
|
||||||
12:Core/Src/syscalls.c **** *
|
|
||||||
13:Core/Src/syscalls.c **** * Copyright (c) 2020-2024 STMicroelectronics.
|
|
||||||
14:Core/Src/syscalls.c **** * All rights reserved.
|
|
||||||
15:Core/Src/syscalls.c **** *
|
|
||||||
16:Core/Src/syscalls.c **** * This software is licensed under terms that can be found in the LICENSE file
|
|
||||||
17:Core/Src/syscalls.c **** * in the root directory of this software component.
|
|
||||||
18:Core/Src/syscalls.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
|
|
||||||
19:Core/Src/syscalls.c **** *
|
|
||||||
20:Core/Src/syscalls.c **** ******************************************************************************
|
|
||||||
21:Core/Src/syscalls.c **** */
|
|
||||||
22:Core/Src/syscalls.c ****
|
|
||||||
23:Core/Src/syscalls.c **** /* Includes */
|
|
||||||
24:Core/Src/syscalls.c **** #include <sys/stat.h>
|
|
||||||
25:Core/Src/syscalls.c **** #include <stdlib.h>
|
|
||||||
26:Core/Src/syscalls.c **** #include <errno.h>
|
|
||||||
27:Core/Src/syscalls.c **** #include <stdio.h>
|
|
||||||
28:Core/Src/syscalls.c **** #include <signal.h>
|
|
||||||
29:Core/Src/syscalls.c **** #include <time.h>
|
|
||||||
30:Core/Src/syscalls.c **** #include <sys/time.h>
|
|
||||||
31:Core/Src/syscalls.c **** #include <sys/times.h>
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 2
|
|
||||||
|
|
||||||
|
|
||||||
32:Core/Src/syscalls.c ****
|
|
||||||
33:Core/Src/syscalls.c ****
|
|
||||||
34:Core/Src/syscalls.c **** /* Variables */
|
|
||||||
35:Core/Src/syscalls.c **** extern int __io_putchar(int ch) __attribute__((weak));
|
|
||||||
36:Core/Src/syscalls.c **** extern int __io_getchar(void) __attribute__((weak));
|
|
||||||
37:Core/Src/syscalls.c ****
|
|
||||||
38:Core/Src/syscalls.c ****
|
|
||||||
39:Core/Src/syscalls.c **** char *__env[1] = { 0 };
|
|
||||||
40:Core/Src/syscalls.c **** char **environ = __env;
|
|
||||||
41:Core/Src/syscalls.c ****
|
|
||||||
42:Core/Src/syscalls.c ****
|
|
||||||
43:Core/Src/syscalls.c **** /* Functions */
|
|
||||||
44:Core/Src/syscalls.c **** void initialise_monitor_handles()
|
|
||||||
45:Core/Src/syscalls.c **** {
|
|
||||||
28 .loc 1 45 1 view -0
|
|
||||||
29 .cfi_startproc
|
|
||||||
30 @ args = 0, pretend = 0, frame = 0
|
|
||||||
31 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
32 @ link register save eliminated.
|
|
||||||
46:Core/Src/syscalls.c **** }
|
|
||||||
33 .loc 1 46 1 view .LVU1
|
|
||||||
34 0000 7047 bx lr
|
|
||||||
35 .cfi_endproc
|
|
||||||
36 .LFE25:
|
|
||||||
38 .section .text._getpid,"ax",%progbits
|
|
||||||
39 .align 1
|
|
||||||
40 .global _getpid
|
|
||||||
41 .syntax unified
|
|
||||||
42 .thumb
|
|
||||||
43 .thumb_func
|
|
||||||
45 _getpid:
|
|
||||||
46 .LFB26:
|
|
||||||
47:Core/Src/syscalls.c ****
|
|
||||||
48:Core/Src/syscalls.c **** int _getpid(void)
|
|
||||||
49:Core/Src/syscalls.c **** {
|
|
||||||
47 .loc 1 49 1 view -0
|
|
||||||
48 .cfi_startproc
|
|
||||||
49 @ args = 0, pretend = 0, frame = 0
|
|
||||||
50 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
51 @ link register save eliminated.
|
|
||||||
50:Core/Src/syscalls.c **** return 1;
|
|
||||||
52 .loc 1 50 3 view .LVU3
|
|
||||||
51:Core/Src/syscalls.c **** }
|
|
||||||
53 .loc 1 51 1 is_stmt 0 view .LVU4
|
|
||||||
54 0000 0120 movs r0, #1
|
|
||||||
55 0002 7047 bx lr
|
|
||||||
56 .cfi_endproc
|
|
||||||
57 .LFE26:
|
|
||||||
59 .section .text._kill,"ax",%progbits
|
|
||||||
60 .align 1
|
|
||||||
61 .global _kill
|
|
||||||
62 .syntax unified
|
|
||||||
63 .thumb
|
|
||||||
64 .thumb_func
|
|
||||||
66 _kill:
|
|
||||||
67 .LVL0:
|
|
||||||
68 .LFB27:
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 3
|
|
||||||
|
|
||||||
|
|
||||||
52:Core/Src/syscalls.c ****
|
|
||||||
53:Core/Src/syscalls.c **** int _kill(int pid, int sig)
|
|
||||||
54:Core/Src/syscalls.c **** {
|
|
||||||
69 .loc 1 54 1 is_stmt 1 view -0
|
|
||||||
70 .cfi_startproc
|
|
||||||
71 @ args = 0, pretend = 0, frame = 0
|
|
||||||
72 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
73 .loc 1 54 1 is_stmt 0 view .LVU6
|
|
||||||
74 0000 08B5 push {r3, lr}
|
|
||||||
75 .cfi_def_cfa_offset 8
|
|
||||||
76 .cfi_offset 3, -8
|
|
||||||
77 .cfi_offset 14, -4
|
|
||||||
55:Core/Src/syscalls.c **** (void)pid;
|
|
||||||
78 .loc 1 55 3 is_stmt 1 view .LVU7
|
|
||||||
56:Core/Src/syscalls.c **** (void)sig;
|
|
||||||
79 .loc 1 56 3 view .LVU8
|
|
||||||
57:Core/Src/syscalls.c **** errno = EINVAL;
|
|
||||||
80 .loc 1 57 3 view .LVU9
|
|
||||||
81 0002 FFF7FEFF bl __errno
|
|
||||||
82 .LVL1:
|
|
||||||
83 .loc 1 57 9 is_stmt 0 discriminator 1 view .LVU10
|
|
||||||
84 0006 1623 movs r3, #22
|
|
||||||
85 0008 0360 str r3, [r0]
|
|
||||||
58:Core/Src/syscalls.c **** return -1;
|
|
||||||
86 .loc 1 58 3 is_stmt 1 view .LVU11
|
|
||||||
59:Core/Src/syscalls.c **** }
|
|
||||||
87 .loc 1 59 1 is_stmt 0 view .LVU12
|
|
||||||
88 000a 4FF0FF30 mov r0, #-1
|
|
||||||
89 000e 08BD pop {r3, pc}
|
|
||||||
90 .cfi_endproc
|
|
||||||
91 .LFE27:
|
|
||||||
93 .section .text._exit,"ax",%progbits
|
|
||||||
94 .align 1
|
|
||||||
95 .global _exit
|
|
||||||
96 .syntax unified
|
|
||||||
97 .thumb
|
|
||||||
98 .thumb_func
|
|
||||||
100 _exit:
|
|
||||||
101 .LVL2:
|
|
||||||
102 .LFB28:
|
|
||||||
60:Core/Src/syscalls.c ****
|
|
||||||
61:Core/Src/syscalls.c **** void _exit (int status)
|
|
||||||
62:Core/Src/syscalls.c **** {
|
|
||||||
103 .loc 1 62 1 is_stmt 1 view -0
|
|
||||||
104 .cfi_startproc
|
|
||||||
105 @ Volatile: function does not return.
|
|
||||||
106 @ args = 0, pretend = 0, frame = 0
|
|
||||||
107 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
108 .loc 1 62 1 is_stmt 0 view .LVU14
|
|
||||||
109 0000 08B5 push {r3, lr}
|
|
||||||
110 .cfi_def_cfa_offset 8
|
|
||||||
111 .cfi_offset 3, -8
|
|
||||||
112 .cfi_offset 14, -4
|
|
||||||
63:Core/Src/syscalls.c **** _kill(status, -1);
|
|
||||||
113 .loc 1 63 3 is_stmt 1 view .LVU15
|
|
||||||
114 0002 4FF0FF31 mov r1, #-1
|
|
||||||
115 0006 FFF7FEFF bl _kill
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 4
|
|
||||||
|
|
||||||
|
|
||||||
116 .LVL3:
|
|
||||||
117 .L6:
|
|
||||||
64:Core/Src/syscalls.c **** while (1) {} /* Make sure we hang here */
|
|
||||||
118 .loc 1 64 3 view .LVU16
|
|
||||||
119 .loc 1 64 14 view .LVU17
|
|
||||||
120 .loc 1 64 9 view .LVU18
|
|
||||||
121 000a FEE7 b .L6
|
|
||||||
122 .cfi_endproc
|
|
||||||
123 .LFE28:
|
|
||||||
125 .section .text._read,"ax",%progbits
|
|
||||||
126 .align 1
|
|
||||||
127 .weak _read
|
|
||||||
128 .syntax unified
|
|
||||||
129 .thumb
|
|
||||||
130 .thumb_func
|
|
||||||
132 _read:
|
|
||||||
133 .LVL4:
|
|
||||||
134 .LFB29:
|
|
||||||
65:Core/Src/syscalls.c **** }
|
|
||||||
66:Core/Src/syscalls.c ****
|
|
||||||
67:Core/Src/syscalls.c **** __attribute__((weak)) int _read(int file, char *ptr, int len)
|
|
||||||
68:Core/Src/syscalls.c **** {
|
|
||||||
135 .loc 1 68 1 view -0
|
|
||||||
136 .cfi_startproc
|
|
||||||
137 @ args = 0, pretend = 0, frame = 0
|
|
||||||
138 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
139 .loc 1 68 1 is_stmt 0 view .LVU20
|
|
||||||
140 0000 70B5 push {r4, r5, r6, lr}
|
|
||||||
141 .cfi_def_cfa_offset 16
|
|
||||||
142 .cfi_offset 4, -16
|
|
||||||
143 .cfi_offset 5, -12
|
|
||||||
144 .cfi_offset 6, -8
|
|
||||||
145 .cfi_offset 14, -4
|
|
||||||
146 0002 0C46 mov r4, r1
|
|
||||||
147 0004 1646 mov r6, r2
|
|
||||||
69:Core/Src/syscalls.c **** (void)file;
|
|
||||||
148 .loc 1 69 3 is_stmt 1 view .LVU21
|
|
||||||
70:Core/Src/syscalls.c **** int DataIdx;
|
|
||||||
149 .loc 1 70 3 view .LVU22
|
|
||||||
71:Core/Src/syscalls.c ****
|
|
||||||
72:Core/Src/syscalls.c **** for (DataIdx = 0; DataIdx < len; DataIdx++)
|
|
||||||
150 .loc 1 72 3 view .LVU23
|
|
||||||
151 .LVL5:
|
|
||||||
152 .loc 1 72 16 is_stmt 0 view .LVU24
|
|
||||||
153 0006 0025 movs r5, #0
|
|
||||||
154 .loc 1 72 3 view .LVU25
|
|
||||||
155 0008 06E0 b .L9
|
|
||||||
156 .LVL6:
|
|
||||||
157 .L10:
|
|
||||||
73:Core/Src/syscalls.c **** {
|
|
||||||
74:Core/Src/syscalls.c **** *ptr++ = __io_getchar();
|
|
||||||
158 .loc 1 74 5 is_stmt 1 view .LVU26
|
|
||||||
159 .loc 1 74 14 is_stmt 0 view .LVU27
|
|
||||||
160 000a FFF7FEFF bl __io_getchar
|
|
||||||
161 .LVL7:
|
|
||||||
162 .loc 1 74 9 discriminator 1 view .LVU28
|
|
||||||
163 000e 2146 mov r1, r4
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 5
|
|
||||||
|
|
||||||
|
|
||||||
164 .LVL8:
|
|
||||||
165 .loc 1 74 12 discriminator 1 view .LVU29
|
|
||||||
166 0010 01F8010B strb r0, [r1], #1
|
|
||||||
167 .LVL9:
|
|
||||||
72:Core/Src/syscalls.c **** {
|
|
||||||
168 .loc 1 72 43 is_stmt 1 discriminator 3 view .LVU30
|
|
||||||
169 0014 0135 adds r5, r5, #1
|
|
||||||
170 .LVL10:
|
|
||||||
171 .loc 1 74 9 is_stmt 0 discriminator 1 view .LVU31
|
|
||||||
172 0016 0C46 mov r4, r1
|
|
||||||
173 .LVL11:
|
|
||||||
174 .L9:
|
|
||||||
72:Core/Src/syscalls.c **** {
|
|
||||||
175 .loc 1 72 29 is_stmt 1 discriminator 1 view .LVU32
|
|
||||||
176 0018 B542 cmp r5, r6
|
|
||||||
177 001a F6DB blt .L10
|
|
||||||
75:Core/Src/syscalls.c **** }
|
|
||||||
76:Core/Src/syscalls.c ****
|
|
||||||
77:Core/Src/syscalls.c **** return len;
|
|
||||||
178 .loc 1 77 3 view .LVU33
|
|
||||||
78:Core/Src/syscalls.c **** }
|
|
||||||
179 .loc 1 78 1 is_stmt 0 view .LVU34
|
|
||||||
180 001c 3046 mov r0, r6
|
|
||||||
181 001e 70BD pop {r4, r5, r6, pc}
|
|
||||||
182 .loc 1 78 1 view .LVU35
|
|
||||||
183 .cfi_endproc
|
|
||||||
184 .LFE29:
|
|
||||||
186 .section .text._write,"ax",%progbits
|
|
||||||
187 .align 1
|
|
||||||
188 .weak _write
|
|
||||||
189 .syntax unified
|
|
||||||
190 .thumb
|
|
||||||
191 .thumb_func
|
|
||||||
193 _write:
|
|
||||||
194 .LVL12:
|
|
||||||
195 .LFB30:
|
|
||||||
79:Core/Src/syscalls.c ****
|
|
||||||
80:Core/Src/syscalls.c **** __attribute__((weak)) int _write(int file, char *ptr, int len)
|
|
||||||
81:Core/Src/syscalls.c **** {
|
|
||||||
196 .loc 1 81 1 is_stmt 1 view -0
|
|
||||||
197 .cfi_startproc
|
|
||||||
198 @ args = 0, pretend = 0, frame = 0
|
|
||||||
199 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
200 .loc 1 81 1 is_stmt 0 view .LVU37
|
|
||||||
201 0000 70B5 push {r4, r5, r6, lr}
|
|
||||||
202 .cfi_def_cfa_offset 16
|
|
||||||
203 .cfi_offset 4, -16
|
|
||||||
204 .cfi_offset 5, -12
|
|
||||||
205 .cfi_offset 6, -8
|
|
||||||
206 .cfi_offset 14, -4
|
|
||||||
207 0002 0C46 mov r4, r1
|
|
||||||
208 0004 1646 mov r6, r2
|
|
||||||
82:Core/Src/syscalls.c **** (void)file;
|
|
||||||
209 .loc 1 82 3 is_stmt 1 view .LVU38
|
|
||||||
83:Core/Src/syscalls.c **** int DataIdx;
|
|
||||||
210 .loc 1 83 3 view .LVU39
|
|
||||||
84:Core/Src/syscalls.c ****
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 6
|
|
||||||
|
|
||||||
|
|
||||||
85:Core/Src/syscalls.c **** for (DataIdx = 0; DataIdx < len; DataIdx++)
|
|
||||||
211 .loc 1 85 3 view .LVU40
|
|
||||||
212 .LVL13:
|
|
||||||
213 .loc 1 85 16 is_stmt 0 view .LVU41
|
|
||||||
214 0006 0025 movs r5, #0
|
|
||||||
215 .loc 1 85 3 view .LVU42
|
|
||||||
216 0008 04E0 b .L13
|
|
||||||
217 .LVL14:
|
|
||||||
218 .L14:
|
|
||||||
86:Core/Src/syscalls.c **** {
|
|
||||||
87:Core/Src/syscalls.c **** __io_putchar(*ptr++);
|
|
||||||
219 .loc 1 87 5 is_stmt 1 view .LVU43
|
|
||||||
220 .loc 1 87 5 is_stmt 0 view .LVU44
|
|
||||||
221 000a 14F8010B ldrb r0, [r4], #1 @ zero_extendqisi2
|
|
||||||
222 .LVL15:
|
|
||||||
223 .loc 1 87 5 view .LVU45
|
|
||||||
224 000e FFF7FEFF bl __io_putchar
|
|
||||||
225 .LVL16:
|
|
||||||
85:Core/Src/syscalls.c **** {
|
|
||||||
226 .loc 1 85 43 is_stmt 1 discriminator 3 view .LVU46
|
|
||||||
227 0012 0135 adds r5, r5, #1
|
|
||||||
228 .LVL17:
|
|
||||||
229 .L13:
|
|
||||||
85:Core/Src/syscalls.c **** {
|
|
||||||
230 .loc 1 85 29 discriminator 1 view .LVU47
|
|
||||||
231 0014 B542 cmp r5, r6
|
|
||||||
232 0016 F8DB blt .L14
|
|
||||||
88:Core/Src/syscalls.c **** }
|
|
||||||
89:Core/Src/syscalls.c **** return len;
|
|
||||||
233 .loc 1 89 3 view .LVU48
|
|
||||||
90:Core/Src/syscalls.c **** }
|
|
||||||
234 .loc 1 90 1 is_stmt 0 view .LVU49
|
|
||||||
235 0018 3046 mov r0, r6
|
|
||||||
236 001a 70BD pop {r4, r5, r6, pc}
|
|
||||||
237 .loc 1 90 1 view .LVU50
|
|
||||||
238 .cfi_endproc
|
|
||||||
239 .LFE30:
|
|
||||||
241 .section .text._close,"ax",%progbits
|
|
||||||
242 .align 1
|
|
||||||
243 .global _close
|
|
||||||
244 .syntax unified
|
|
||||||
245 .thumb
|
|
||||||
246 .thumb_func
|
|
||||||
248 _close:
|
|
||||||
249 .LVL18:
|
|
||||||
250 .LFB31:
|
|
||||||
91:Core/Src/syscalls.c ****
|
|
||||||
92:Core/Src/syscalls.c **** int _close(int file)
|
|
||||||
93:Core/Src/syscalls.c **** {
|
|
||||||
251 .loc 1 93 1 is_stmt 1 view -0
|
|
||||||
252 .cfi_startproc
|
|
||||||
253 @ args = 0, pretend = 0, frame = 0
|
|
||||||
254 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
255 @ link register save eliminated.
|
|
||||||
94:Core/Src/syscalls.c **** (void)file;
|
|
||||||
256 .loc 1 94 3 view .LVU52
|
|
||||||
95:Core/Src/syscalls.c **** return -1;
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 7
|
|
||||||
|
|
||||||
|
|
||||||
257 .loc 1 95 3 view .LVU53
|
|
||||||
96:Core/Src/syscalls.c **** }
|
|
||||||
258 .loc 1 96 1 is_stmt 0 view .LVU54
|
|
||||||
259 0000 4FF0FF30 mov r0, #-1
|
|
||||||
260 .LVL19:
|
|
||||||
261 .loc 1 96 1 view .LVU55
|
|
||||||
262 0004 7047 bx lr
|
|
||||||
263 .cfi_endproc
|
|
||||||
264 .LFE31:
|
|
||||||
266 .section .text._fstat,"ax",%progbits
|
|
||||||
267 .align 1
|
|
||||||
268 .global _fstat
|
|
||||||
269 .syntax unified
|
|
||||||
270 .thumb
|
|
||||||
271 .thumb_func
|
|
||||||
273 _fstat:
|
|
||||||
274 .LVL20:
|
|
||||||
275 .LFB32:
|
|
||||||
97:Core/Src/syscalls.c ****
|
|
||||||
98:Core/Src/syscalls.c ****
|
|
||||||
99:Core/Src/syscalls.c **** int _fstat(int file, struct stat *st)
|
|
||||||
100:Core/Src/syscalls.c **** {
|
|
||||||
276 .loc 1 100 1 is_stmt 1 view -0
|
|
||||||
277 .cfi_startproc
|
|
||||||
278 @ args = 0, pretend = 0, frame = 0
|
|
||||||
279 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
280 @ link register save eliminated.
|
|
||||||
101:Core/Src/syscalls.c **** (void)file;
|
|
||||||
281 .loc 1 101 3 view .LVU57
|
|
||||||
102:Core/Src/syscalls.c **** st->st_mode = S_IFCHR;
|
|
||||||
282 .loc 1 102 3 view .LVU58
|
|
||||||
283 .loc 1 102 15 is_stmt 0 view .LVU59
|
|
||||||
284 0000 4FF40053 mov r3, #8192
|
|
||||||
285 0004 4B60 str r3, [r1, #4]
|
|
||||||
103:Core/Src/syscalls.c **** return 0;
|
|
||||||
286 .loc 1 103 3 is_stmt 1 view .LVU60
|
|
||||||
104:Core/Src/syscalls.c **** }
|
|
||||||
287 .loc 1 104 1 is_stmt 0 view .LVU61
|
|
||||||
288 0006 0020 movs r0, #0
|
|
||||||
289 .LVL21:
|
|
||||||
290 .loc 1 104 1 view .LVU62
|
|
||||||
291 0008 7047 bx lr
|
|
||||||
292 .cfi_endproc
|
|
||||||
293 .LFE32:
|
|
||||||
295 .section .text._isatty,"ax",%progbits
|
|
||||||
296 .align 1
|
|
||||||
297 .global _isatty
|
|
||||||
298 .syntax unified
|
|
||||||
299 .thumb
|
|
||||||
300 .thumb_func
|
|
||||||
302 _isatty:
|
|
||||||
303 .LVL22:
|
|
||||||
304 .LFB33:
|
|
||||||
105:Core/Src/syscalls.c ****
|
|
||||||
106:Core/Src/syscalls.c **** int _isatty(int file)
|
|
||||||
107:Core/Src/syscalls.c **** {
|
|
||||||
305 .loc 1 107 1 is_stmt 1 view -0
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 8
|
|
||||||
|
|
||||||
|
|
||||||
306 .cfi_startproc
|
|
||||||
307 @ args = 0, pretend = 0, frame = 0
|
|
||||||
308 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
309 @ link register save eliminated.
|
|
||||||
108:Core/Src/syscalls.c **** (void)file;
|
|
||||||
310 .loc 1 108 3 view .LVU64
|
|
||||||
109:Core/Src/syscalls.c **** return 1;
|
|
||||||
311 .loc 1 109 3 view .LVU65
|
|
||||||
110:Core/Src/syscalls.c **** }
|
|
||||||
312 .loc 1 110 1 is_stmt 0 view .LVU66
|
|
||||||
313 0000 0120 movs r0, #1
|
|
||||||
314 .LVL23:
|
|
||||||
315 .loc 1 110 1 view .LVU67
|
|
||||||
316 0002 7047 bx lr
|
|
||||||
317 .cfi_endproc
|
|
||||||
318 .LFE33:
|
|
||||||
320 .section .text._lseek,"ax",%progbits
|
|
||||||
321 .align 1
|
|
||||||
322 .global _lseek
|
|
||||||
323 .syntax unified
|
|
||||||
324 .thumb
|
|
||||||
325 .thumb_func
|
|
||||||
327 _lseek:
|
|
||||||
328 .LVL24:
|
|
||||||
329 .LFB34:
|
|
||||||
111:Core/Src/syscalls.c ****
|
|
||||||
112:Core/Src/syscalls.c **** int _lseek(int file, int ptr, int dir)
|
|
||||||
113:Core/Src/syscalls.c **** {
|
|
||||||
330 .loc 1 113 1 is_stmt 1 view -0
|
|
||||||
331 .cfi_startproc
|
|
||||||
332 @ args = 0, pretend = 0, frame = 0
|
|
||||||
333 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
334 @ link register save eliminated.
|
|
||||||
114:Core/Src/syscalls.c **** (void)file;
|
|
||||||
335 .loc 1 114 3 view .LVU69
|
|
||||||
115:Core/Src/syscalls.c **** (void)ptr;
|
|
||||||
336 .loc 1 115 3 view .LVU70
|
|
||||||
116:Core/Src/syscalls.c **** (void)dir;
|
|
||||||
337 .loc 1 116 3 view .LVU71
|
|
||||||
117:Core/Src/syscalls.c **** return 0;
|
|
||||||
338 .loc 1 117 3 view .LVU72
|
|
||||||
118:Core/Src/syscalls.c **** }
|
|
||||||
339 .loc 1 118 1 is_stmt 0 view .LVU73
|
|
||||||
340 0000 0020 movs r0, #0
|
|
||||||
341 .LVL25:
|
|
||||||
342 .loc 1 118 1 view .LVU74
|
|
||||||
343 0002 7047 bx lr
|
|
||||||
344 .cfi_endproc
|
|
||||||
345 .LFE34:
|
|
||||||
347 .section .text._open,"ax",%progbits
|
|
||||||
348 .align 1
|
|
||||||
349 .global _open
|
|
||||||
350 .syntax unified
|
|
||||||
351 .thumb
|
|
||||||
352 .thumb_func
|
|
||||||
354 _open:
|
|
||||||
355 .LVL26:
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 9
|
|
||||||
|
|
||||||
|
|
||||||
356 .LFB35:
|
|
||||||
119:Core/Src/syscalls.c ****
|
|
||||||
120:Core/Src/syscalls.c **** int _open(char *path, int flags, ...)
|
|
||||||
121:Core/Src/syscalls.c **** {
|
|
||||||
357 .loc 1 121 1 is_stmt 1 view -0
|
|
||||||
358 .cfi_startproc
|
|
||||||
359 @ args = 4, pretend = 12, frame = 0
|
|
||||||
360 @ frame_needed = 0, uses_anonymous_args = 1
|
|
||||||
361 @ link register save eliminated.
|
|
||||||
362 .loc 1 121 1 is_stmt 0 view .LVU76
|
|
||||||
363 0000 0EB4 push {r1, r2, r3}
|
|
||||||
364 .cfi_def_cfa_offset 12
|
|
||||||
365 .cfi_offset 1, -12
|
|
||||||
366 .cfi_offset 2, -8
|
|
||||||
367 .cfi_offset 3, -4
|
|
||||||
122:Core/Src/syscalls.c **** (void)path;
|
|
||||||
368 .loc 1 122 3 is_stmt 1 view .LVU77
|
|
||||||
123:Core/Src/syscalls.c **** (void)flags;
|
|
||||||
369 .loc 1 123 3 view .LVU78
|
|
||||||
124:Core/Src/syscalls.c **** /* Pretend like we always fail */
|
|
||||||
125:Core/Src/syscalls.c **** return -1;
|
|
||||||
370 .loc 1 125 3 view .LVU79
|
|
||||||
126:Core/Src/syscalls.c **** }
|
|
||||||
371 .loc 1 126 1 is_stmt 0 view .LVU80
|
|
||||||
372 0002 4FF0FF30 mov r0, #-1
|
|
||||||
373 .LVL27:
|
|
||||||
374 .loc 1 126 1 view .LVU81
|
|
||||||
375 0006 03B0 add sp, sp, #12
|
|
||||||
376 .cfi_restore 3
|
|
||||||
377 .cfi_restore 2
|
|
||||||
378 .cfi_restore 1
|
|
||||||
379 .cfi_def_cfa_offset 0
|
|
||||||
380 0008 7047 bx lr
|
|
||||||
381 .cfi_endproc
|
|
||||||
382 .LFE35:
|
|
||||||
384 .section .text._wait,"ax",%progbits
|
|
||||||
385 .align 1
|
|
||||||
386 .global _wait
|
|
||||||
387 .syntax unified
|
|
||||||
388 .thumb
|
|
||||||
389 .thumb_func
|
|
||||||
391 _wait:
|
|
||||||
392 .LVL28:
|
|
||||||
393 .LFB36:
|
|
||||||
127:Core/Src/syscalls.c ****
|
|
||||||
128:Core/Src/syscalls.c **** int _wait(int *status)
|
|
||||||
129:Core/Src/syscalls.c **** {
|
|
||||||
394 .loc 1 129 1 is_stmt 1 view -0
|
|
||||||
395 .cfi_startproc
|
|
||||||
396 @ args = 0, pretend = 0, frame = 0
|
|
||||||
397 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
398 .loc 1 129 1 is_stmt 0 view .LVU83
|
|
||||||
399 0000 08B5 push {r3, lr}
|
|
||||||
400 .cfi_def_cfa_offset 8
|
|
||||||
401 .cfi_offset 3, -8
|
|
||||||
402 .cfi_offset 14, -4
|
|
||||||
130:Core/Src/syscalls.c **** (void)status;
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 10
|
|
||||||
|
|
||||||
|
|
||||||
403 .loc 1 130 3 is_stmt 1 view .LVU84
|
|
||||||
131:Core/Src/syscalls.c **** errno = ECHILD;
|
|
||||||
404 .loc 1 131 3 view .LVU85
|
|
||||||
405 0002 FFF7FEFF bl __errno
|
|
||||||
406 .LVL29:
|
|
||||||
407 .loc 1 131 9 is_stmt 0 discriminator 1 view .LVU86
|
|
||||||
408 0006 0A23 movs r3, #10
|
|
||||||
409 0008 0360 str r3, [r0]
|
|
||||||
132:Core/Src/syscalls.c **** return -1;
|
|
||||||
410 .loc 1 132 3 is_stmt 1 view .LVU87
|
|
||||||
133:Core/Src/syscalls.c **** }
|
|
||||||
411 .loc 1 133 1 is_stmt 0 view .LVU88
|
|
||||||
412 000a 4FF0FF30 mov r0, #-1
|
|
||||||
413 000e 08BD pop {r3, pc}
|
|
||||||
414 .cfi_endproc
|
|
||||||
415 .LFE36:
|
|
||||||
417 .section .text._unlink,"ax",%progbits
|
|
||||||
418 .align 1
|
|
||||||
419 .global _unlink
|
|
||||||
420 .syntax unified
|
|
||||||
421 .thumb
|
|
||||||
422 .thumb_func
|
|
||||||
424 _unlink:
|
|
||||||
425 .LVL30:
|
|
||||||
426 .LFB37:
|
|
||||||
134:Core/Src/syscalls.c ****
|
|
||||||
135:Core/Src/syscalls.c **** int _unlink(char *name)
|
|
||||||
136:Core/Src/syscalls.c **** {
|
|
||||||
427 .loc 1 136 1 is_stmt 1 view -0
|
|
||||||
428 .cfi_startproc
|
|
||||||
429 @ args = 0, pretend = 0, frame = 0
|
|
||||||
430 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
431 .loc 1 136 1 is_stmt 0 view .LVU90
|
|
||||||
432 0000 08B5 push {r3, lr}
|
|
||||||
433 .cfi_def_cfa_offset 8
|
|
||||||
434 .cfi_offset 3, -8
|
|
||||||
435 .cfi_offset 14, -4
|
|
||||||
137:Core/Src/syscalls.c **** (void)name;
|
|
||||||
436 .loc 1 137 3 is_stmt 1 view .LVU91
|
|
||||||
138:Core/Src/syscalls.c **** errno = ENOENT;
|
|
||||||
437 .loc 1 138 3 view .LVU92
|
|
||||||
438 0002 FFF7FEFF bl __errno
|
|
||||||
439 .LVL31:
|
|
||||||
440 .loc 1 138 9 is_stmt 0 discriminator 1 view .LVU93
|
|
||||||
441 0006 0223 movs r3, #2
|
|
||||||
442 0008 0360 str r3, [r0]
|
|
||||||
139:Core/Src/syscalls.c **** return -1;
|
|
||||||
443 .loc 1 139 3 is_stmt 1 view .LVU94
|
|
||||||
140:Core/Src/syscalls.c **** }
|
|
||||||
444 .loc 1 140 1 is_stmt 0 view .LVU95
|
|
||||||
445 000a 4FF0FF30 mov r0, #-1
|
|
||||||
446 000e 08BD pop {r3, pc}
|
|
||||||
447 .cfi_endproc
|
|
||||||
448 .LFE37:
|
|
||||||
450 .section .text._times,"ax",%progbits
|
|
||||||
451 .align 1
|
|
||||||
452 .global _times
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 11
|
|
||||||
|
|
||||||
|
|
||||||
453 .syntax unified
|
|
||||||
454 .thumb
|
|
||||||
455 .thumb_func
|
|
||||||
457 _times:
|
|
||||||
458 .LVL32:
|
|
||||||
459 .LFB38:
|
|
||||||
141:Core/Src/syscalls.c ****
|
|
||||||
142:Core/Src/syscalls.c **** int _times(struct tms *buf)
|
|
||||||
143:Core/Src/syscalls.c **** {
|
|
||||||
460 .loc 1 143 1 is_stmt 1 view -0
|
|
||||||
461 .cfi_startproc
|
|
||||||
462 @ args = 0, pretend = 0, frame = 0
|
|
||||||
463 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
464 @ link register save eliminated.
|
|
||||||
144:Core/Src/syscalls.c **** (void)buf;
|
|
||||||
465 .loc 1 144 3 view .LVU97
|
|
||||||
145:Core/Src/syscalls.c **** return -1;
|
|
||||||
466 .loc 1 145 3 view .LVU98
|
|
||||||
146:Core/Src/syscalls.c **** }
|
|
||||||
467 .loc 1 146 1 is_stmt 0 view .LVU99
|
|
||||||
468 0000 4FF0FF30 mov r0, #-1
|
|
||||||
469 .LVL33:
|
|
||||||
470 .loc 1 146 1 view .LVU100
|
|
||||||
471 0004 7047 bx lr
|
|
||||||
472 .cfi_endproc
|
|
||||||
473 .LFE38:
|
|
||||||
475 .section .text._stat,"ax",%progbits
|
|
||||||
476 .align 1
|
|
||||||
477 .global _stat
|
|
||||||
478 .syntax unified
|
|
||||||
479 .thumb
|
|
||||||
480 .thumb_func
|
|
||||||
482 _stat:
|
|
||||||
483 .LVL34:
|
|
||||||
484 .LFB39:
|
|
||||||
147:Core/Src/syscalls.c ****
|
|
||||||
148:Core/Src/syscalls.c **** int _stat(char *file, struct stat *st)
|
|
||||||
149:Core/Src/syscalls.c **** {
|
|
||||||
485 .loc 1 149 1 is_stmt 1 view -0
|
|
||||||
486 .cfi_startproc
|
|
||||||
487 @ args = 0, pretend = 0, frame = 0
|
|
||||||
488 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
489 @ link register save eliminated.
|
|
||||||
150:Core/Src/syscalls.c **** (void)file;
|
|
||||||
490 .loc 1 150 3 view .LVU102
|
|
||||||
151:Core/Src/syscalls.c **** st->st_mode = S_IFCHR;
|
|
||||||
491 .loc 1 151 3 view .LVU103
|
|
||||||
492 .loc 1 151 15 is_stmt 0 view .LVU104
|
|
||||||
493 0000 4FF40053 mov r3, #8192
|
|
||||||
494 0004 4B60 str r3, [r1, #4]
|
|
||||||
152:Core/Src/syscalls.c **** return 0;
|
|
||||||
495 .loc 1 152 3 is_stmt 1 view .LVU105
|
|
||||||
153:Core/Src/syscalls.c **** }
|
|
||||||
496 .loc 1 153 1 is_stmt 0 view .LVU106
|
|
||||||
497 0006 0020 movs r0, #0
|
|
||||||
498 .LVL35:
|
|
||||||
499 .loc 1 153 1 view .LVU107
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 12
|
|
||||||
|
|
||||||
|
|
||||||
500 0008 7047 bx lr
|
|
||||||
501 .cfi_endproc
|
|
||||||
502 .LFE39:
|
|
||||||
504 .section .text._link,"ax",%progbits
|
|
||||||
505 .align 1
|
|
||||||
506 .global _link
|
|
||||||
507 .syntax unified
|
|
||||||
508 .thumb
|
|
||||||
509 .thumb_func
|
|
||||||
511 _link:
|
|
||||||
512 .LVL36:
|
|
||||||
513 .LFB40:
|
|
||||||
154:Core/Src/syscalls.c ****
|
|
||||||
155:Core/Src/syscalls.c **** int _link(char *old, char *new)
|
|
||||||
156:Core/Src/syscalls.c **** {
|
|
||||||
514 .loc 1 156 1 is_stmt 1 view -0
|
|
||||||
515 .cfi_startproc
|
|
||||||
516 @ args = 0, pretend = 0, frame = 0
|
|
||||||
517 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
518 .loc 1 156 1 is_stmt 0 view .LVU109
|
|
||||||
519 0000 08B5 push {r3, lr}
|
|
||||||
520 .cfi_def_cfa_offset 8
|
|
||||||
521 .cfi_offset 3, -8
|
|
||||||
522 .cfi_offset 14, -4
|
|
||||||
157:Core/Src/syscalls.c **** (void)old;
|
|
||||||
523 .loc 1 157 3 is_stmt 1 view .LVU110
|
|
||||||
158:Core/Src/syscalls.c **** (void)new;
|
|
||||||
524 .loc 1 158 3 view .LVU111
|
|
||||||
159:Core/Src/syscalls.c **** errno = EMLINK;
|
|
||||||
525 .loc 1 159 3 view .LVU112
|
|
||||||
526 0002 FFF7FEFF bl __errno
|
|
||||||
527 .LVL37:
|
|
||||||
528 .loc 1 159 9 is_stmt 0 discriminator 1 view .LVU113
|
|
||||||
529 0006 1F23 movs r3, #31
|
|
||||||
530 0008 0360 str r3, [r0]
|
|
||||||
160:Core/Src/syscalls.c **** return -1;
|
|
||||||
531 .loc 1 160 3 is_stmt 1 view .LVU114
|
|
||||||
161:Core/Src/syscalls.c **** }
|
|
||||||
532 .loc 1 161 1 is_stmt 0 view .LVU115
|
|
||||||
533 000a 4FF0FF30 mov r0, #-1
|
|
||||||
534 000e 08BD pop {r3, pc}
|
|
||||||
535 .cfi_endproc
|
|
||||||
536 .LFE40:
|
|
||||||
538 .section .text._fork,"ax",%progbits
|
|
||||||
539 .align 1
|
|
||||||
540 .global _fork
|
|
||||||
541 .syntax unified
|
|
||||||
542 .thumb
|
|
||||||
543 .thumb_func
|
|
||||||
545 _fork:
|
|
||||||
546 .LFB41:
|
|
||||||
162:Core/Src/syscalls.c ****
|
|
||||||
163:Core/Src/syscalls.c **** int _fork(void)
|
|
||||||
164:Core/Src/syscalls.c **** {
|
|
||||||
547 .loc 1 164 1 is_stmt 1 view -0
|
|
||||||
548 .cfi_startproc
|
|
||||||
549 @ args = 0, pretend = 0, frame = 0
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 13
|
|
||||||
|
|
||||||
|
|
||||||
550 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
551 0000 08B5 push {r3, lr}
|
|
||||||
552 .cfi_def_cfa_offset 8
|
|
||||||
553 .cfi_offset 3, -8
|
|
||||||
554 .cfi_offset 14, -4
|
|
||||||
165:Core/Src/syscalls.c **** errno = EAGAIN;
|
|
||||||
555 .loc 1 165 3 view .LVU117
|
|
||||||
556 0002 FFF7FEFF bl __errno
|
|
||||||
557 .LVL38:
|
|
||||||
558 .loc 1 165 9 is_stmt 0 discriminator 1 view .LVU118
|
|
||||||
559 0006 0B23 movs r3, #11
|
|
||||||
560 0008 0360 str r3, [r0]
|
|
||||||
166:Core/Src/syscalls.c **** return -1;
|
|
||||||
561 .loc 1 166 3 is_stmt 1 view .LVU119
|
|
||||||
167:Core/Src/syscalls.c **** }
|
|
||||||
562 .loc 1 167 1 is_stmt 0 view .LVU120
|
|
||||||
563 000a 4FF0FF30 mov r0, #-1
|
|
||||||
564 000e 08BD pop {r3, pc}
|
|
||||||
565 .cfi_endproc
|
|
||||||
566 .LFE41:
|
|
||||||
568 .section .text._execve,"ax",%progbits
|
|
||||||
569 .align 1
|
|
||||||
570 .global _execve
|
|
||||||
571 .syntax unified
|
|
||||||
572 .thumb
|
|
||||||
573 .thumb_func
|
|
||||||
575 _execve:
|
|
||||||
576 .LVL39:
|
|
||||||
577 .LFB42:
|
|
||||||
168:Core/Src/syscalls.c ****
|
|
||||||
169:Core/Src/syscalls.c **** int _execve(char *name, char **argv, char **env)
|
|
||||||
170:Core/Src/syscalls.c **** {
|
|
||||||
578 .loc 1 170 1 is_stmt 1 view -0
|
|
||||||
579 .cfi_startproc
|
|
||||||
580 @ args = 0, pretend = 0, frame = 0
|
|
||||||
581 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
582 .loc 1 170 1 is_stmt 0 view .LVU122
|
|
||||||
583 0000 08B5 push {r3, lr}
|
|
||||||
584 .cfi_def_cfa_offset 8
|
|
||||||
585 .cfi_offset 3, -8
|
|
||||||
586 .cfi_offset 14, -4
|
|
||||||
171:Core/Src/syscalls.c **** (void)name;
|
|
||||||
587 .loc 1 171 3 is_stmt 1 view .LVU123
|
|
||||||
172:Core/Src/syscalls.c **** (void)argv;
|
|
||||||
588 .loc 1 172 3 view .LVU124
|
|
||||||
173:Core/Src/syscalls.c **** (void)env;
|
|
||||||
589 .loc 1 173 3 view .LVU125
|
|
||||||
174:Core/Src/syscalls.c **** errno = ENOMEM;
|
|
||||||
590 .loc 1 174 3 view .LVU126
|
|
||||||
591 0002 FFF7FEFF bl __errno
|
|
||||||
592 .LVL40:
|
|
||||||
593 .loc 1 174 9 is_stmt 0 discriminator 1 view .LVU127
|
|
||||||
594 0006 0C23 movs r3, #12
|
|
||||||
595 0008 0360 str r3, [r0]
|
|
||||||
175:Core/Src/syscalls.c **** return -1;
|
|
||||||
596 .loc 1 175 3 is_stmt 1 view .LVU128
|
|
||||||
176:Core/Src/syscalls.c **** }
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 14
|
|
||||||
|
|
||||||
|
|
||||||
597 .loc 1 176 1 is_stmt 0 view .LVU129
|
|
||||||
598 000a 4FF0FF30 mov r0, #-1
|
|
||||||
599 000e 08BD pop {r3, pc}
|
|
||||||
600 .cfi_endproc
|
|
||||||
601 .LFE42:
|
|
||||||
603 .global environ
|
|
||||||
604 .section .data.environ,"aw"
|
|
||||||
605 .align 2
|
|
||||||
608 environ:
|
|
||||||
609 0000 00000000 .word __env
|
|
||||||
610 .global __env
|
|
||||||
611 .section .bss.__env,"aw",%nobits
|
|
||||||
612 .align 2
|
|
||||||
615 __env:
|
|
||||||
616 0000 00000000 .space 4
|
|
||||||
617 .weak __io_putchar
|
|
||||||
618 .weak __io_getchar
|
|
||||||
619 .text
|
|
||||||
620 .Letext0:
|
|
||||||
621 .file 2 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
622 .file 3 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
623 .file 4 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
624 .file 5 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
625 .file 6 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
626 .file 7 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
627 .file 8 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
628 .file 9 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
ARM GAS /tmp/ccN7fQGI.s page 15
|
|
||||||
|
|
||||||
|
|
||||||
DEFINED SYMBOLS
|
|
||||||
*ABS*:00000000 syscalls.c
|
|
||||||
/tmp/ccN7fQGI.s:20 .text.initialise_monitor_handles:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:26 .text.initialise_monitor_handles:00000000 initialise_monitor_handles
|
|
||||||
/tmp/ccN7fQGI.s:39 .text._getpid:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:45 .text._getpid:00000000 _getpid
|
|
||||||
/tmp/ccN7fQGI.s:60 .text._kill:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:66 .text._kill:00000000 _kill
|
|
||||||
/tmp/ccN7fQGI.s:94 .text._exit:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:100 .text._exit:00000000 _exit
|
|
||||||
/tmp/ccN7fQGI.s:126 .text._read:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:132 .text._read:00000000 _read
|
|
||||||
/tmp/ccN7fQGI.s:187 .text._write:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:193 .text._write:00000000 _write
|
|
||||||
/tmp/ccN7fQGI.s:242 .text._close:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:248 .text._close:00000000 _close
|
|
||||||
/tmp/ccN7fQGI.s:267 .text._fstat:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:273 .text._fstat:00000000 _fstat
|
|
||||||
/tmp/ccN7fQGI.s:296 .text._isatty:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:302 .text._isatty:00000000 _isatty
|
|
||||||
/tmp/ccN7fQGI.s:321 .text._lseek:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:327 .text._lseek:00000000 _lseek
|
|
||||||
/tmp/ccN7fQGI.s:348 .text._open:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:354 .text._open:00000000 _open
|
|
||||||
/tmp/ccN7fQGI.s:385 .text._wait:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:391 .text._wait:00000000 _wait
|
|
||||||
/tmp/ccN7fQGI.s:418 .text._unlink:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:424 .text._unlink:00000000 _unlink
|
|
||||||
/tmp/ccN7fQGI.s:451 .text._times:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:457 .text._times:00000000 _times
|
|
||||||
/tmp/ccN7fQGI.s:476 .text._stat:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:482 .text._stat:00000000 _stat
|
|
||||||
/tmp/ccN7fQGI.s:505 .text._link:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:511 .text._link:00000000 _link
|
|
||||||
/tmp/ccN7fQGI.s:539 .text._fork:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:545 .text._fork:00000000 _fork
|
|
||||||
/tmp/ccN7fQGI.s:569 .text._execve:00000000 $t
|
|
||||||
/tmp/ccN7fQGI.s:575 .text._execve:00000000 _execve
|
|
||||||
/tmp/ccN7fQGI.s:608 .data.environ:00000000 environ
|
|
||||||
/tmp/ccN7fQGI.s:605 .data.environ:00000000 $d
|
|
||||||
/tmp/ccN7fQGI.s:615 .bss.__env:00000000 __env
|
|
||||||
/tmp/ccN7fQGI.s:612 .bss.__env:00000000 $d
|
|
||||||
|
|
||||||
UNDEFINED SYMBOLS
|
|
||||||
__errno
|
|
||||||
__io_getchar
|
|
||||||
__io_putchar
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
build/debug/sysmem.o: Core/Src/sysmem.c
|
|
@ -1,231 +0,0 @@
|
|||||||
ARM GAS /tmp/cc3qpvIL.s page 1
|
|
||||||
|
|
||||||
|
|
||||||
1 .cpu cortex-m7
|
|
||||||
2 .arch armv7e-m
|
|
||||||
3 .fpu fpv5-d16
|
|
||||||
4 .eabi_attribute 28, 1
|
|
||||||
5 .eabi_attribute 20, 1
|
|
||||||
6 .eabi_attribute 21, 1
|
|
||||||
7 .eabi_attribute 23, 3
|
|
||||||
8 .eabi_attribute 24, 1
|
|
||||||
9 .eabi_attribute 25, 1
|
|
||||||
10 .eabi_attribute 26, 1
|
|
||||||
11 .eabi_attribute 30, 1
|
|
||||||
12 .eabi_attribute 34, 1
|
|
||||||
13 .eabi_attribute 18, 4
|
|
||||||
14 .file "sysmem.c"
|
|
||||||
15 .text
|
|
||||||
16 .Ltext0:
|
|
||||||
17 .cfi_sections .debug_frame
|
|
||||||
18 .file 1 "Core/Src/sysmem.c"
|
|
||||||
19 .section .text._sbrk,"ax",%progbits
|
|
||||||
20 .align 1
|
|
||||||
21 .global _sbrk
|
|
||||||
22 .syntax unified
|
|
||||||
23 .thumb
|
|
||||||
24 .thumb_func
|
|
||||||
26 _sbrk:
|
|
||||||
27 .LVL0:
|
|
||||||
28 .LFB0:
|
|
||||||
1:Core/Src/sysmem.c **** /**
|
|
||||||
2:Core/Src/sysmem.c **** ******************************************************************************
|
|
||||||
3:Core/Src/sysmem.c **** * @file sysmem.c
|
|
||||||
4:Core/Src/sysmem.c **** * @author Generated by STM32CubeMX
|
|
||||||
5:Core/Src/sysmem.c **** * @brief System Memory calls file
|
|
||||||
6:Core/Src/sysmem.c **** *
|
|
||||||
7:Core/Src/sysmem.c **** * For more information about which C functions
|
|
||||||
8:Core/Src/sysmem.c **** * need which of these lowlevel functions
|
|
||||||
9:Core/Src/sysmem.c **** * please consult the newlib libc manual
|
|
||||||
10:Core/Src/sysmem.c **** ******************************************************************************
|
|
||||||
11:Core/Src/sysmem.c **** * @attention
|
|
||||||
12:Core/Src/sysmem.c **** *
|
|
||||||
13:Core/Src/sysmem.c **** * Copyright (c) 2024 STMicroelectronics.
|
|
||||||
14:Core/Src/sysmem.c **** * All rights reserved.
|
|
||||||
15:Core/Src/sysmem.c **** *
|
|
||||||
16:Core/Src/sysmem.c **** * This software is licensed under terms that can be found in the LICENSE file
|
|
||||||
17:Core/Src/sysmem.c **** * in the root directory of this software component.
|
|
||||||
18:Core/Src/sysmem.c **** * If no LICENSE file comes with this software, it is provided AS-IS.
|
|
||||||
19:Core/Src/sysmem.c **** *
|
|
||||||
20:Core/Src/sysmem.c **** ******************************************************************************
|
|
||||||
21:Core/Src/sysmem.c **** */
|
|
||||||
22:Core/Src/sysmem.c ****
|
|
||||||
23:Core/Src/sysmem.c **** /* Includes */
|
|
||||||
24:Core/Src/sysmem.c **** #include <errno.h>
|
|
||||||
25:Core/Src/sysmem.c **** #include <stdint.h>
|
|
||||||
26:Core/Src/sysmem.c ****
|
|
||||||
27:Core/Src/sysmem.c **** /**
|
|
||||||
28:Core/Src/sysmem.c **** * Pointer to the current high watermark of the heap usage
|
|
||||||
29:Core/Src/sysmem.c **** */
|
|
||||||
30:Core/Src/sysmem.c **** static uint8_t *__sbrk_heap_end = NULL;
|
|
||||||
ARM GAS /tmp/cc3qpvIL.s page 2
|
|
||||||
|
|
||||||
|
|
||||||
31:Core/Src/sysmem.c ****
|
|
||||||
32:Core/Src/sysmem.c **** /**
|
|
||||||
33:Core/Src/sysmem.c **** * @brief _sbrk() allocates memory to the newlib heap and is used by malloc
|
|
||||||
34:Core/Src/sysmem.c **** * and others from the C library
|
|
||||||
35:Core/Src/sysmem.c **** *
|
|
||||||
36:Core/Src/sysmem.c **** * @verbatim
|
|
||||||
37:Core/Src/sysmem.c **** * ############################################################################
|
|
||||||
38:Core/Src/sysmem.c **** * # .data # .bss # newlib heap # MSP stack #
|
|
||||||
39:Core/Src/sysmem.c **** * # # # # Reserved by _Min_Stack_Size #
|
|
||||||
40:Core/Src/sysmem.c **** * ############################################################################
|
|
||||||
41:Core/Src/sysmem.c **** * ^-- RAM start ^-- _end _estack, RAM end --^
|
|
||||||
42:Core/Src/sysmem.c **** * @endverbatim
|
|
||||||
43:Core/Src/sysmem.c **** *
|
|
||||||
44:Core/Src/sysmem.c **** * This implementation starts allocating at the '_end' linker symbol
|
|
||||||
45:Core/Src/sysmem.c **** * The '_Min_Stack_Size' linker symbol reserves a memory for the MSP stack
|
|
||||||
46:Core/Src/sysmem.c **** * The implementation considers '_estack' linker symbol to be RAM end
|
|
||||||
47:Core/Src/sysmem.c **** * NOTE: If the MSP stack, at any point during execution, grows larger than the
|
|
||||||
48:Core/Src/sysmem.c **** * reserved size, please increase the '_Min_Stack_Size'.
|
|
||||||
49:Core/Src/sysmem.c **** *
|
|
||||||
50:Core/Src/sysmem.c **** * @param incr Memory size
|
|
||||||
51:Core/Src/sysmem.c **** * @return Pointer to allocated memory
|
|
||||||
52:Core/Src/sysmem.c **** */
|
|
||||||
53:Core/Src/sysmem.c **** void *_sbrk(ptrdiff_t incr)
|
|
||||||
54:Core/Src/sysmem.c **** {
|
|
||||||
29 .loc 1 54 1 view -0
|
|
||||||
30 .cfi_startproc
|
|
||||||
31 @ args = 0, pretend = 0, frame = 0
|
|
||||||
32 @ frame_needed = 0, uses_anonymous_args = 0
|
|
||||||
33 .loc 1 54 1 is_stmt 0 view .LVU1
|
|
||||||
34 0000 10B5 push {r4, lr}
|
|
||||||
35 .cfi_def_cfa_offset 8
|
|
||||||
36 .cfi_offset 4, -8
|
|
||||||
37 .cfi_offset 14, -4
|
|
||||||
38 0002 0346 mov r3, r0
|
|
||||||
55:Core/Src/sysmem.c **** extern uint8_t _end; /* Symbol defined in the linker script */
|
|
||||||
39 .loc 1 55 3 is_stmt 1 view .LVU2
|
|
||||||
56:Core/Src/sysmem.c **** extern uint8_t _estack; /* Symbol defined in the linker script */
|
|
||||||
40 .loc 1 56 3 view .LVU3
|
|
||||||
57:Core/Src/sysmem.c **** extern uint32_t _Min_Stack_Size; /* Symbol defined in the linker script */
|
|
||||||
41 .loc 1 57 3 view .LVU4
|
|
||||||
58:Core/Src/sysmem.c **** const uint32_t stack_limit = (uint32_t)&_estack - (uint32_t)&_Min_Stack_Size;
|
|
||||||
42 .loc 1 58 3 view .LVU5
|
|
||||||
43 .LVL1:
|
|
||||||
59:Core/Src/sysmem.c **** const uint8_t *max_heap = (uint8_t *)stack_limit;
|
|
||||||
44 .loc 1 59 3 view .LVU6
|
|
||||||
58:Core/Src/sysmem.c **** const uint32_t stack_limit = (uint32_t)&_estack - (uint32_t)&_Min_Stack_Size;
|
|
||||||
45 .loc 1 58 51 is_stmt 0 view .LVU7
|
|
||||||
46 0004 0C4A ldr r2, .L8
|
|
||||||
47 0006 0D49 ldr r1, .L8+4
|
|
||||||
48 .LVL2:
|
|
||||||
60:Core/Src/sysmem.c **** uint8_t *prev_heap_end;
|
|
||||||
49 .loc 1 60 3 is_stmt 1 view .LVU8
|
|
||||||
61:Core/Src/sysmem.c ****
|
|
||||||
62:Core/Src/sysmem.c **** /* Initialize heap end at first call */
|
|
||||||
63:Core/Src/sysmem.c **** if (NULL == __sbrk_heap_end)
|
|
||||||
50 .loc 1 63 3 view .LVU9
|
|
||||||
51 .loc 1 63 12 is_stmt 0 view .LVU10
|
|
||||||
ARM GAS /tmp/cc3qpvIL.s page 3
|
|
||||||
|
|
||||||
|
|
||||||
52 0008 0D48 ldr r0, .L8+8
|
|
||||||
53 .LVL3:
|
|
||||||
54 .loc 1 63 12 view .LVU11
|
|
||||||
55 000a 0068 ldr r0, [r0]
|
|
||||||
56 .loc 1 63 6 view .LVU12
|
|
||||||
57 000c 40B1 cbz r0, .L6
|
|
||||||
58 .L2:
|
|
||||||
64:Core/Src/sysmem.c **** {
|
|
||||||
65:Core/Src/sysmem.c **** __sbrk_heap_end = &_end;
|
|
||||||
66:Core/Src/sysmem.c **** }
|
|
||||||
67:Core/Src/sysmem.c ****
|
|
||||||
68:Core/Src/sysmem.c **** /* Protect heap from growing into the reserved MSP stack */
|
|
||||||
69:Core/Src/sysmem.c **** if (__sbrk_heap_end + incr > max_heap)
|
|
||||||
59 .loc 1 69 3 is_stmt 1 view .LVU13
|
|
||||||
60 .loc 1 69 23 is_stmt 0 view .LVU14
|
|
||||||
61 000e 0C48 ldr r0, .L8+8
|
|
||||||
62 0010 0068 ldr r0, [r0]
|
|
||||||
63 0012 0344 add r3, r3, r0
|
|
||||||
64 .LVL4:
|
|
||||||
65 .loc 1 69 6 view .LVU15
|
|
||||||
66 0014 521A subs r2, r2, r1
|
|
||||||
67 0016 9342 cmp r3, r2
|
|
||||||
68 0018 06D8 bhi .L7
|
|
||||||
70:Core/Src/sysmem.c **** {
|
|
||||||
71:Core/Src/sysmem.c **** errno = ENOMEM;
|
|
||||||
72:Core/Src/sysmem.c **** return (void *)-1;
|
|
||||||
73:Core/Src/sysmem.c **** }
|
|
||||||
74:Core/Src/sysmem.c ****
|
|
||||||
75:Core/Src/sysmem.c **** prev_heap_end = __sbrk_heap_end;
|
|
||||||
69 .loc 1 75 3 is_stmt 1 view .LVU16
|
|
||||||
70 .LVL5:
|
|
||||||
76:Core/Src/sysmem.c **** __sbrk_heap_end += incr;
|
|
||||||
71 .loc 1 76 3 view .LVU17
|
|
||||||
72 .loc 1 76 19 is_stmt 0 view .LVU18
|
|
||||||
73 001a 094A ldr r2, .L8+8
|
|
||||||
74 001c 1360 str r3, [r2]
|
|
||||||
77:Core/Src/sysmem.c ****
|
|
||||||
78:Core/Src/sysmem.c **** return (void *)prev_heap_end;
|
|
||||||
75 .loc 1 78 3 is_stmt 1 view .LVU19
|
|
||||||
76 .LVL6:
|
|
||||||
77 .L1:
|
|
||||||
79:Core/Src/sysmem.c **** }
|
|
||||||
78 .loc 1 79 1 is_stmt 0 view .LVU20
|
|
||||||
79 001e 10BD pop {r4, pc}
|
|
||||||
80 .LVL7:
|
|
||||||
81 .L6:
|
|
||||||
65:Core/Src/sysmem.c **** }
|
|
||||||
82 .loc 1 65 5 is_stmt 1 view .LVU21
|
|
||||||
65:Core/Src/sysmem.c **** }
|
|
||||||
83 .loc 1 65 21 is_stmt 0 view .LVU22
|
|
||||||
84 0020 0748 ldr r0, .L8+8
|
|
||||||
85 0022 084C ldr r4, .L8+12
|
|
||||||
86 0024 0460 str r4, [r0]
|
|
||||||
87 0026 F2E7 b .L2
|
|
||||||
88 .LVL8:
|
|
||||||
89 .L7:
|
|
||||||
71:Core/Src/sysmem.c **** return (void *)-1;
|
|
||||||
ARM GAS /tmp/cc3qpvIL.s page 4
|
|
||||||
|
|
||||||
|
|
||||||
90 .loc 1 71 5 is_stmt 1 view .LVU23
|
|
||||||
91 0028 FFF7FEFF bl __errno
|
|
||||||
92 .LVL9:
|
|
||||||
71:Core/Src/sysmem.c **** return (void *)-1;
|
|
||||||
93 .loc 1 71 11 is_stmt 0 discriminator 1 view .LVU24
|
|
||||||
94 002c 0C23 movs r3, #12
|
|
||||||
95 002e 0360 str r3, [r0]
|
|
||||||
72:Core/Src/sysmem.c **** }
|
|
||||||
96 .loc 1 72 5 is_stmt 1 view .LVU25
|
|
||||||
72:Core/Src/sysmem.c **** }
|
|
||||||
97 .loc 1 72 12 is_stmt 0 view .LVU26
|
|
||||||
98 0030 4FF0FF30 mov r0, #-1
|
|
||||||
99 0034 F3E7 b .L1
|
|
||||||
100 .L9:
|
|
||||||
101 0036 00BF .align 2
|
|
||||||
102 .L8:
|
|
||||||
103 0038 00000000 .word _estack
|
|
||||||
104 003c 00000000 .word _Min_Stack_Size
|
|
||||||
105 0040 00000000 .word __sbrk_heap_end
|
|
||||||
106 0044 00000000 .word _end
|
|
||||||
107 .cfi_endproc
|
|
||||||
108 .LFE0:
|
|
||||||
110 .section .bss.__sbrk_heap_end,"aw",%nobits
|
|
||||||
111 .align 2
|
|
||||||
114 __sbrk_heap_end:
|
|
||||||
115 0000 00000000 .space 4
|
|
||||||
116 .text
|
|
||||||
117 .Letext0:
|
|
||||||
118 .file 2 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
119 .file 3 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
120 .file 4 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
121 .file 5 "/home/k/.config/Code/User/globalStorage/bmd.stm32-for-vscode/@xpack-dev-tools/arm-none-ea
|
|
||||||
ARM GAS /tmp/cc3qpvIL.s page 5
|
|
||||||
|
|
||||||
|
|
||||||
DEFINED SYMBOLS
|
|
||||||
*ABS*:00000000 sysmem.c
|
|
||||||
/tmp/cc3qpvIL.s:20 .text._sbrk:00000000 $t
|
|
||||||
/tmp/cc3qpvIL.s:26 .text._sbrk:00000000 _sbrk
|
|
||||||
/tmp/cc3qpvIL.s:103 .text._sbrk:00000038 $d
|
|
||||||
/tmp/cc3qpvIL.s:114 .bss.__sbrk_heap_end:00000000 __sbrk_heap_end
|
|
||||||
/tmp/cc3qpvIL.s:111 .bss.__sbrk_heap_end:00000000 $d
|
|
||||||
|
|
||||||
UNDEFINED SYMBOLS
|
|
||||||
__errno
|
|
||||||
_estack
|
|
||||||
_Min_Stack_Size
|
|
||||||
_end
|
|
Binary file not shown.
@ -1,67 +0,0 @@
|
|||||||
build/debug/system_stm32h7xx.o: Core/Src/system_stm32h7xx.c \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h \
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h Drivers/CMSIS/Include/cmsis_version.h \
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h Drivers/CMSIS/Include/cmsis_gcc.h \
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h \
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h \
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h \
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7xx.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/stm32h7a3xx.h:
|
|
||||||
Drivers/CMSIS/Include/core_cm7.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_version.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_compiler.h:
|
|
||||||
Drivers/CMSIS/Include/cmsis_gcc.h:
|
|
||||||
Drivers/CMSIS/Include/mpu_armv7.h:
|
|
||||||
Drivers/CMSIS/Device/ST/STM32H7xx/Include/system_stm32h7xx.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal.h:
|
|
||||||
Core/Inc/stm32h7xx_hal_conf.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_def.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_gpio_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dma_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_mdma.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_exti.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_cortex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_ll_adc.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_adc_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_fdcan.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_flash_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_hsem.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_i2c_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_pwr_ex.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h:
|
|
||||||
Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim_ex.h:
|
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user