States internal interface. More...
States internal interface.
Definition in file states_internal.h.
#include <avr/io.h>
 Include dependency graph for states_internal.h:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Internal flag which defines if uart state is stored on SRAM | |
| #define | AVR8_STATE_UART_USE_SRAM 1 | 
| UART state using SRAM.  | |
UART TX pending state | |||||||||||||||||||
 Contents:   7   6   5   4   3   2   1   0 
+---+---+---+---+---+---+---+---+ 
|TX7|TX6|TX5|TX4|TX3|TX2|TX1|TX0| 
+---+---+---+---+---+---+---+---+ 
  | |||||||||||||||||||
| #define | avr8_state_uart avr8_state_uart_sram | ||||||||||||||||||
| Definition for SRAM.  | |||||||||||||||||||
| uint8_t | avr8_state_uart_sram | ||||||||||||||||||
| UART state variable.  | |||||||||||||||||||
Internal flag which defines if IRQ state is stored on SRAM | |
| #define | AVR8_STATE_IRQ_USE_SRAM 1 | 
| IRQ state using GPIOR registers.  | |
Global variable containing the current state of the MCU | |||||
 Contents: 
  | |||||
| #define | avr8_state_irq_count avr8_state_irq_count_sram | ||||
| Definition for SRAM.  | |||||
| uint8_t | avr8_state_irq_count_sram | ||||
| IRQ state variable.  | |||||