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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
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 PCWHD IDE COMPILER