Home
last modified time | relevance | path

Searched refs:DBGMCU_CR_DBG_STOP (Results 1 – 25 of 269) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal.c468 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
477 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_system.h1500 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
1510 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
1520 return ((READ_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP) == (DBGMCU_CR_DBG_STOP)) ? 1UL : 0UL); in LL_DBGMCU_IsEnabledDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal.c485 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
494 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal.c539 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
555 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal.c523 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
532 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal.c494 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
503 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal.c518 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
527 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal.c483 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
492 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_ll_system.h245 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
255 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal.c489 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
498 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal.c496 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
505 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal.c549 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
558 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal.c546 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
555 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_system.h313 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
323 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal.c503 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
512 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_system.h464 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
474 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal.c603 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_EnableDBGStopMode()
612 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_system.h649 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
659 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c527 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
536 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_system.h764 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
774 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c541 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
550 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_system.h941 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDebugInStopMode()
951 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDebugInStopMode()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c568 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_EnableDBGStopMode()
577 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in HAL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_system.h871 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
881 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_system.h792 SET_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_EnableDBGStopMode()
802 CLEAR_BIT(DBGMCU->CR, DBGMCU_CR_DBG_STOP); in LL_DBGMCU_DisableDBGStopMode()

1234567891011