PCD COMMAND LINE COMPILER Custom Computer Services Inc (CCS), PCD COMMAND LINE COMPILER Datasheet - Page 259

PCD C-COMPILER PIC24, DSPIC

PCD COMMAND LINE COMPILER

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

Specifications of PCD COMMAND LINE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1007
rtc_write( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
rtos_await( )
The RTOS is only included in the PCW, PCWH and PCWHD software packages.
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Also See:
rtos_await (expre)
expre is a logical expression.
None
This function can only be used in an RTOS task. This function waits for expre to be
true before continuing execution of the rest of the code of the RTOS task. This
function allows other tasks to execute while the task waits for expre to be true.
All devices
#USE RTOS
rtos_await(kbhit());
None
rtc_write(&datetime);
datetime- A structure that will contain the values to be written to 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 RTCC module as specified in the structure time_t.
Devices that have the RTCC module.
Nothing.
rtc_write(&datetime);
ex_rtcc.c
rtc_read()
setup_rtc()
,
rtc_alarm_read()
,
rtc_alarm_write()
,
setup_rtc_alarm()
, rtc_write(),
245

Related parts for PCD COMMAND LINE COMPILER