Home
last modified time | relevance | path

Searched refs:RCC_APB1LRSTR_OPAMPRST (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h3047 #define __HAL_RCC_OPAMP_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_OPAMPRST)
3156 #define __HAL_RCC_OPAMP_RELEASE_RESET() CLEAR_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_OPAMPRST)
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8828 #define RCC_APB1LRSTR_OPAMPRST RCC_APB1LRSTR_OPAMPRST_Msk macro