MG32L003 Standard Peripherals Firmware Library
|
Functions | |
void | LVD_DeInit (void) |
Deinitializes the LVD peripheral registers to their default reset values. More... | |
void | LVD_DIGFLT_Cmd (FunctionalState NewState) |
Enables or disables the LVD digital filter. More... | |
void | LVD_Init (LVD_InitTypeDef *InitStruct) |
Initializes the LVD Unit according to the specified parameters in the LVD_InitTypeDef. More... | |
void | LVD_Cmd (FunctionalState NewState) |
Enables or disables the LVD peripheral. More... | |
void | LVD_ITCmd (FunctionalState NewState) |
Enables or disables LVD interrupt. More... | |
FlagStatus | LVD_GetFlagStatus (void) |
Checks whether LVD interrupt flag is set or not. More... | |
ITStatus | LVD_GetITStatus (void) |
Checks whether LVD interrupt is set or not. More... | |
void | LVD_ClearITPendingBit (void) |
Clears the LVD interrupt bit. More... | |
void | LVD_ClearFlag (void) |
Clears the LVD flag. More... | |
void LVD_ClearFlag | ( | void | ) |
Clears the LVD flag.
None |
None |
void LVD_ClearITPendingBit | ( | void | ) |
Clears the LVD interrupt bit.
None |
None |
void LVD_Cmd | ( | FunctionalState | NewState | ) |
Enables or disables the LVD peripheral.
NewState | The new state of the LVD peripheral. This parameter can be: ENABLE or DISABLE. |
None |
void LVD_DeInit | ( | void | ) |
Deinitializes the LVD peripheral registers to their default reset values.
None |
None |
void LVD_DIGFLT_Cmd | ( | FunctionalState | NewState | ) |
Enables or disables the LVD digital filter.
NewState | The new state of the LVD digital filter. This parameter can be: ENABLE or DISABLE. |
None |
FlagStatus LVD_GetFlagStatus | ( | void | ) |
Checks whether LVD interrupt flag is set or not.
None |
The | new state of LVD interrupt flag (SET or RESET). |
ITStatus LVD_GetITStatus | ( | void | ) |
Checks whether LVD interrupt is set or not.
None |
The | new state of LVD interrupt (SET or RESET). |
void LVD_Init | ( | LVD_InitTypeDef * | InitStruct | ) |
Initializes the LVD Unit according to the specified parameters in the LVD_InitTypeDef.
InitStruct | Pointer to LVD initialization structure that contains the configuration information for the specified LVD module. |
None |
void LVD_ITCmd | ( | FunctionalState | NewState | ) |
Enables or disables LVD interrupt.
NewState | The new state of LVD interrupt. This parameter can be: ENABLE or DISABLE. |
None |