Mercurial > pt1
comparison driver/pt1_tuner_data.c @ 9:07b2fc07ff48
updated to current driver to support signal strength.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Mon, 23 Feb 2009 14:28:35 +0900 |
parents | 67e8eca28a80 |
children | 65c8ac567074 |
comparison
equal
deleted
inserted
replaced
8:6da603afd363 | 9:07b2fc07ff48 |
---|---|
373 {0xB6} | 373 {0xB6} |
374 }; | 374 }; |
375 /***************************************************************************/ | 375 /***************************************************************************/ |
376 /* 地デジ周波数ロックチェック */ | 376 /* 地デジ周波数ロックチェック */ |
377 /***************************************************************************/ | 377 /***************************************************************************/ |
378 WBLOCK isdb_t_cn_1 = { | 378 WBLOCK isdb_t_signal1 = { |
379 0, | |
380 1, | |
381 {0x8B} | |
382 }; | |
383 WBLOCK isdb_t_cn_2 = { | |
384 0, | 379 0, |
385 1, | 380 1, |
386 {0x8C} | 381 {0x8C} |
387 }; | 382 }; |
388 WBLOCK isdb_t_agc1 = { | 383 WBLOCK isdb_t_signal2 = { |
389 0, | 384 0, |
390 1, | 385 1, |
391 {0x8D} | 386 {0x8D} |
392 }; | 387 }; |
393 WBLOCK isdb_t_agc2 = { | 388 WBLOCK isdb_t_agc2 = { |
492 {0xE8} | 487 {0xE8} |
493 }; | 488 }; |
494 /***************************************************************************/ | 489 /***************************************************************************/ |
495 /* CN/AGC/MAXAGC取得 */ | 490 /* CN/AGC/MAXAGC取得 */ |
496 /***************************************************************************/ | 491 /***************************************************************************/ |
497 WBLOCK bs_get_cn = { | 492 WBLOCK bs_get_signal1 = { |
498 0, | 493 0, |
499 1, | 494 1, |
500 {0xBC} | 495 {0xBC} |
501 }; | 496 }; |
497 WBLOCK bs_get_signal2 = { | |
498 0, | |
499 1, | |
500 {0xBD} | |
501 }; | |
502 WBLOCK bs_get_agc = { | 502 WBLOCK bs_get_agc = { |
503 0, | |
504 1, | |
505 {0xBD} | |
506 }; | |
507 WBLOCK bs_get_maxagc = { | |
508 0, | 503 0, |
509 1, | 504 1, |
510 {0xBA} | 505 {0xBA} |
511 }; | 506 }; |
512 /***************************************************************************/ | 507 /***************************************************************************/ |