RTC_Time_display() is only used within RTC_TimeStamp.
 
Symbols
loading...
Files
loading...

RTC_Time_display() function

Displays the current Time on the LCD.

Syntax

static void RTC_Time_display(uint8_t Line,     uint32_t Color_x,     Table_TypeDef table);
Implemented in main.c:385

Arguments

Line

the Line where to display the Current time . This parameter can be one of the following values: @arg Linex: where x can be 0..9

Color_x

specifies the Background Color.

table

the Current time and sub second.

Return value

None

References

LocationReferrerText
main.c:385
static void RTC_Time_display(uint8_t Line, uint32_t Color_x, Table_TypeDef table )
main.c:56
static void RTC_Time_display(uint8_t Line, uint32_t Color_x, Table_TypeDef table);
main.c:302HAL_RTCEx_TimeStampEventCallback()
RTC_Time_display(9, LCD_COLOR_BLACK , RTC_Get_Time(&sTimeStampget));
main.c:334RTC_CalendarShow()
RTC_Time_display(7, LCD_COLOR_BLACK , RTC_Get_Time(&stimestructureget));

Call Tree

Functions calling RTC_Time_display()
Functions called by RTC_Time_display()
RTC_Time_display()
Data read by RTC_Time_display()
Data written by RTC_Time_display()
RTC_Time_display()
RTC_Time_display()::i
all items filtered out
Type of RTC_Time_display()
RTC_Time_display()
uint8_t
all items filtered out