HAL
LL_WWDG_GetCounter()
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_WWDG_GetCounter()
LL_WWDG_GetCounter() function
Return current Watchdog Counter Value (7 bits counter value)
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_wwdg.h:161
__STATIC_INLINE
uint32_t
LL_WWDG_GetCounter
(
WWDG_TypeDef
*
WWDGx
)
;
Arguments
Argument
Description
WWDGx
WWDG Instance
Return value
7 bit Watchdog Counter value
Related Functions
Found 11 other functions taking a
WWDG_TypeDef
argument:
Function
Description
LL_WWDG_SetCounter()
Set the Watchdog counter value to provided value (7-bits T[6:0])
LL_WWDG_Enable()
Enable Window Watchdog. The watchdog is always disabled after a reset.
LL_WWDG_SetPrescaler()
Set the time base of the prescaler (WDGTB).
LL_WWDG_SetWindow()
Set the Watchdog Window value to be compared to the downcounter (7-bits W[6:0]).
LL_WWDG_GetWindow()
Return current Watchdog Window Value (7 bits value)
LL_WWDG_IsActiveFlag_EWKUP()
Indicates if the WWDG Early Wakeup Interrupt Flag is set or not.
LL_WWDG_ClearFlag_EWKUP()
Clear WWDG Early Wakeup Interrupt Flag (EWIF)
LL_WWDG_EnableIT_EWKUP()
Enable the Early Wakeup Interrupt.
LL_WWDG_IsEnabledIT_EWKUP()
Check if Early Wakeup Interrupt is enabled
LL_WWDG_IsEnabled()
Checks if Window Watchdog is enabled
LL_WWDG_GetPrescaler()
Return current Watchdog Prescaler Value
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