Searched refs:Window (Results 1 – 10 of 10) sorted by relevance
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_iwdg.c | 184 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 D | stm32f0xx_hal_wwdg.c | 183 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 D | stm32f7xx_hal_iwdg.c | 186 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 D | stm32f7xx_hal_wwdg.c | 160 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 D | stm32f0xx_ll_wwdg.h | 237 __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 D | stm32f0xx_ll_iwdg.h | 266 __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 D | stm32f0xx_hal_iwdg.h | 71 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
|
A D | stm32f0xx_hal_wwdg.h | 69 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 D | stm32f7xx_hal_iwdg.h | 84 uint32_t Window; /*!< Specifies the window value to be compared to the down-counter. member
|
A D | stm32f7xx_hal_wwdg.h | 80 uint32_t Window; /*!< Specifies the WWDG window value to be compared to the downcounter. member
|
Completed in 9 milliseconds