Home
last modified time | relevance | path

Searched refs:EWI (Results 1 – 12 of 12) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_iwdg.c197 assert_param(IS_IWDG_EWI(hiwdg->Init.EWI)); in HAL_IWDG_Init()
228 if (hiwdg->Init.EWI == IWDG_EWI_DISABLE) in HAL_IWDG_Init()
240 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.c196 assert_param(IS_IWDG_EWI(hiwdg->Init.EWI)); in HAL_IWDG_Init()
246 if (hiwdg->Init.EWI != IWDG_EWI_DISABLE) in HAL_IWDG_Init()
251 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_iwdg.c196 assert_param(IS_IWDG_EWI(hiwdg->Init.EWI)); in HAL_IWDG_Init()
243 if (hiwdg->Init.EWI == IWDG_EWI_DISABLE) in HAL_IWDG_Init()
255 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.c196 assert_param(IS_IWDG_EWI(hiwdg->Init.EWI)); in HAL_IWDG_Init()
243 if (hiwdg->Init.EWI == IWDG_EWI_DISABLE) in HAL_IWDG_Init()
255 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.c196 assert_param(IS_IWDG_EWI(hiwdg->Init.EWI)); in HAL_IWDG_Init()
243 if (hiwdg->Init.EWI == IWDG_EWI_DISABLE) in HAL_IWDG_Init()
255 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.c196 assert_param(IS_IWDG_EWI(hiwdg->Init.EWI)); in HAL_IWDG_Init()
243 if (hiwdg->Init.EWI == IWDG_EWI_DISABLE) in HAL_IWDG_Init()
255 hiwdg->Instance->EWCR = IWDG_EWCR_EWIE | IWDG_EWCR_EWIC | hiwdg->Init.EWI; in HAL_IWDG_Init()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_iwdg.h57 …uint32_t EWI; /*!< Specifies if IWDG Early Wakeup Interrupt is enable or not and the compar… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_iwdg.h57 …uint32_t EWI; /*!< Specifies if IWDG Early Wakeup Interrupt is enable or not and the compar… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_iwdg.h57 …uint32_t EWI; /*!< Specifies if IWDG Early Wakeup Interrupt is enable or not and the compar… member
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_iwdg.h57 …uint32_t EWI; /*!< Specifies if IWDG Early Wakeup Interrupt is enable or not and the compar… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_iwdg.h57 …uint32_t EWI; /*!< Specifies if IWDG Early Wakeup Interrupt is enable or not and the compar… member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_iwdg.h57 …uint32_t EWI; /*!< Specifies if IWDG Early Wakeup Interrupt is enable or not and the compar… member