SW006014 Microchip Technology, SW006014 Datasheet - Page 141

C COMPILER MPLAB FOR PIC24 MCU

SW006014

Manufacturer Part Number
SW006014
Description
C COMPILER MPLAB FOR PIC24 MCU
Manufacturer
Microchip Technology
Type
MPLAB® C Compilerr
Series
PIC24r
Datasheet

Specifications of SW006014

Supported Families
PIC24
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC24
Tool Function
Compiler
Tool Type
Compiler
Processor Series
PIC24
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
2.16
© 2008 Microchip Technology Inc.
<TIME.H> DATE AND TIME FUNCTIONS
The header file
clock_t
Description:
Include:
Prototype:
size_t
Description:
Include:
struct tm
Description:
Include:
Prototype:
Remarks:
time_t
Description:
Include:
Prototype:
CLOCKS_PER_SEC
Description:
Include:
Prototype:
Value:
Remarks:
time.h
Stores processor time values.
<time.h>
typedef long clock_t
The type of the result of the sizeof operator.
<time.h>
Structure used to hold the time and date (calendar time).
<time.h>
struct tm {
int tm_sec;/*seconds after the minute ( 0 to 61 )*/
int tm_min;/*minutes after the hour ( 0 to 59 )*/
int tm_hour;/*hours since midnight ( 0 to 23 )*/
int tm_mday;/*day of month ( 1 to 31 )*/
int tm_mon;/*month ( 0 to 11 where January = 0 )*/
int tm_year;/*years since 1900*/
int tm_wday;/*day of week ( 0 to 6 where Sunday = 0
)*/
int tm_yday;/*day of year ( 0 to 365 where January 1
= 0 )*/
int tm_isdst;/*Daylight Savings Time flag*/
}
If tm_isdst is a positive value, Daylight Savings is in effect. If it is
zero, Daylight Saving time is not in effect. If it is a negative value, the
status of Daylight Saving Time is not known.
Represents calendar time values.
<time.h>
typedef long time_t
Number of processor clocks per second.
<time.h>
#define CLOCKS_PER_SEC
1
The compiler returns clock ticks (instruction cycles) not actual time.
consists of types, macros and functions that manipulate time.
/*allows for up to two leap seconds*/
DS51456E-page 137

Related parts for SW006014