Home
last modified time | relevance | path

Searched refs:RCC_APB2RSTR_UART10RST (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rcc_ex.h5570 #define __HAL_RCC_UART10_FORCE_RESET() (RCC->APB2RSTR |= (RCC_APB2RSTR_UART10RST))
5587 #define __HAL_RCC_UART10_RELEASE_RESET() (RCC->APB2RSTR &= ~(RCC_APB2RSTR_UART10RST))
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f423xx.h9940 #define RCC_APB2RSTR_UART10RST RCC_APB2RSTR_UART10RST_Msk macro
Dstm32f413xx.h9901 #define RCC_APB2RSTR_UART10RST RCC_APB2RSTR_UART10RST_Msk macro