|
STM32L4xx_HAL_Driver
1.14.0
|
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 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 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 KR KEY LL_IWDG_DisableWriteAccess. More... | |
| __STATIC_INLINE void | LL_IWDG_SetPrescaler (IWDG_TypeDef *IWDGx, uint32_t Prescaler) |
| Select the prescaler of the IWDG PR PR LL_IWDG_SetPrescaler. More... | |
| __STATIC_INLINE uint32_t | LL_IWDG_GetPrescaler (IWDG_TypeDef *IWDGx) |
| Get the selected prescaler of the IWDG 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 RLR RL LL_IWDG_SetReloadCounter. More... | |
| __STATIC_INLINE uint32_t | LL_IWDG_GetReloadCounter (IWDG_TypeDef *IWDGx) |
| Get the specified IWDG down-counter reload value RLR RL LL_IWDG_GetReloadCounter. More... | |
| __STATIC_INLINE void | LL_IWDG_SetWindow (IWDG_TypeDef *IWDGx, uint32_t Window) |
| Specify high limit of the window value to be compared to the down-counter. WINR WIN LL_IWDG_SetWindow. More... | |
| __STATIC_INLINE uint32_t | LL_IWDG_GetWindow (IWDG_TypeDef *IWDGx) |
| Get the high limit of the window value specified. WINR WIN LL_IWDG_GetWindow. More... | |
| __STATIC_INLINE void LL_IWDG_DisableWriteAccess | ( | IWDG_TypeDef * | IWDGx | ) |
Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers KR KEY LL_IWDG_DisableWriteAccess.
| IWDGx | IWDG Instance |
| None |
Definition at line 175 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE void LL_IWDG_Enable | ( | IWDG_TypeDef * | IWDGx | ) |
Start the Independent Watchdog.
| IWDGx | IWDG Instance |
| None |
Definition at line 142 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE void LL_IWDG_EnableWriteAccess | ( | IWDG_TypeDef * | IWDGx | ) |
Enable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers KR KEY LL_IWDG_EnableWriteAccess.
| IWDGx | IWDG Instance |
| None |
Definition at line 164 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE uint32_t LL_IWDG_GetPrescaler | ( | IWDG_TypeDef * | IWDGx | ) |
Get the selected prescaler of the IWDG PR PR LL_IWDG_GetPrescaler.
| IWDGx | IWDG Instance |
| Returned | value can be one of the following values:
|
Definition at line 212 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter | ( | IWDG_TypeDef * | IWDGx | ) |
Get the specified IWDG down-counter reload value RLR RL LL_IWDG_GetReloadCounter.
| IWDGx | IWDG Instance |
| Value | between Min_Data=0 and Max_Data=0x0FFF |
Definition at line 235 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE uint32_t LL_IWDG_GetWindow | ( | IWDG_TypeDef * | IWDGx | ) |
Get the high limit of the window value specified. WINR WIN LL_IWDG_GetWindow.
| IWDGx | IWDG Instance |
| Value | between Min_Data=0 and Max_Data=0x0FFF |
Definition at line 258 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE void LL_IWDG_ReloadCounter | ( | IWDG_TypeDef * | IWDGx | ) |
Reloads IWDG counter with value defined in the reload register KR KEY LL_IWDG_ReloadCounter.
| IWDGx | IWDG Instance |
| None |
Definition at line 153 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE void LL_IWDG_SetPrescaler | ( | IWDG_TypeDef * | IWDGx, |
| uint32_t | Prescaler | ||
| ) |
Select the prescaler of the IWDG PR PR LL_IWDG_SetPrescaler.
| IWDGx | IWDG Instance |
| Prescaler | This parameter can be one of the following values:
|
| None |
Definition at line 194 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE void LL_IWDG_SetReloadCounter | ( | IWDG_TypeDef * | IWDGx, |
| uint32_t | Counter | ||
| ) |
Specify the IWDG down-counter reload value RLR RL LL_IWDG_SetReloadCounter.
| IWDGx | IWDG Instance |
| Counter | Value between Min_Data=0 and Max_Data=0x0FFF |
| None |
Definition at line 224 of file stm32l4xx_ll_iwdg.h.
| __STATIC_INLINE void LL_IWDG_SetWindow | ( | IWDG_TypeDef * | IWDGx, |
| uint32_t | Window | ||
| ) |
Specify high limit of the window value to be compared to the down-counter. WINR WIN LL_IWDG_SetWindow.
| IWDGx | IWDG Instance |
| Window | Value between Min_Data=0 and Max_Data=0x0FFF |
| None |
Definition at line 247 of file stm32l4xx_ll_iwdg.h.