RTEMS
Functions | Variables
coretod.c File Reference

Initializes the Time of Day Handler. More...

#include <rtems/score/todimpl.h>
#include <rtems/score/apimutex.h>

Go to the source code of this file.

Functions

void _TOD_Lock (void)
 Locks the time of day mutex.
 
void _TOD_Unlock (void)
 Unlocks the time of day mutex.
 

Variables

TOD_Control _TOD
 TOD Management information.
 
static API_Mutex_Control _TOD_Mutex = API_MUTEX_INITIALIZER( "_TOD" )
 

Detailed Description

Initializes the Time of Day Handler.

Definition in file coretod.c.