28.2.7 __builtin_and_RCR
Architecture
dsPIC33A
Description
Clear bits in the floating point control register ( FCR
); see device
data sheet to learn more abou the FCR
register.
Prototype
void __builtin_and_FCR(uint32_t value);
Argument
value
- literal argument representing a mask of bits to clear
Return Value
None
Machine Instruction
and
Error Messages
An error message will be emitted if the argument is not literal or is out of range.