STM32F4xx_HAL_Driver
1.8.3
|
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 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.
IWDGx | IWDG Instance |
None |
Definition at line 173 of file stm32f4xx_ll_iwdg.h.
__STATIC_INLINE void LL_IWDG_Enable | ( | IWDG_TypeDef * | IWDGx | ) |
Start the Independent Watchdog.
IWDGx | IWDG Instance |
None |
Definition at line 140 of file stm32f4xx_ll_iwdg.h.
__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.
IWDGx | IWDG Instance |
None |
Definition at line 162 of file stm32f4xx_ll_iwdg.h.
__STATIC_INLINE uint32_t LL_IWDG_GetPrescaler | ( | IWDG_TypeDef * | IWDGx | ) |
Get the selected prescaler of the IWDG @rmtoll PR PR LL_IWDG_GetPrescaler.
IWDGx | IWDG Instance |
Returned | value can be one of the following values:
|
Definition at line 210 of file stm32f4xx_ll_iwdg.h.
__STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter | ( | IWDG_TypeDef * | IWDGx | ) |
Get the specified IWDG down-counter reload value @rmtoll RLR RL LL_IWDG_GetReloadCounter.
IWDGx | IWDG Instance |
Value | between Min_Data=0 and Max_Data=0x0FFF |
Definition at line 233 of file stm32f4xx_ll_iwdg.h.
__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.
IWDGx | IWDG Instance |
None |
Definition at line 151 of file stm32f4xx_ll_iwdg.h.
__STATIC_INLINE void LL_IWDG_SetPrescaler | ( | IWDG_TypeDef * | IWDGx, |
uint32_t | Prescaler | ||
) |
Select the prescaler of the IWDG @rmtoll PR PR LL_IWDG_SetPrescaler.
IWDGx | IWDG Instance |
Prescaler | This parameter can be one of the following values:
|
None |
Definition at line 192 of file stm32f4xx_ll_iwdg.h.
__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.
IWDGx | IWDG Instance |
Counter | Value between Min_Data=0 and Max_Data=0x0FFF |
None |
Definition at line 222 of file stm32f4xx_ll_iwdg.h.