MG32L003 Standard Peripherals Firmware Library
Modules | Data Structures | Functions

AWK driver modules. More...

Modules

 AWK_Exported_Constants
 
 AWK_Private_Functions
 

Data Structures

struct  AWK_InitTypeDef
 AWK Init structure definition. More...
 

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_StructInit (AWK_InitTypeDef *AWK_InitStruct)
 
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...
 

Detailed Description

AWK driver modules.

Function Documentation

◆ AWK_ClearFlag()

void AWK_ClearFlag ( void  )

Clears the AWK pending flag.

Return values
None

◆ AWK_Cmd()

void AWK_Cmd ( FunctionalState  NewState)

Enables or disables the AWK peripheral.

Parameters
NewStatenew state of the AWK peripheral. This parameter can be: ENABLE or DISABLE.
Return values
None

◆ AWK_DeInit()

void AWK_DeInit ( void  )

Deinitializes the AWK peripheral registers to their default reset values.

Return values
None

◆ AWK_GetFlagStatus()

FlagStatus AWK_GetFlagStatus ( void  )

Checks whether the specified AWK flag is set or not.

Return values
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.

Parameters
AWK_InitStructpointer to an AWK_InitTypeDef structure that contains the configuration information for the AWK peripheral.
Return values
None