Home
last modified time | relevance | path

Searched refs:__HAL_RCC_ADC12_FORCE_RESET (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3274 #define __ADC12_FORCE_RESET __HAL_RCC_ADC12_FORCE_RESET
3671 #define __HAL_RCC_ADC1_FORCE_RESET __HAL_RCC_ADC12_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3029 #define __ADC12_FORCE_RESET __HAL_RCC_ADC12_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h2957 #define __ADC12_FORCE_RESET __HAL_RCC_ADC12_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc.h2882 #define __HAL_RCC_ADC12_FORCE_RESET() SET_BIT(RCC->AHB2RSTR, RCC_AHB2RSTR_ADC12RST) macro