Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc.h3055 #define __HAL_RCC_COMP_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_COMPRST)
3164 #define __HAL_RCC_COMP_RELEASE_RESET() CLEAR_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_COMPRST)
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h8837 #define RCC_APB1LRSTR_COMPRST RCC_APB1LRSTR_COMPRST_Msk macro