6.37.2 Status Register (SREG) and Boolean Formula
| I | T | H | S | V | N | Z | C |
| 0 | – | – | – | – | – | – | – |
- I
-
0
Global Interrupt Enable bit cleared.
Example:
in temp, SREG ; Store SREG value (temp must be defined by user)
cli ; Disable interrupts during timed sequence
sbi EECR, EEMWE ; Start EEPROM write
sbi EECR, EEWE
out SREG, temp ; Restore SREG value (I-flag)
- Words
- 1 (2 bytes)
| Name | Cycles |
|---|---|
| AVRe | 1 |
| AVRxm | 1 |
| AVRxt | 1 |
| AVRrc | 1 |
