CC26xx Driver Library
aux_sysif.c File Reference
#include "aux_sysif.h"

Functions

void AUXSYSIFOpModeChange (uint32_t targetOpMode)
 Changes the AUX operational mode to the requested target mode. More...
 

Variables

static const uint8_t g_OpMode_to_order [4] = {1,2,0,3}
 
static const uint8_t g_Order_to_OpMode [4] = {2,0,1,3}
 

Variable Documentation

const uint8_t g_OpMode_to_order[4] = {1,2,0,3}
static

Referenced by AUXSYSIFOpModeChange().

const uint8_t g_Order_to_OpMode[4] = {2,0,1,3}
static

Referenced by AUXSYSIFOpModeChange().