MG32L003 Standard Peripherals Firmware Library
|
Functions | |
void | IWDG_Init (uint32_t IWDG_Config, FunctionalState NewState) |
Initialize the IWDG according to the specified IWDG_Config. More... | |
void | IWDG_SetReload (uint32_t Reload) |
Sets IWDG Reload value. More... | |
void | IWDG_ReloadCounter (void) |
Reloads IWDG counter with value defined in the reload register. More... | |
void | IWDG_Start (void) |
IWDG starts running. More... | |
FlagStatus | IWDG_GetITStatus (uint32_t IWDG_IT) |
Checks whether the specified IWDG interrupt flag is set or not. More... | |
void | IWDG_ClearITPendingBit (uint32_t IWDG_IT) |
Clears the IWDG's interrupt pending bits. More... | |
void IWDG_ClearITPendingBit | ( | uint32_t | IWDG_IT | ) |
Clears the IWDG's interrupt pending bits.
IWDG_IT | specifies the interrupt pending bit to clear. This parameter can be a combination of the following values:
|
None. |
FlagStatus IWDG_GetITStatus | ( | uint32_t | IWDG_IT | ) |
Checks whether the specified IWDG interrupt flag is set or not.
IWDG_IT | specifies the interrupt flag to check. This parameter can be one of the following values:
|
The | new state of IWDG_IT (SET or RESET). |
void IWDG_Init | ( | uint32_t | IWDG_Config, |
FunctionalState | NewState | ||
) |
Initialize the IWDG according to the specified IWDG_Config.
IWDG_Config | Specify configuration parameters for the IWDG. This parameter can be any combination of the following values:
|
NewState | new state of the IWDG peripheral. This parameter can be: ENABLE or DISABLE. |
None |
void IWDG_ReloadCounter | ( | void | ) |
Reloads IWDG counter with value defined in the reload register.
None |
None |
void IWDG_SetReload | ( | uint32_t | Reload | ) |
Sets IWDG Reload value.
Reload | specifies the IWDG Reload value. This parameter must be a number between 0 and 0xFFFFF. |
None |
void IWDG_Start | ( | void | ) |
IWDG starts running.
None |
None |