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