Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers target_handling.h Source File

target_handling.h

00001 
00002 #include    "target_table.h"
00003 
00004 
00005 #define     ENTER_TO_ISP_MODE   0
00006 #define     NO_ISP_MODE         1
00007 
00008 #define     SECTOR_SIZE_VALIABLE4Kx16_AND_32KxN     1
00009 #define     SECTOR_SIZE_VALIABLE4Kx24_AND_32KxN     2
00010 
00011 target_param    *open_target( int baud_date );
00012 void            reset_target( int isp_pin_state );
00013