k_BkupSaveParameter() is only used within STemWin.
 
Symbols
loading...
Files
loading...

k_BkupSaveParameter() function

Backup save parameter

Syntax

void k_BkupSaveParameter(uint32_t address,     uint32_t data);
Implemented in k_rtc.c:125

Arguments

address

RTC Backup data Register number. This parameter can be: RTC_BKP_DRx where x can be from 0 to 19 to specify the register.

data

Return value

None

References

LocationReferrerText
k_rtc.c:125
void k_BkupSaveParameter(uint32_t address, uint32_t data)
k_rtc.h:35
void k_BkupSaveParameter(uint32_t address, uint32_t data);
k_calibration.c:129Touchscreen_Calibration()
k_BkupSaveParameter(RTC_BKP_DR0, data1.d32);
k_calibration.c:134Touchscreen_Calibration()
k_BkupSaveParameter(RTC_BKP_DR1, data2.d32);

Call Tree

Functions calling k_BkupSaveParameter()
Functions called by k_BkupSaveParameter()
all items filtered out
k_BkupSaveParameter()
all items filtered out
Data read by k_BkupSaveParameter()
k_BkupSaveParameter()