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

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
rotate_left( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
rotate_right( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
242
rotate_left (address, bytes)
address is a pointer to memory, bytes is a count of the number of bytes to work
with.
undefined
Rotates a bit through an array or structure. The address may be an array identifier
or an address to a byte or structure (such as &data). Bit 0 of the lowest BYTE in
RAM is considered the LSB.
All devices
Nothing
x = 0x86;
rotate_left( &x, 1);
// x is now 0x0d
None
rotate_right(), shift_left(),
rotate_right (address, bytes)
address is a pointer to memory, bytes is a count of the number of bytes to work
with.
undefined
Rotates a bit through an array or structure. The address may be an array
identifier or an address to a byte or structure (such as &data). Bit 0 of the lowest
BYTE in RAM is considered the LSB.
All devices
Nothing
shift_right()

Related parts for PCDIDE COMPILER