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 GPIOR0 | ||||||||||||||||||
| Definition for GPIOR0. | |||||||||||||||||||
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 GPIOR1 | ||||
| Definition for GPIOR1. | |||||
| #define avr8_state_irq_count GPIOR1 |
Definition for GPIOR1.
Definition at line 100 of file states_internal.h.
| #define AVR8_STATE_IRQ_USE_SRAM 1 |
IRQ state using GPIOR registers.
Definition at line 78 of file states_internal.h.
| #define avr8_state_uart GPIOR0 |
Definition for GPIOR0.
Definition at line 67 of file states_internal.h.
| #define AVR8_STATE_UART_USE_SRAM 1 |
UART state using SRAM.
Definition at line 32 of file states_internal.h.