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

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
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 PCWHD IDE COMPILER