Home
last modified time | relevance | path

Searched refs:__HAL_RCC_UART4_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.h2759 #define __UART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
2789 #define __USART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h2687 #define __UART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
2717 #define __USART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3004 #define __UART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
3034 #define __USART4_FORCE_RESET __HAL_RCC_UART4_FORCE_RESET
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rcc.h1841 #define __HAL_RCC_UART4_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART4RST) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rcc.h2316 #define __HAL_RCC_UART4_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_UART4RST) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rcc.h3084 #define __HAL_RCC_UART4_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_UART4RST) macro