MG32L003 Standard Peripherals Firmware Library
|
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... | |
void BEEP_Cmd | ( | BEEP_TypeDef * | BEEPx, |
FunctionalState | NewState | ||
) |
Enables or disables BEEP peripheral.
BEEPx | Pointer to selected BEEP peripheral. This parameter can be one of the following values: BEEP. |
NewState | The new state of the BEEP peripheral. This parameter can be: ENABLE or DISABLE. |
None |
void BEEP_DeInit | ( | BEEP_TypeDef * | BEEPx | ) |
Deinitializes the BEEP peripheral registers to their default reset values.
BEEPx | Pointer to selected BEEP peripheral. This parameter can be one of the following values: BEEP. |
None |
void BEEP_Init | ( | BEEP_TypeDef * | BEEPx, |
BEEP_InitTypeDef * | BEEP_InitStruct | ||
) |
Initializes the BEEP peripheral according to the specified parameters in the BEEP_InitStruct.
BEEPx | Pointer to selected BEEP peripheral. This parameter can be one of the following values: BEEP. |
BEEP_InitStruct | Pointer to BEEP initialization struct |
None |