RTEMS
Functions | Variables
clocktodvalidate.c File Reference

TOD Validate. More...

#include <rtems/rtems/clock.h>
#include <rtems/score/todimpl.h>
#include <rtems/config.h>

Go to the source code of this file.

Functions

bool _TOD_Validate (const rtems_time_of_day *the_tod)
 % More...
 

Variables

const uint32_t _TOD_Days_per_month [2][13]
 

Detailed Description

TOD Validate.

Definition in file clocktodvalidate.c.

Function Documentation

◆ _TOD_Validate()

bool _TOD_Validate ( const rtems_time_of_day the_tod)

%

Parameters
the_tod%

Definition at line 36 of file clocktodvalidate.c.

Variable Documentation

◆ _TOD_Days_per_month

const uint32_t _TOD_Days_per_month[2][13]
Initial value:
= {
{ 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 },
{ 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
}

Definition at line 31 of file clocktodvalidate.c.