Changeset 8335
- Timestamp:
- 05/08/08 19:55:52
- Files:
-
- usrp2/trunk/firmware/lib/db_rfx.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
usrp2/trunk/firmware/lib/db_rfx.c
r8334 r8335 22 22 23 23 24 bool rfx_init(struct db_base *db); 24 bool rfx_init_rx(struct db_base *db); 25 bool rfx_init_tx(struct db_base *db); 25 26 bool rfx_set_freq(struct db_base *db, u2_fxpt_freq_t freq, u2_fxpt_freq_t *dc); 26 27 bool rfx_set_gain(struct db_base *db, u2_fxpt_gain_t gain);
