SW006013 Microchip Technology, SW006013 Datasheet - Page 141

MPLAB C Compiler For DsPIC DSCs

SW006013

Manufacturer Part Number
SW006013
Description
MPLAB C Compiler For DsPIC DSCs
Manufacturer
Microchip Technology
Series
DsPIC30F/33Fr
Type
MPLAB® C Compilerr
Datasheet

Specifications of SW006013

Supported Families
DsPIC30F, DsPIC33F
Core Architecture
DsPIC
Kit Contents
Software And Docs
Mcu Supported Families
DsPIC30F And DsPIC33F
Tool Function
Compiler
Tool Type
Compiler
Processor Series
dsPIC
Lead Free Status / RoHS Status
na
For Use With/related Products
dSPIC DSCs
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 SW006013