28.2.77 __builtin_write_DISICNT

Description

Safely writes a value to the DISICNT SFR.

Interrupts may need to be disabled for proper operation.

This builtin function can be used as a part of a complex sequence discussed in your device data sheet or Family Reference Manual (FRM). See these documents for more information.

Prototype

void __builtin_write_DISICNT(DISI_save);

Argument

DISI_save - Specified value to save to DISICNT register

Return Value

None

Example Instruction sequence

 mov w0, _DISICNT
 mov w0, _WREG0

Error Messages

None