STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_IWDG_Enable (IWDG_TypeDef *IWDGx) |
Start the Independent Watchdog. | |
__STATIC_INLINE void | LL_IWDG_ReloadCounter (IWDG_TypeDef *IWDGx) |
Reloads IWDG counter with value defined in the reload register. | |
__STATIC_INLINE void | LL_IWDG_EnableWriteAccess (IWDG_TypeDef *IWDGx) |
Enable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers. | |
__STATIC_INLINE void | LL_IWDG_DisableWriteAccess (IWDG_TypeDef *IWDGx) |
Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers. | |
__STATIC_INLINE void | LL_IWDG_SetPrescaler (IWDG_TypeDef *IWDGx, uint32_t Prescaler) |
Select the prescaler of the IWDG. | |
__STATIC_INLINE uint32_t | LL_IWDG_GetPrescaler (IWDG_TypeDef *IWDGx) |
Get the selected prescaler of the IWDG. | |
__STATIC_INLINE void | LL_IWDG_SetReloadCounter (IWDG_TypeDef *IWDGx, uint32_t Counter) |
Specify the IWDG down-counter reload value. | |
__STATIC_INLINE uint32_t | LL_IWDG_GetReloadCounter (IWDG_TypeDef *IWDGx) |
Get the specified IWDG down-counter reload value. |
__STATIC_INLINE void LL_IWDG_DisableWriteAccess | ( | IWDG_TypeDef * | IWDGx | ) |
Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers.
IWDGx | IWDG Instance |
None |
Definition at line 174 of file stm32f1xx_ll_iwdg.h.
References LL_IWDG_KEY_WR_ACCESS_DISABLE.
__STATIC_INLINE void LL_IWDG_Enable | ( | IWDG_TypeDef * | IWDGx | ) |
Start the Independent Watchdog.
IWDGx | IWDG Instance |
None |
Definition at line 141 of file stm32f1xx_ll_iwdg.h.
References LL_IWDG_KEY_ENABLE.
__STATIC_INLINE void LL_IWDG_EnableWriteAccess | ( | IWDG_TypeDef * | IWDGx | ) |
Enable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers.
IWDGx | IWDG Instance |
None |
Definition at line 163 of file stm32f1xx_ll_iwdg.h.
References LL_IWDG_KEY_WR_ACCESS_ENABLE.
__STATIC_INLINE uint32_t LL_IWDG_GetPrescaler | ( | IWDG_TypeDef * | IWDGx | ) |
Get the selected prescaler of the IWDG.
IWDGx | IWDG Instance |
Returned | value can be one of the following values: |
Definition at line 211 of file stm32f1xx_ll_iwdg.h.
__STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter | ( | IWDG_TypeDef * | IWDGx | ) |
Get the specified IWDG down-counter reload value.
IWDGx | IWDG Instance |
Value | between Min_Data=0 and Max_Data=0x0FFF |
Definition at line 234 of file stm32f1xx_ll_iwdg.h.
__STATIC_INLINE void LL_IWDG_ReloadCounter | ( | IWDG_TypeDef * | IWDGx | ) |
Reloads IWDG counter with value defined in the reload register.
IWDGx | IWDG Instance |
None |
Definition at line 152 of file stm32f1xx_ll_iwdg.h.
References LL_IWDG_KEY_RELOAD.
__STATIC_INLINE void LL_IWDG_SetPrescaler | ( | IWDG_TypeDef * | IWDGx, |
uint32_t | Prescaler | ||
) |
Select the prescaler of the IWDG.
IWDGx | IWDG Instance |
Prescaler | This parameter can be one of the following values: |
None |
Definition at line 193 of file stm32f1xx_ll_iwdg.h.
__STATIC_INLINE void LL_IWDG_SetReloadCounter | ( | IWDG_TypeDef * | IWDGx, |
uint32_t | Counter | ||
) |
Specify the IWDG down-counter reload value.
IWDGx | IWDG Instance |
Counter | Value between Min_Data=0 and Max_Data=0x0FFF |
None |
Definition at line 223 of file stm32f1xx_ll_iwdg.h.