RADIO_StopCW

Definition: This function stops the transmission of continuous wave.

Syntax

RadioError_t RADIO_StopCW(void);

Input Parameters

<None>

Return Type and Values

Table 1. Return Type

Parameter Name

Parameter Type

Description

RadioError_t

ENUM

Enumerated values containing all return types from radio layer

Table 2. Return Values

Return Value

Reason

ERR_RADIO_BUSY

Radio is not in IDLE state

ERR_NONE

Radio in IDLE state and stopping the continuous transmission

API Type – Synchronous