master/globals.h
changeset 1485 5ddc3a455059
parent 1443 731422684dfd
child 1489 f77a1182b6f4
equal deleted inserted replaced
1484:1c9151455b65 1485:5ddc3a455059
   102 /** Size of an FMMU configuration page. */
   102 /** Size of an FMMU configuration page. */
   103 #define EC_FMMU_PAGE_SIZE 16
   103 #define EC_FMMU_PAGE_SIZE 16
   104 
   104 
   105 /** Number of DC sync signals. */
   105 /** Number of DC sync signals. */
   106 #define EC_SYNC_SIGNAL_COUNT 2
   106 #define EC_SYNC_SIGNAL_COUNT 2
       
   107 
       
   108 /** Size of the datagram description string.
       
   109  *
       
   110  * This is also used as the maximum lenth of EoE device names.
       
   111  **/
       
   112 #define EC_DATAGRAM_NAME_SIZE 20
   107 
   113 
   108 /** Slave state mask.
   114 /** Slave state mask.
   109  *
   115  *
   110  * Apply this mask to a slave state byte to get the slave state without
   116  * Apply this mask to a slave state byte to get the slave state without
   111  * the error flag.
   117  * the error flag.