HAL_DisableRFCtrl

Definition: This function is called by the stack to indicate HAL for resetting the Rfctrl GPIO pins to their inactive state. Based on RFCTRL1 and RFCTRL2 values, different GPIOs will be controlled.

Syntax

void HAL_DisableRFCtrl(RFCtrl1_t RFCtrl1, RFCtrl2_t RFCtrl2)

Input Parameters

Parameters Name

Parameter Type

Description

RFCtrl1

ENUM

RF Control 1 indicates the FREQUENCY band (Higher UHF or Lower UHF) or PA Boost enabled.

RFO_LF = 0

RFO_HF = 1

PA_BOOST = 2

RFCtrl2

ENUM

RF Control 2 indicates Transmit or Receive path

RX = 0

TX = 1

Return Types and Values

<void>

API Type - Synchronous