Lines Matching refs:wwdg
165 WWDG_TypeDef *wwdg = WWDG_STM32_STRUCT(dev); in wwdg_stm32_setup() local
190 LL_WWDG_ClearFlag_EWKUP(wwdg); in wwdg_stm32_setup()
193 LL_WWDG_Enable(wwdg); in wwdg_stm32_setup()
210 WWDG_TypeDef *wwdg = WWDG_STM32_STRUCT(dev); in wwdg_stm32_install_timeout() local
237 LL_WWDG_SetPrescaler(wwdg, in wwdg_stm32_install_timeout()
243 LL_WWDG_SetWindow(wwdg, counter); in wwdg_stm32_install_timeout()
244 LL_WWDG_SetCounter(wwdg, counter); in wwdg_stm32_install_timeout()
251 WWDG_TypeDef *wwdg = WWDG_STM32_STRUCT(dev); in wwdg_stm32_feed() local
255 LL_WWDG_SetCounter(wwdg, data->counter); in wwdg_stm32_feed()
263 WWDG_TypeDef *wwdg = WWDG_STM32_STRUCT(dev); in wwdg_stm32_isr() local
265 if (LL_WWDG_IsEnabledIT_EWKUP(wwdg)) { in wwdg_stm32_isr()
266 if (LL_WWDG_IsActiveFlag_EWKUP(wwdg)) { in wwdg_stm32_isr()
267 LL_WWDG_ClearFlag_EWKUP(wwdg); in wwdg_stm32_isr()
321 WWDG_TypeDef *wwdg = WWDG_STM32_STRUCT(dev); in wwdg_stm32_irq_config() local
328 LL_WWDG_ClearFlag_EWKUP(wwdg); in wwdg_stm32_irq_config()
329 LL_WWDG_EnableIT_EWKUP(wwdg); in wwdg_stm32_irq_config()