RTEMS  5.1
Functions | Variables
clocktodvalidate.c File Reference

TOD Validate. More...

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

Functions

bool _TOD_Validate (const rtems_time_of_day *the_tod)
 TOD Validate. More...
 

Variables

const uint32_t _TOD_Days_per_month [2][13]
 

Detailed Description

TOD Validate.

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 }
}