]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h
improve register settings, increase bit rate
[tinyos-2.x.git] / tos / platforms / eyesIFX / chips / tda5250 / tda5250BusResourceSettings.h
index 7826d2b7c465cfa2570dcb4f9f0f4e3ea6e5299a..f4edeb9a163f7db92f3c0d77896423310f19e728 100644 (file)
@@ -48,9 +48,6 @@ enum {
 #endif
 
 enum {
-    /** for reference, not recommended for new experiments */
-    UBR_1MHZ_35108=0x001C,  UMCTL_1MHZ_35108=0xAA, // 35108 bit/s
-
     /** use real frequency, use only settings that result in an even byte time */
     UBR_1MHZ_10240=0x0062,  UMCTL_1MHZ_10240=0x08, // 10240 bit/s
     UBR_1MHZ_10922=0x005C,  UMCTL_1MHZ_10922=0x00, // 10922 bit/s
@@ -64,9 +61,7 @@ enum {
     UBR_1MHZ_23405=0x002A,  UMCTL_1MHZ_23405=0x7F, // 23405 bit/s
     UBR_1MHZ_27306=0x0024,  UMCTL_1MHZ_27306=0x7B, // 27306 bit/s
     UBR_1MHZ_32768=0x001E,  UMCTL_1MHZ_32768=0x5B, // 32768 bit/s
-/** too much for only 50kHz frequency hub
     UBR_1MHZ_40960=0x0018,  UMCTL_1MHZ_40960=0x55, // 40960 bit/s
-*/
 };
 
 #include "eyesIFXBaudrates.h"