HAL + 0/1 examples
SourceVu will show references to LL_WWDG_SetCounter() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
WWDG
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

None

Notes

When writing to the WWDG_CR register, always write 1 in the MSB b6 to avoid generating an immediate reset This counter is decremented every (4096 x 2expWDGTB) PCLK cycles A reset is produced when it rolls over from 0x40 to 0x3F (bit T6 becomes cleared) Setting the counter lower then 0x40 causes an immediate reset (if WWDG enabled)

References

from examples