bandwidth_from_hz

Function bandwidth_from_hz 

Source
pub fn bandwidth_from_hz(hz: u32) -> Option<Bandwidth>
Expand description

Convert a bandwidth in Hz (the ULCP representation) to the lora-phy enum. Returns None for unsupported values.