Synopsis
#include <ina90.h>
unsigned char _CLI(void);
Description

_CLI disables global interrupts by clearing the I bit in the status register and returns the value of the status register before the I bit is cleared.

Portability

_CLI can be used on any AVR device.

See Also

_SEI