#include <stddef.h>
Go to the source code of this file.
Classes | |
| struct | sub_cfg_t |
| struct | sub_string_descr_t |
| struct | sub_vpd_t |
Defines | |
| #define | DE_DDR DDRA |
| #define | DE_PIN PORTA7 |
| #define | DE_PORT PORTA |
| #define | DIR PORTA4 |
| #define | DIR_DDR DDRA |
| #define | DIR_PORT PORTA |
| #define | GPIO_DDR0 DDRC |
| #define | GPIO_DDR1 DDRD |
| #define | GPIO_DDR2 DDRF |
| #define | GPIO_DDR3 DDRE |
| #define | GPIO_PIN0 PINC |
| #define | GPIO_PIN1 PIND |
| #define | GPIO_PIN2 PINF |
| #define | GPIO_PIN3 PINE |
| #define | GPIO_PORT0 PORTC |
| #define | GPIO_PORT1 PORTD |
| #define | GPIO_PORT2 PORTF |
| #define | GPIO_PORT3 PORTE |
| #define | GPIOB_DDR0 DDRB |
| #define | GPIOB_PIN0 PINB |
| #define | GPIOB_PORT0 PORTC |
| #define | IS_LED_ON(LEDN) (!(LED_PORT & _BV(LEDN))) |
| #define | LCD_D4_DDR DDRC |
| #define | LCD_D4_PIN PORTC3 |
| #define | LCD_D4_PORT PORTC |
| #define | LCD_D5_DDR DDRC |
| #define | LCD_D5_PIN PORTC2 |
| #define | LCD_D5_PORT PORTC |
| #define | LCD_D6_DDR DDRC |
| #define | LCD_D6_PIN PORTC1 |
| #define | LCD_D6_PORT PORTC |
| #define | LCD_D7_DDR DDRC |
| #define | LCD_D7_PIN PORTC0 |
| #define | LCD_D7_PORT PORTC |
| #define | LCD_DATA_DDR DDRC |
| #define | LCD_DATA_PORT PORTC |
| #define | LCD_E_DDR DDRC |
| #define | LCD_E_PIN PORTC6 |
| #define | LCD_E_PORT PORTC |
| #define | LCD_PORT 0 |
| #define | LCD_RS_DDR DDRC |
| #define | LCD_RS_PIN PORTC7 |
| #define | LCD_RS_PORT PORTC |
| #define | LCD_WDTH 4 |
| #define | LED_DDR DDRA |
| #define | LED_OFF(LEDN) LED_PORT |= _BV( LEDN ) |
| #define | LED_ON(LEDN) LED_PORT &=~_BV( LEDN ) |
| #define | LED_PORT PORTA |
| #define | LED_TGL(LEDN) LED_PORT ^= _BV(LEDN) |
| #define | MAX_STR_DESCR 4 |
| #define | MDC0_PIN PORTD6 |
| #define | MDC1_PIN PORTB2 |
| #define | MDIO0_DDR DDRD |
| #define | MDIO0_PIN PORTD7 |
| #define | MDIO0_PINS PIND |
| #define | MDIO0_PORT PORTD |
| #define | MDIO1_DDR DDRB |
| #define | MDIO1_PIN PORTB1 |
| #define | MDIO1_PINS PINB |
| #define | MDIO1_PORT PORTB |
| #define | RE_DDR DDRA |
| #define | RE_PIN PORTA6 |
| #define | RE_PORT PORTA |
| #define | RLED PORTA0 |
| #define | SW1 PINA2 |
| #define | SW2 PINA3 |
| #define | SW_PIN PINA |
| #define | SW_PORT PORTA |
| #define | YLED PORTA1 |