STM32F4xx_HAL_Driver  1.8.3
stm32f4xx_ll_iwdg.h File Reference

Header file of IWDG LL module. More...

Go to the source code of this file.

Functions

__STATIC_INLINE void LL_IWDG_Enable (IWDG_TypeDef *IWDGx)
 Start the Independent Watchdog. More...
 
__STATIC_INLINE void LL_IWDG_ReloadCounter (IWDG_TypeDef *IWDGx)
 Reloads IWDG counter with value defined in the reload register @rmtoll KR KEY LL_IWDG_ReloadCounter. More...
 
__STATIC_INLINE void LL_IWDG_EnableWriteAccess (IWDG_TypeDef *IWDGx)
 Enable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers @rmtoll KR KEY LL_IWDG_EnableWriteAccess. More...
 
__STATIC_INLINE void LL_IWDG_DisableWriteAccess (IWDG_TypeDef *IWDGx)
 Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers @rmtoll KR KEY LL_IWDG_DisableWriteAccess. More...
 
__STATIC_INLINE void LL_IWDG_SetPrescaler (IWDG_TypeDef *IWDGx, uint32_t Prescaler)
 Select the prescaler of the IWDG @rmtoll PR PR LL_IWDG_SetPrescaler. More...
 
__STATIC_INLINE uint32_t LL_IWDG_GetPrescaler (IWDG_TypeDef *IWDGx)
 Get the selected prescaler of the IWDG @rmtoll PR PR LL_IWDG_GetPrescaler. More...
 
__STATIC_INLINE void LL_IWDG_SetReloadCounter (IWDG_TypeDef *IWDGx, uint32_t Counter)
 Specify the IWDG down-counter reload value @rmtoll RLR RL LL_IWDG_SetReloadCounter. More...
 
__STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter (IWDG_TypeDef *IWDGx)
 Get the specified IWDG down-counter reload value @rmtoll RLR RL LL_IWDG_GetReloadCounter. More...
 
__STATIC_INLINE uint32_t LL_IWDG_IsActiveFlag_PVU (IWDG_TypeDef *IWDGx)
 Check if flag Prescaler Value Update is set or not @rmtoll SR PVU LL_IWDG_IsActiveFlag_PVU. More...
 
__STATIC_INLINE uint32_t LL_IWDG_IsActiveFlag_RVU (IWDG_TypeDef *IWDGx)
 Check if flag Reload Value Update is set or not @rmtoll SR RVU LL_IWDG_IsActiveFlag_RVU. More...
 
__STATIC_INLINE uint32_t LL_IWDG_IsReady (IWDG_TypeDef *IWDGx)
 Check if flags Prescaler & Reload Value Update are reset or not @rmtoll SR PVU LL_IWDG_IsReady
SR RVU LL_IWDG_IsReady. More...
 

Detailed Description

Header file of IWDG LL module.

Author
MCD Application Team
Attention

Copyright (c) 2016 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Definition in file stm32f4xx_ll_iwdg.h.