Home
last modified time | relevance | path

Searched refs:Window (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_iwdg.c184 assert_param(IS_IWDG_WINDOW(hiwdg->Init.Window)); in HAL_IWDG_Init()
211 if(hiwdg->Instance->WINR != hiwdg->Init.Window) in HAL_IWDG_Init()
216 hiwdg->Instance->WINR = hiwdg->Init.Window; in HAL_IWDG_Init()
A Dstm32f0xx_hal_wwdg.c183 assert_param(IS_WWDG_WINDOW(hwwdg->Init.Window)); in HAL_WWDG_Init()
194 …WRITE_REG(hwwdg->Instance->CFR, (hwwdg->Init.EWIMode | hwwdg->Init.Prescaler | hwwdg->Init.Window)… in HAL_WWDG_Init()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_iwdg.c186 assert_param(IS_IWDG_WINDOW(hiwdg->Init.Window)); in HAL_IWDG_Init()
215 …if (((hiwdg->Init.Window) != IWDG_WINDOW_DISABLE) || ((hiwdg->Instance->WINR) != IWDG_WINDOW_DISAB… in HAL_IWDG_Init()
228 MODIFY_REG(hiwdg->Instance->WINR, (uint32_t)IWDG_WINR_WIN, hiwdg->Init.Window); in HAL_IWDG_Init()
287 if ((hiwdg->Init.Window) == IWDG_WINDOW_DISABLE) { in HAL_IWDG_Start()
A Dstm32f7xx_hal_wwdg.c160 assert_param(IS_WWDG_WINDOW(hwwdg->Init.Window)); in HAL_WWDG_Init()
174 …hwwdg->Instance->CFR, (WWDG_CFR_WDGTB | WWDG_CFR_W), (hwwdg->Init.Prescaler | hwwdg->Init.Window)); in HAL_WWDG_Init()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_ll_wwdg.h237 __STATIC_INLINE void LL_WWDG_SetWindow(WWDG_TypeDef *WWDGx, uint32_t Window) in LL_WWDG_SetWindow() argument
239 MODIFY_REG(WWDGx->CFR, WWDG_CFR_W, Window); in LL_WWDG_SetWindow()
A Dstm32f0xx_ll_iwdg.h266 __STATIC_INLINE void LL_IWDG_SetWindow(IWDG_TypeDef *IWDGx, uint32_t Window) in LL_IWDG_SetWindow() argument
268 WRITE_REG(IWDGx->WINR, IWDG_WINR_WIN & Window); in LL_IWDG_SetWindow()
A Dstm32f0xx_hal_iwdg.h71 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
A Dstm32f0xx_hal_wwdg.h69 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_iwdg.h84 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
A Dstm32f7xx_hal_wwdg.h80 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member

Completed in 9 milliseconds