X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fplatforms%2FeyesIFX%2Fchips%2Ftda5250%2Ftda5250BusResourceSettings.h;h=f4edeb9a163f7db92f3c0d77896423310f19e728;hb=c14a5f8cd05089c8a52c5d5163d629f2159d1cb7;hp=7826d2b7c465cfa2570dcb4f9f0f4e3ea6e5299a;hpb=87527a5567de71be4f08f36303a750d630c1279b;p=tinyos-2.x.git diff --git a/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h b/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h index 7826d2b7..f4edeb9a 100644 --- a/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h +++ b/tos/platforms/eyesIFX/chips/tda5250/tda5250BusResourceSettings.h @@ -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"