Collaboration diagram for ATMEL Hardware data flash configuration:
|
Defines | |
| #define | DF_4_MB |
| #define | DF_SELECT_MEM 0 |
| #define | DF_UNSELECT_MEM 1 |
| #define | DF_NB_MEM 1 |
| #define | Init_df_stk525() (DDRB_Bit4=1,PORTB_Bit3=1,PORTB_Bit4=1,PORTB_Bit0=1) |
| #define | DF_CS_PIN PORTB_Bit4 |
| #define | DF_CS0 DF_CS_PIN |
| #define | DF_CS1 DF_CS0 |
| #define | DF_CS2 DF_CS0 |
| #define | DF_CS3 DF_CS0 |
| #define | Df_select_df(i, val) (DF_CS##i = val) |
| #define | Df_desel_all() (DF_CS0=DF_UNSELECT_MEM) |
| #define | df_init_spi() Init_df_stk525() |
| #define Init_df_stk525 | ( | ) | (DDRB_Bit4=1,PORTB_Bit3=1,PORTB_Bit4=1,PORTB_Bit0=1) |
1.5.1-p1