28.2.63 __builtin_ior_FCR

Architecture

dsPIC33A

Description

Set bits in floating point control (FCR ) register; see device data sheet to learn more about the FCR register.

Prototype

void __builtin_ior_FCR(uint32_t value);

Argument

value - literal argument representing a mask of bits to set

Return Value

None

Machine Instruction

ior

Error Messages

An error message will be emitted if the argument is not literal or is out of range.