matching

Function matching 

Source
pub fn matching(
    freq_khz: u32,
    bw_hz: u32,
    sf: u8,
    cr_denom: u8,
) -> Option<&'static PhyProfile>
Expand description

The vetted profile the given parameters spell out, if any.