Home
last modified time | relevance | path

Searched refs:__HAL_RCC_UART5_FORCE_RESET (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h2765 #define __UART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
2795 #define __USART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h2693 #define __UART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
2723 #define __USART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3010 #define __UART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
3040 #define __USART5_FORCE_RESET __HAL_RCC_UART5_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc.h1843 #define __HAL_RCC_UART5_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART5RST) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc.h2318 #define __HAL_RCC_UART5_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART5RST) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc.h3088 #define __HAL_RCC_UART5_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_UART5RST) macro