Disable write access to IWDG_PR, IWDG_RLR and IWDG_WINR
registers.
Reference Manual to
LL API cross
reference:
KR KEY LL_IWDG_DisableWriteAccess
LL_IWDG_SetPrescaler
__STATIC_INLINE void LL_IWDG_SetPrescaler
(IWDG_TypeDef * IWDGx, uint32_t Prescaler)
Select the prescaler of the IWDG.
IWDGx: IWDG Instance
Prescaler: This parameter can be one of the following
values:
LL_IWDG_PRESCALER_4
LL_IWDG_PRESCALER_8
LL_IWDG_PRESCALER_16
LL_IWDG_PRESCALER_32
LL_IWDG_PRESCALER_64
LL_IWDG_PRESCALER_128
LL_IWDG_PRESCALER_256
Reference Manual to
LL API cross
reference:
PR PR LL_IWDG_SetPrescaler
LL_IWDG_GetPrescaler
__STATIC_INLINE uint32_t LL_IWDG_GetPrescaler
(IWDG_TypeDef * IWDGx)
Get the selected prescaler of the IWDG.
Returned: value can be one of the following values:
LL_IWDG_PRESCALER_4
LL_IWDG_PRESCALER_8
LL_IWDG_PRESCALER_16
LL_IWDG_PRESCALER_32
LL_IWDG_PRESCALER_64
LL_IWDG_PRESCALER_128
LL_IWDG_PRESCALER_256
Reference Manual to
LL API cross
reference:
PR PR LL_IWDG_GetPrescaler