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

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
setup_wdt( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
shift_left( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
284
shift_left (address, bytes, value)
address is a pointer to memory, bytes is a count of the number of bytes to work
with, value is a 0 to 1 to be shifted in.
0 or 1 for the bit shifted out
Shifts a bit into an array or structure. The address may be an array identifier or an address
to a structure (such as &data). Bit 0 of the lowest byte in RAM is treated as the LSB.
All devices
Nothing
setup_wdt (mode)
Mode is a bit-field comprised of the following constants:
void
Configures the watchdog timer.
The watchdog timer is used to monitor the software. If the software does not reset
the watchdog timer before it overflows, the device is reset, preventing the device
from hanging until a manual reset is initiated. The watchdog timer is derived from
the slow internal timer.
All devices
#FUSES, Constants are defined in the devices .h file.
setup_wdt(WDT_ON);
ex_wdt.c
Internal Oscillator Overview
• WDT_ON
• WDT_OFF

Related parts for PCDIDE COMPILER