2004/06/19 Matthias Ringwald <mringwal@inf.ethz.ch>
Functions | |
void | cc1000_calibrate (void) |
uint32_t | cc1000_compute_freq (uint32_t desiredFreqInHz) |
void | cc1000_config (u_char count, short configuration[]) |
void | cc1000_get_RF_power (u_char *rfp) |
void | cc1000_init (u_char freq) |
int | cc1000_is_sleeping (void) |
void | cc1000_on (void) |
u_char | cc1000_read (u_char addr) |
void | cc1000_rxmode (void) |
void | cc1000_set (u_char freq) |
void | cc1000_set_RF_power (u_char rfp) |
void | cc1000_sleep (void) |
void | cc1000_SPI_init (void) |
uint32_t | cc1000_tune_manual (uint32_t DesiredFreq) |
void | cc1000_txmode (void) |
void | cc1000_wakeup (void) |
void | cc1000_write (u_char addr, u_char data) |
u_char | delay_time (int u_sec) |