#include <pic_rf_2401a.h>
Data Fields | |
uns8 | address_ch1 [5] |
uns8 | address_ch2 [5] |
uns8 | address_width |
uns8 | channel |
uns8 | crystal |
uns8 | options |
uns8 | output_power |
uns8 | payload_width_ch1 |
uns8 | payload_width_ch2 |
RF configuration structure
Definition at line 80 of file pic_rf_2401a.h.
uns8 rf_config::channel |
Channel to operate on, 7 bits valid
Definition at line 88 of file pic_rf_2401a.h.
Referenced by pic_rf_init().
uns8 rf_config::crystal |
Crystal frequency look up, 3 bits valid
Definition at line 86 of file pic_rf_2401a.h.
Referenced by pic_rf_init().
uns8 rf_config::options |
Options (see option bits)
Definition at line 89 of file pic_rf_2401a.h.
Referenced by pic_rf_init().
Output power, 2 bits valid
Definition at line 87 of file pic_rf_2401a.h.
Referenced by pic_rf_init().
Payload width of channel 1 in bits
Definition at line 82 of file pic_rf_2401a.h.
Referenced by pic_rf_init().
Payload width of channel 2 in bits
Definition at line 81 of file pic_rf_2401a.h.
Referenced by pic_rf_init().