CC26xx Driver Library
aux_sysif.c File Reference
#include "aux_sysif.h"
#include "../inc/hw_memmap_common.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

§ g_OpMode_to_order

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

Referenced by AUXSYSIFOpModeChange().

§ g_Order_to_OpMode

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

Referenced by AUXSYSIFOpModeChange().