Searched refs:p2G4_freq_t (Results 1 – 3 of 3) sorted by relevance
52 p2G4_freq_t p2G4_center_freq_from_ble_ch_nbr(uint ch_idx){ in p2G4_center_freq_from_ble_ch_nbr()65 p2G4_freq_t center_freq; in p2G4_center_freq_from_ble_ch_nbr()157 double p2G4_freq_to_d(p2G4_freq_t freq){ in p2G4_freq_to_d()166 int p2G4_freq_from_d(double center_freq, int prevent_OOB, p2G4_freq_t *result){ in p2G4_freq_from_d()190 *result = (p2G4_freq_t)(center_freq+0.5); in p2G4_freq_from_d()
24 double p2G4_freq_to_d(p2G4_freq_t freq);25 int p2G4_freq_from_d(double center_freq, int prevent_OOB, p2G4_freq_t *result);26 p2G4_freq_t p2G4_center_freq_from_ble_ch_nbr(uint channel_idx);
22 typedef int16_t p2G4_freq_t; typedef54 p2G4_freq_t center_freq;