HAL
LL_IWDG_GetReloadCounter()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_IWDG_GetReloadCounter()
LL_IWDG_GetReloadCounter() function
Get the specified IWDG down-counter reload value
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_iwdg.h:233
__STATIC_INLINE
uint32_t
LL_IWDG_GetReloadCounter
(
IWDG_TypeDef
*
IWDGx
)
;
Arguments
Argument
Description
IWDGx
IWDG Instance
Return value
Value between Min_Data=0 and Max_Data=0x0FFF
Related Functions
Found 10 other functions taking a
IWDG_TypeDef
argument:
Function
Description
LL_IWDG_ReloadCounter()
Reloads IWDG counter with value defined in the reload register
LL_IWDG_IsReady()
Check if flags Prescaler & Reload Value Update are reset or not SR RVU LL_IWDG_IsReady
LL_IWDG_Enable()
Start the Independent Watchdog
LL_IWDG_EnableWriteAccess()
Enable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers
LL_IWDG_SetPrescaler()
Select the prescaler of the IWDG
LL_IWDG_SetReloadCounter()
Specify the IWDG down-counter reload value
LL_IWDG_IsActiveFlag_RVU()
Check if flag Reload Value Update is set or not
LL_IWDG_DisableWriteAccess()
Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR registers
LL_IWDG_GetPrescaler()
Get the selected prescaler of the IWDG
LL_IWDG_IsActiveFlag_PVU()
Check if flag Prescaler Value Update is set or not
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out