Home
last modified time | relevance | path

Searched refs:IWDG_EWCR_EWIE (Results 1 – 25 of 70) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_iwdg.h307 SET_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_EnableIT_EWI()
318 CLEAR_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_DisableIT_EWI()
329 return ((READ_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE) == (IWDG_EWCR_EWIE)) ? 1UL : 0UL); in LL_IWDG_IsEnabledIT_EWI()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_iwdg.h307 SET_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_EnableIT_EWI()
318 CLEAR_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_DisableIT_EWI()
329 return ((READ_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE) == (IWDG_EWCR_EWIE)) ? 1UL : 0UL); in LL_IWDG_IsEnabledIT_EWI()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_iwdg.h307 SET_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_EnableIT_EWI()
318 CLEAR_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_DisableIT_EWI()
329 return ((READ_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE) == (IWDG_EWCR_EWIE)) ? 1UL : 0UL); in LL_IWDG_IsEnabledIT_EWI()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_iwdg.h307 SET_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_EnableIT_EWI()
318 CLEAR_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_DisableIT_EWI()
329 return ((READ_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE) == (IWDG_EWCR_EWIE)) ? 1UL : 0UL); in LL_IWDG_IsEnabledIT_EWI()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_iwdg.h307 SET_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_EnableIT_EWI()
318 CLEAR_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_DisableIT_EWI()
329 return ((READ_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE) == (IWDG_EWCR_EWIE)) ? 1UL : 0UL); in LL_IWDG_IsEnabledIT_EWI()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_iwdg.h307 SET_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_EnableIT_EWI()
318 CLEAR_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE); in LL_IWDG_DisableIT_EWI()
329 return ((READ_BIT(IWDGx->EWCR, IWDG_EWCR_EWIE) == (IWDG_EWCR_EWIE)) ? 1UL : 0UL); in LL_IWDG_IsEnabledIT_EWI()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_iwdg.c240 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | IWDG_EWCR_EWIC | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_iwdg.c251 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_iwdg.c255 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | IWDG_EWCR_EWIC | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_iwdg.c255 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | IWDG_EWCR_EWIC | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_iwdg.c255 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | IWDG_EWCR_EWIC | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_iwdg.c255 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | IWDG_EWCR_EWIC | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h4638 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32wba52xx.h8239 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32wba54xx.h8473 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32wba5mxx.h8473 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32wba55xx.h8473 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h4275 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32u083xx.h4814 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32u073xx.h4556 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h12455 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32h523xx.h18441 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
Dstm32h562xx.h19985 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h20573 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog e… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h12226 #define IWDG_EWCR_EWIE IWDG_EWCR_EWIE_Msk /*!< Watchdog early … macro

123