MG32L003 Standard Peripherals Firmware Library
Functions
BEEP_Private_Functions

Functions

void BEEP_DeInit (BEEP_TypeDef *BEEPx)
 Deinitializes the BEEP peripheral registers to their default reset values. More...
 
void BEEP_Init (BEEP_TypeDef *BEEPx, BEEP_InitTypeDef *BEEP_InitStruct)
 Initializes the BEEP peripheral according to the specified parameters in the BEEP_InitStruct. More...
 
void BEEP_Cmd (BEEP_TypeDef *BEEPx, FunctionalState NewState)
 Enables or disables BEEP peripheral. More...
 

Detailed Description

Function Documentation

◆ BEEP_Cmd()

void BEEP_Cmd ( BEEP_TypeDef BEEPx,
FunctionalState  NewState 
)

Enables or disables BEEP peripheral.

Parameters
BEEPxPointer to selected BEEP peripheral. This parameter can be one of the following values: BEEP.
NewStateThe new state of the BEEP peripheral. This parameter can be: ENABLE or DISABLE.
Return values
None

◆ BEEP_DeInit()

void BEEP_DeInit ( BEEP_TypeDef BEEPx)

Deinitializes the BEEP peripheral registers to their default reset values.

Parameters
BEEPxPointer to selected BEEP peripheral. This parameter can be one of the following values: BEEP.
Return values
None

◆ BEEP_Init()

void BEEP_Init ( BEEP_TypeDef BEEPx,
BEEP_InitTypeDef BEEP_InitStruct 
)

Initializes the BEEP peripheral according to the specified parameters in the BEEP_InitStruct.

Parameters
BEEPxPointer to selected BEEP peripheral. This parameter can be one of the following values: BEEP.
BEEP_InitStructPointer to BEEP initialization struct
Return values
None