Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal.h554 #if defined(DBGMCU_APB2_FZ_DBG_HRTIM1_STOP)
555 #define __HAL_FREEZE_HRTIM1_DBGMCU() (DBGMCU->APB2FZ |= (DBGMCU_APB2_FZ_DBG_HRTIM1_STOP))
556 #define __HAL_UNFREEZE_HRTIM1_DBGMCU() (DBGMCU->APB2FZ &= ~(DBGMCU_APB2_FZ_DBG_HRTIM1_STOP))
Dstm32f3xx_ll_system.h461 #if defined(DBGMCU_APB2_FZ_DBG_HRTIM1_STOP)
462 #define LL_DBGMCU_APB2_GRP1_HRTIM1_STOP DBGMCU_APB2_FZ_DBG_HRTIM1_STOP /*!< HRTIM1 counter stopp…
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f334x8.h6323 #define DBGMCU_APB2_FZ_DBG_HRTIM1_STOP DBGMCU_APB2_FZ_DBG_HRTIM1_STOP_Msk macro