Direct Test Mode HW

nRF5 SDK v17.1.0

Module contains hardware related function for testing RF/PHY using DTM commands. More...

Functions

void dtm_turn_off_test (void)
Function for turning off radio test. This function is platform depending. For now only nRF51 requieres this special function.
void dtm_constant_carrier (void)
Function for setting constant carrier in radio settings. This function is used to handle vendor specific command testing continous carrier without a modulated signal.
uint32_t dtm_radio_validate (uint32_t m_tx_power, uint8_t m_radio_mode)
Function for validating tx power and radio move settings. More...

Detailed Description

Module contains hardware related function for testing RF/PHY using DTM commands.

Function Documentation

uint32_t dtm_radio_validate ( uint32_t m_tx_power ,
uint8_t m_radio_mode
)

Function for validating tx power and radio move settings.

Parameters
[in] m_tx_power TX power for transmission test.
[in] m_radio_mode Radio mode value.
Return values
DTM_SUCCESS if input parameters values are correct.
DTM_ERROR_ILLEGAL_CONFIGURATION if input parameters values are not correct.