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

函数说明

◆ AWK_ClearFlag()

void AWK_ClearFlag ( void  )

Clears the AWK pending flag.

返回值
None

◆ AWK_Cmd()

void AWK_Cmd ( FunctionalState  NewState)

Enables or disables the AWK peripheral.

参数
NewStatenew state of the AWK peripheral. This parameter can be: ENABLE or DISABLE.
返回值
None

◆ AWK_DeInit()

void AWK_DeInit ( void  )

Deinitializes the AWK peripheral registers to their default reset values.

返回值
None

◆ AWK_GetFlagStatus()

FlagStatus AWK_GetFlagStatus ( void  )

Checks whether the specified AWK flag is set or not.

返回值
Thenew state of AWK_FLAG (SET or RESET).

◆ AWK_Init()

void AWK_Init ( AWK_InitTypeDef AWK_InitStruct)

Initializes the AWK peripheral according to the specified parameters in the AWK_InitStruct.

参数
AWK_InitStructpointer to an AWK_InitTypeDef structure that contains the configuration information for the AWK peripheral.
返回值
None