Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ComSpiDefine.h
00001 #ifndef COMSPIDEFF_H 00002 #define COMSPIDEFF_H 00003 00004 // faire un debug pour la com spi 00005 #define SYNC 84 //0b01010100 00006 00007 typedef enum { 00008 NOACK = 0, 00009 TXACK = 1, 00010 RXACK = 2, 00011 RXNAK = 3 00012 } ACKvalue; 00013 00014 typedef enum { 00015 NDB00 = 0, 00016 NDB01 = 1, 00017 NDB02 = 2 00018 } NDBvalue; 00019 00020 typedef enum { 00021 PFB0 = 0, 00022 PFB1 = 1, 00023 PFB2 = 2, 00024 PFB3 =3 00025 } PFBvalue; 00026 typedef enum { 00027 Request_Init_Info = 1, 00028 CONTIEN_AUTRE_MODULE = 2, 00029 SLAVE_NO_MORE_EMPTY_ADDR_MODULE = 5 00030 00031 } FLAGName; 00032 00033 #endif // COMSPIDEFF_H
Generated on Tue Jul 12 2022 19:04:21 by
1.7.2