MG32L003 Standard Peripherals Firmware Library
|
Functions | |
void | AWK_DeInit (void) |
Deinitializes the AWK peripheral registers to their default reset values. More... | |
void | AWK_Init (AWK_InitTypeDef *AWK_InitStruct) |
Initializes the AWK peripheral according to the specified parameters in the AWK_InitStruct. More... | |
void | AWK_Cmd (FunctionalState NewState) |
Enables or disables the AWK peripheral. More... | |
FlagStatus | AWK_GetFlagStatus (void) |
Checks whether the specified AWK flag is set or not. More... | |
void | AWK_ClearFlag (void) |
Clears the AWK pending flag. More... | |
void AWK_ClearFlag | ( | void | ) |
Clears the AWK pending flag.
None |
void AWK_Cmd | ( | FunctionalState | NewState | ) |
Enables or disables the AWK peripheral.
NewState | new state of the AWK peripheral. This parameter can be: ENABLE or DISABLE. |
None |
void AWK_DeInit | ( | void | ) |
Deinitializes the AWK peripheral registers to their default reset values.
None |
FlagStatus AWK_GetFlagStatus | ( | void | ) |
Checks whether the specified AWK flag is set or not.
The | new state of AWK_FLAG (SET or RESET). |
void AWK_Init | ( | AWK_InitTypeDef * | AWK_InitStruct | ) |
Initializes the AWK peripheral according to the specified parameters in the AWK_InitStruct.
AWK_InitStruct | pointer to an AWK_InitTypeDef structure that contains the configuration information for the AWK peripheral. |
None |