TI-radar AWR1843 C674x DSP core  1
frame_cfg.c File Reference
#include <common/app_cfg.h>
#include <stdint.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include <xdc/runtime/System.h>
#include <ti/common/sys_common.h>
#include <ti/drivers/uart/UART.h>
#include <ti/control/mmwavelink/mmwavelink.h>
#include <ti/utils/cli/cli.h>
Include dependency graph for frame_cfg.c:

Go to the source code of this file.

Functions

void Cfg_AdvFrameCfgInitParams (rlAdvFrameCfg_t *ptrAdvFrameCfg)
 The function initializes the frame configuration with the default parameters. More...
 
void Cfg_FrameCfgInitParams (rlFrameCfg_t *ptrFrameCfg)
 The function initializes the frame configuration with the default parameters. More...
 
void Cfg_ProfileCfgInitParams (uint8_t profileNum, rlProfileCfg_t *ptrProfileCfg)
 The function initializes the profile configuration with the default parameters. More...
 
void Cfg_ChirpCfgInitParams (uint8_t chirpNum, rlChirpCfg_t *ptrChirpCfg)
 The function initializes the chirp configuration with the default parameters. More...
 
void Cfg_LowPowerModeInitParams (rlLowPowerModeCfg_t *ptrLowPowerMode)
 The function initializes the low power configuration with the default parameters. More...
 
void Cfg_ChannelCfgInitParams (rlChanCfg_t *ptrChannelCfg)
 The function initializes the channel configuration with the default parameters. More...
 
void Cfg_ADCOutCfgInitParams (rlAdcOutCfg_t *ptrADCOutCfg)
 The function initializes the ADCOut configuration with the default parameters. More...
 

Function Documentation

◆ Cfg_ADCOutCfgInitParams()

void Cfg_ADCOutCfgInitParams ( rlAdcOutCfg_t *  ptrADCOutCfg)

The function initializes the ADCOut configuration with the default parameters.

Parameters
[out]ptrADCOutCfgPointer to the ADCOutput configuration
Return values
N/A

Definition at line 308 of file frame_cfg.c.

◆ Cfg_AdvFrameCfgInitParams()

void Cfg_AdvFrameCfgInitParams ( rlAdvFrameCfg_t *  ptrAdvFrameCfg)

The function initializes the frame configuration with the default parameters.

Parameters
[out]ptrAdvFrameCfgPointer to the adavance frame configuration
Return values
N/A

Definition at line 42 of file frame_cfg.c.

◆ Cfg_ChannelCfgInitParams()

void Cfg_ChannelCfgInitParams ( rlChanCfg_t *  ptrChannelCfg)

The function initializes the channel configuration with the default parameters.

Parameters
[out]ptrChannelCfgPointer to the channel configuration
Return values
N/A

Definition at line 285 of file frame_cfg.c.

◆ Cfg_ChirpCfgInitParams()

void Cfg_ChirpCfgInitParams ( uint8_t  chirpNum,
rlChirpCfg_t *  ptrChirpCfg 
)

The function initializes the chirp configuration with the default parameters.

Parameters
[out]chirpNumChirp Number to be configured
[out]ptrChirpCfgPointer to the chirp configuration
Return values
N/A

Definition at line 204 of file frame_cfg.c.

◆ Cfg_FrameCfgInitParams()

void Cfg_FrameCfgInitParams ( rlFrameCfg_t *  ptrFrameCfg)

The function initializes the frame configuration with the default parameters.

Parameters
[out]ptrFrameCfgPointer to the frame configuration
Return values
N/A

Definition at line 138 of file frame_cfg.c.

◆ Cfg_LowPowerModeInitParams()

void Cfg_LowPowerModeInitParams ( rlLowPowerModeCfg_t *  ptrLowPowerMode)

The function initializes the low power configuration with the default parameters.

Parameters
[out]ptrLowPowerModePointer to the low power mode configuration
Return values
N/A

Definition at line 264 of file frame_cfg.c.

◆ Cfg_ProfileCfgInitParams()

void Cfg_ProfileCfgInitParams ( uint8_t  profileNum,
rlProfileCfg_t *  ptrProfileCfg 
)

The function initializes the profile configuration with the default parameters.

Parameters
[in]profileNumProfile number to be initialized
[out]ptrProfileCfgPointer to the profile configuration
Return values
N/A

Definition at line 167 of file frame_cfg.c.