MG32F10x Standard Peripherals Firmware Library
|
This file contains all the functions prototypes for the BKP firmware library. More...
#include "mg32f10x.h"
Go to the source code of this file.
Functions | |
void | BKP_DeInit (void) |
Deinitializes the BKP peripheral registers to their default reset values. More... | |
void | BKP_TamperPinLevelConfig (uint16_t BKP_TamperPinLevel) |
Configures the Tamper Pin active level. More... | |
void | BKP_TamperPinCmd (FunctionalState NewState) |
Enables or disables the Tamper Pin activation. More... | |
void | BKP_ITConfig (FunctionalState NewState) |
Enables or disables the Tamper Pin Interrupt. More... | |
void | BKP_RTCOutputConfig (uint16_t BKP_RTCOutputSource) |
Select the RTC output source to output on the Tamper pin. More... | |
void | BKP_SetRTCCalibrationValue (uint8_t CalibrationValue) |
Sets RTC Clock Calibration value. More... | |
void | BKP_WriteBackupRegister (uint32_t BKP_DR, uint32_t Data) |
Writes user data to the specified Data Backup Register. More... | |
uint32_t | BKP_ReadBackupRegister (uint32_t BKP_DR) |
Reads data from the specified Data Backup Register. More... | |
FlagStatus | BKP_GetFlagStatus (void) |
Checks whether the Tamper Pin Event flag is set or not. More... | |
void | BKP_ClearFlag (void) |
Clears Tamper Pin Event pending flag. More... | |
ITStatus | BKP_GetITStatus (void) |
Checks whether the Tamper Pin Interrupt has occurred or not. More... | |
void | BKP_ClearITPendingBit (void) |
Clears Tamper Pin Interrupt pending bit. More... | |
void | BKP_RTCCLKConfig (uint32_t BKP_RTCCLKSource) |
Configures the RTC clock (RTCCLK). More... | |
void | BKP_RTCCLKCmd (FunctionalState NewState) |
Enables or disables the RTC clock. More... | |
void | BKP_LSEConfig (uint32_t BKP_LSE) |
Configures the External Low Speed oscillator (LSE). More... | |
FlagStatus | BKP_GetLSEReadyFlagStatus (void) |
Checks whether the LSE Ready flag is set or not. More... | |
This file contains all the functions prototypes for the BKP firmware library.