PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 258

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
rtc_alarm_write( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
rtc_read( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
244
rtc_read(&datetime);
datetime- A structure that will contain the values returned by the RTCC module.
Structure used in read and write functions are defined in the device header file.
void
Reads the current value of Time and Date from the RTCC module and stores it in a
structure time_t.
Devices that have the RTCC module.
Nothing.
rtc_read(&datetime);
ex_rtcc.c
rtc_read(), rtc_alarm_read(), rtc_alarm_write(), setup_rtc_alarm(), rtc_write(),
setup_rtc()
rtc_alarm_write(&datetime);
datetime- A structure that will contain the values to be written to the alarm in the
RTCC module.
Structure used in read and write functions are defined in the device header file.
void
Writes the date and time to the alarm in the RTCC module as specified in the
structure time_t.
Devices that have the RTCC module.
Nothing.
rtc_alarm_write(&datetime);
None
rtc_read(), rtc_alarm_read(), rtc_alarm_write(), setup_rtc_alarm(), rtc_write(),
setup_rtc()

Related parts for PCDIDE COMPILER