|
WB32L003 Standard Peripherals Firmware Library
|
AWK driver modules 更多...
模块 | |
| AWK_Exported_Constants | |
| AWK_Private_Functions | |
结构体 | |
| struct | AWK_InitTypeDef |
| AWK Init structure definition 更多... | |
函数 | |
| void | AWK_DeInit (void) |
| Deinitializes the AWK peripheral registers to their default reset values. 更多... | |
| void | AWK_Init (AWK_InitTypeDef *AWK_InitStruct) |
| Initializes the AWK peripheral according to the specified parameters in the AWK_InitStruct. 更多... | |
| void | AWK_StructInit (AWK_InitTypeDef *AWK_InitStruct) |
| void | AWK_Cmd (FunctionalState NewState) |
| Enables or disables the AWK peripheral. 更多... | |
| FlagStatus | AWK_GetFlagStatus (void) |
| Checks whether the specified AWK flag is set or not. 更多... | |
| void | AWK_ClearFlag (void) |
| Clears the AWK pending flag. 更多... | |
AWK driver modules
| 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 |