Skip to main content

set_cad_params

Function set_cad_params 

Source
pub const fn set_cad_params(
    symbols: u8,
    detect_peak: u8,
    detect_min: u8,
    exit_mode: u8,
    timeout: u32,
) -> Command
Expand description

SetCadParams: configures channel activity detection, from Table 13-71.

§Arguments

  • symbols - the cadSymbolNum code, 0x00 to 0x04 for 1 to 16 symbols.
  • detect_peak - cadDetPeak.
  • detect_min - cadDetMin.
  • exit_mode - cadExitMode: 0x00 to return to standby, 0x01 to receive on activity.
  • timeout - the 24-bit receive timeout word after activity is detected.

§Returns

The command.