Data Structures | Macros | Typedefs | Enumerations | Functions
PowerCC23X0.h File Reference

Detailed Description

Power manager interface for CC23X0 devices.

============================================================================

The Power header file should be included in an application by including the top level header file as follows:

Refer to Power.h for a complete description of APIs.

Implementation

This header file defines the power resources, constraints, events, sleep states and transition latencies for CC23X0.

HFXT Amplitude Compensation

The CC23X0 Power driver will configure the HFXT amplitude to the highest possible value at boot (in Power_init()). Each time the device enters standby the HFXT amplitude will be updated to ensure the optimal amplitude is used. It will take up to 5 iterations (5 standby entries) after boot until the optimal amplitude has been found. This process will ensure that the amplitude is kept in an optimal range if the operating conditions change, as long as the device regularly enters standby.

Applications that rarely enters standby

The amplitude adjustments done at standby entry is sufficient for applications that regularly enters standby, but if the application does not regularly enter standby, then PowerLPF3_getHfxtAmpAdjustment() and PowerLPF3_adjustHfxtAmp() can be used to check if an adjustment is needed, and perform the adjustment if needed.

Initial HFXT Amplitude Compensation

If the application requires that the HFXT amplitude is already in the optimal range after boot, then Initial HFXT Amplitude Compensation can be enabled with PowerCC23X0_Config.startInitialHfxtAmpCompFxn. If initial HFXT amplitude compensation is enabled, the optimal amplitude will be found at/after boot, meaning it will take longer before HFXT is ready after boot, but when it is ready the amplitude will already be in the optimal range. This process is done asynchronously, so the application can do other stuff while waiting for HFXT to be ready.

Enabling initial HFXT amplitude compensation will result in more flash usage and longer time from boot to the first RF operation.


#include <ti/drivers/dpl/HwiP.h>
#include <ti/drivers/dpl/ClockP.h>
#include <ti/drivers/Power.h>
#include <ti/devices/DeviceFamily.h>
#include <DeviceFamily_constructPath(inc/hw_pmctl.h)>
#include <DeviceFamily_constructPath(inc/hw_clkctl.h)>
#include <DeviceFamily_constructPath(inc/hw_lrfddbell.h)>
#include <DeviceFamily_constructPath(inc/hw_memmap.h)>
#include <DeviceFamily_constructPath(inc/hw_types.h)>
#include <DeviceFamily_constructPath(driverlib/pmctl.h)>
Include dependency graph for PowerCC23X0.h:

Go to the source code of this file.

Data Structures

struct  PowerCC23X0_Config
 Global configuration structure. More...
 

Macros

#define PowerCC23X0_RESUMETIMESTANDBY   400
 
#define PowerCC23X0_TOTALTIMESTANDBY   500
 
#define PowerCC23X0_WAKEDELAYSTANDBY   185
 
#define PowerCC23X0_HFXT_THRESHOLD_TEMP_DEFAULT   (-40)
 
#define PowerLPF3_PERIPH_GPIO   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_GPIO_S)
 
#define PowerLPF3_PERIPH_UART0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_UART0_S)
 
#define PowerLPF3_PERIPH_I2C0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_I2C0_S)
 
#define PowerLPF3_PERIPH_SPI0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_SPI0_S)
 
#define PowerLPF3_PERIPH_ADC0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_ADC0_S)
 
#define PowerLPF3_PERIPH_AES   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LAES_S)
 
#define PowerLPF3_PERIPH_DMA   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_DMA_S)
 
#define PowerLPF3_PERIPH_LGPT0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT0_S)
 
#define PowerLPF3_PERIPH_LGPT1   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT1_S)
 
#define PowerLPF3_PERIPH_LGPT2   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT2_S)
 
#define PowerLPF3_PERIPH_LGPT3   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT3_S)
 
#define PowerLPF3_PERIPH_LFRD_TRC   (PowerCC23X0_PERIPH_GROUP_LRFD | LRFDDBELL_CLKCTL_TRC_S)
 
#define PowerLPF3_PERIPH_LFRD_S2RRAM   (PowerCC23X0_PERIPH_GROUP_LRFD | LRFDDBELL_CLKCTL_S2RRAM_S)
 
#define PowerLPF3_STANDBY   0x1
 
#define PowerLPF3_DISALLOW_SHUTDOWN   0
 
#define PowerLPF3_DISALLOW_STANDBY   1
 
#define PowerLPF3_DISALLOW_IDLE   2
 
#define PowerLPF3_NEED_FLASH_IN_IDLE   3
 
#define PowerLPF3_ENTERING_STANDBY   (1 << 0)
 
#define PowerLPF3_ENTERING_SHUTDOWN   (1 << 1)
 
#define PowerLPF3_AWAKE_STANDBY   (1 << 2)
 
#define PowerLPF3_HFXT_AVAILABLE   (1 << 3)
 
#define PowerLPF3_LFCLK_SWITCHED   (1 << 4)
 

Typedefs

typedef void(* PowerLPF3_StartInitialHfxtAmpCompFxn) (void)
 Function pointer to PowerLPF3_startInitialHfxtAmpComp() or NULL. More...
 

Enumerations

enum  PowerLPF3_ResetReason {
  PowerLPF3_RESET_SHUTDOWN_IO = PMCTL_RESET_SHUTDOWN_IO, PowerLPF3_RESET_SHUTDOWN_SWD = PMCTL_RESET_SHUTDOWN_SWD, PowerLPF3_RESET_WATCHDOG = PMCTL_RESET_WATCHDOG, PowerLPF3_RESET_SYSTEM = PMCTL_RESET_SYSTEM,
  PowerLPF3_RESET_CPU = PMCTL_RESET_CPU, PowerLPF3_RESET_LOCKUP = PMCTL_RESET_LOCKUP, PowerLPF3_RESET_TSD = PMCTL_RESET_TSD, PowerLPF3_RESET_SWD = PMCTL_RESET_SWD,
  PowerLPF3_RESET_LFXT = PMCTL_RESET_LFXT, PowerLPF3_RESET_VDDR = PMCTL_RESET_VDDR, PowerLPF3_RESET_VDDS = PMCTL_RESET_VDDS, PowerLPF3_RESET_PIN = PMCTL_RESET_PIN,
  PowerLPF3_RESET_POR = PMCTL_RESET_POR, PowerLPF3_RESET_SHUTDOWN_IO = PMCTL_RESET_SHUTDOWN_IO, PowerLPF3_RESET_SHUTDOWN_SWD = PMCTL_RESET_SHUTDOWN_SWD, PowerLPF3_RESET_WATCHDOG = PMCTL_RESET_WATCHDOG,
  PowerLPF3_RESET_SYSTEM = PMCTL_RESET_SYSTEM, PowerLPF3_RESET_CPU = PMCTL_RESET_CPU, PowerLPF3_RESET_LOCKUP = PMCTL_RESET_LOCKUP, PowerLPF3_RESET_TSD = PMCTL_RESET_TSD,
  PowerLPF3_RESET_SWD = PMCTL_RESET_SWD, PowerLPF3_RESET_LFXT = PMCTL_RESET_LFXT, PowerLPF3_RESET_VDDR = PMCTL_RESET_VDDR, PowerLPF3_RESET_VDDS = PMCTL_RESET_VDDS,
  PowerLPF3_RESET_PIN = PMCTL_RESET_PIN, PowerLPF3_RESET_POR = PMCTL_RESET_POR
}
 Reasons the device has booted or rebooted. More...
 

Functions

void PowerCC23X0_doWFI (void)
 The wait for interrupt (WFI) policy. More...
 
static PowerLPF3_ResetReason PowerLPF3_getResetReason (void)
 Returns the reason for the most recent reset or wakeup. More...
 
static void PowerLPF3_releaseLatches (void)
 Unlatch all IOs. More...
 
void PowerCC23X0_standbyPolicy (void)
 The STANDBY Power Policy. More...
 
void PowerLPF3_selectLFOSC (void)
 Select LFOSC as LFCLK source. More...
 
void PowerLPF3_selectLFXT (void)
 Select LFXT as LFCLK source. More...
 
void PowerLPF3_selectEXTLF (void)
 Select EXTLF as LFCLK source. More...
 
void PowerLPF3_initHFXTCompensation (int32_t P0, int32_t P1, int32_t P2, int32_t P3, uint8_t shift, bool fcfgInsertion)
 Initialise HFXT temperature compensation coefficients. More...
 
void PowerLPF3_enableHFXTCompensation (int16_t tempThreshold, int16_t tempDelta)
 Enable HFXT temperature compensation. More...
 
void PowerLPF3_disableHFXTCompensation (void)
 Disable HFXT temperature compensation. More...
 
void PowerLPF3_startInitialHfxtAmpComp (void)
 Start initial compensation of the HFXT amplitude. More...
 
int_fast8_t PowerLPF3_getHfxtAmpAdjustment (void)
 Check if HFXT amplitude needs to be adjusted. More...
 
void PowerLPF3_adjustHfxtAmp (int_fast8_t adjustment)
 Adjust the HFXT amplitude. More...
 
void PowerCC23X0_schedulerDisable (void)
 
void PowerCC23X0_schedulerRestore (void)
 

Macro Definition Documentation

§ PowerCC23X0_RESUMETIMESTANDBY

#define PowerCC23X0_RESUMETIMESTANDBY   400

The latency to reserve for resume from STANDBY (usec).

§ PowerCC23X0_TOTALTIMESTANDBY

#define PowerCC23X0_TOTALTIMESTANDBY   500

The total latency to reserve for entry to and exit from STANDBY (usec).

§ PowerCC23X0_WAKEDELAYSTANDBY

#define PowerCC23X0_WAKEDELAYSTANDBY   185

The initial delay when waking from STANDBY (usec).

§ PowerCC23X0_HFXT_THRESHOLD_TEMP_DEFAULT

#define PowerCC23X0_HFXT_THRESHOLD_TEMP_DEFAULT   (-40)

§ PowerLPF3_PERIPH_GPIO

#define PowerLPF3_PERIPH_GPIO   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_GPIO_S)

Resource ID: General Purpose I/O

§ PowerLPF3_PERIPH_UART0

#define PowerLPF3_PERIPH_UART0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_UART0_S)

Resource ID: UART 0

§ PowerLPF3_PERIPH_I2C0

#define PowerLPF3_PERIPH_I2C0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_I2C0_S)

Resource ID: I2C 0

§ PowerLPF3_PERIPH_SPI0

#define PowerLPF3_PERIPH_SPI0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_SPI0_S)

Resource ID: SPI 0

§ PowerLPF3_PERIPH_ADC0

#define PowerLPF3_PERIPH_ADC0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_ADC0_S)

Resource ID: ADC

§ PowerLPF3_PERIPH_AES

#define PowerLPF3_PERIPH_AES   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LAES_S)

Resource ID: AES Security Module

§ PowerLPF3_PERIPH_DMA

#define PowerLPF3_PERIPH_DMA   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_DMA_S)

Resource ID: uDMA Controller

§ PowerLPF3_PERIPH_LGPT0

#define PowerLPF3_PERIPH_LGPT0   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT0_S)

Resource ID: General Purpose Timer 0

§ PowerLPF3_PERIPH_LGPT1

#define PowerLPF3_PERIPH_LGPT1   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT1_S)

Resource ID: General Purpose Timer 1

§ PowerLPF3_PERIPH_LGPT2

#define PowerLPF3_PERIPH_LGPT2   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT2_S)

Resource ID: General Purpose Timer 2

§ PowerLPF3_PERIPH_LGPT3

#define PowerLPF3_PERIPH_LGPT3   (PowerCC23X0_PERIPH_GROUP_CLKCTL0 | CLKCTL_DESCEX0_LGPT3_S)

Resource ID: General Purpose Timer 3

§ PowerLPF3_PERIPH_LFRD_TRC

#define PowerLPF3_PERIPH_LFRD_TRC   (PowerCC23X0_PERIPH_GROUP_LRFD | LRFDDBELL_CLKCTL_TRC_S)

Resource ID: LRFD Tracer

§ PowerLPF3_PERIPH_LFRD_S2RRAM

#define PowerLPF3_PERIPH_LFRD_S2RRAM   (PowerCC23X0_PERIPH_GROUP_LRFD | LRFDDBELL_CLKCTL_S2RRAM_S)

Resource ID: LRFD S2R RAM

§ PowerLPF3_STANDBY

#define PowerLPF3_STANDBY   0x1

The STANDBY sleep state

§ PowerLPF3_DISALLOW_SHUTDOWN

#define PowerLPF3_DISALLOW_SHUTDOWN   0

Constraint: Disallow a transition to the SHUTDOWN state

§ PowerLPF3_DISALLOW_STANDBY

#define PowerLPF3_DISALLOW_STANDBY   1

Constraint: Disallow a transition to the STANDBY sleep state

§ PowerLPF3_DISALLOW_IDLE

#define PowerLPF3_DISALLOW_IDLE   2

Constraint: Disallow a transition to the IDLE sleep state

§ PowerLPF3_NEED_FLASH_IN_IDLE

#define PowerLPF3_NEED_FLASH_IN_IDLE   3

Constraint: Flash memory needs to enabled during IDLE

§ PowerLPF3_ENTERING_STANDBY

#define PowerLPF3_ENTERING_STANDBY   (1 << 0)

Power event: The device is entering the STANDBY sleep state

§ PowerLPF3_ENTERING_SHUTDOWN

#define PowerLPF3_ENTERING_SHUTDOWN   (1 << 1)

Power event: The device is entering the SHUTDOWN state

§ PowerLPF3_AWAKE_STANDBY

#define PowerLPF3_AWAKE_STANDBY   (1 << 2)

Power event: The device is waking up from the STANDBY sleep state

§ PowerLPF3_HFXT_AVAILABLE

#define PowerLPF3_HFXT_AVAILABLE   (1 << 3)

Power event: The high frequency (HF) crystal oscillator is now available for use (HFXT) by the digital domain

§ PowerLPF3_LFCLK_SWITCHED

#define PowerLPF3_LFCLK_SWITCHED   (1 << 4)

Power event: The system has switched to the low frequency clock source configured in CCFG

Typedef Documentation

§ PowerLPF3_StartInitialHfxtAmpCompFxn

typedef void(* PowerLPF3_StartInitialHfxtAmpCompFxn) (void)

Function pointer to PowerLPF3_startInitialHfxtAmpComp() or NULL.

This type is only allowed to have the value NULL or be a pointer to PowerLPF3_startInitialHfxtAmpComp().

Enumeration Type Documentation

§ PowerLPF3_ResetReason

Reasons the device has booted or rebooted.

Enumerator
PowerLPF3_RESET_SHUTDOWN_IO 

Device woke up from shutdown due to an IO event

PowerLPF3_RESET_SHUTDOWN_SWD 

Device woke up from shutdown due to an SWD event

PowerLPF3_RESET_WATCHDOG 

Device reset because of a watchdog timeout.

PowerLPF3_RESET_SYSTEM 

Device reset triggered by software writing to RSTCTL.SYSRST

PowerLPF3_RESET_CPU 

Device reset triggered by CPU reset event

PowerLPF3_RESET_LOCKUP 

Device reset triggered by CPU lockup event

PowerLPF3_RESET_TSD 

Device woke up from thermal shutdown after temperature drop

PowerLPF3_RESET_SWD 

Device woke up due to Serial Wire Debug event

PowerLPF3_RESET_LFXT 

Device reset due to LFXT clock loss

PowerLPF3_RESET_VDDR 

Device reset due to VDDR brownout event

PowerLPF3_RESET_VDDS 

Device reset due to VDDS brownout event

PowerLPF3_RESET_PIN 

Device reset due to pin reset

PowerLPF3_RESET_POR 

Device booted due to power on reset

PowerLPF3_RESET_SHUTDOWN_IO 

Device woke up from shutdown due to an IO event

PowerLPF3_RESET_SHUTDOWN_SWD 

Device woke up from shutdown due to an SWD event

PowerLPF3_RESET_WATCHDOG 

Device reset because of a watchdog timeout.

PowerLPF3_RESET_SYSTEM 

Device reset triggered by software writing to RSTCTL.SYSRST

PowerLPF3_RESET_CPU 

Device reset triggered by CPU reset event

PowerLPF3_RESET_LOCKUP 

Device reset triggered by CPU lockup event

PowerLPF3_RESET_TSD 

Device woke up from thermal shutdown after temperature drop

PowerLPF3_RESET_SWD 

Device woke up due to Serial Wire Debug event

PowerLPF3_RESET_LFXT 

Device reset due to LFXT clock loss

PowerLPF3_RESET_VDDR 

Device reset due to VDDR brownout event

PowerLPF3_RESET_VDDS 

Device reset due to VDDS brownout event

PowerLPF3_RESET_PIN 

Device reset due to pin reset

PowerLPF3_RESET_POR 

Device booted due to power on reset

Function Documentation

§ PowerCC23X0_doWFI()

void PowerCC23X0_doWFI ( void  )

The wait for interrupt (WFI) policy.

This is a lightweight Power Policy which simply invokes CPU wait for interrupt.

This policy can be selected statically via the policyFxn pointer in the PowerCC23X0_Config structure, or dynamically at runtime, via Power_setPolicy().

§ PowerLPF3_getResetReason()

static PowerLPF3_ResetReason PowerLPF3_getResetReason ( void  )
inlinestatic

Returns the reason for the most recent reset or wakeup.

Returns
PowerLPF3_ResetReason
Precondition
Power_shutdown()
Postcondition
PowerLPF3_releaseLatches()

§ PowerLPF3_releaseLatches()

static void PowerLPF3_releaseLatches ( void  )
inlinestatic

Unlatch all IOs.

This function releases the latches on all frozen IOs. This function should be called after waking up from shutdown and reconfiguring the IO state so as not to cause glitches.

Note
Calling this function will clear the reset reason register if it was PowerLPF3_RESET_SHUTDOWN_IO and PowerLPF3_RESET_SHUTDOWN_SWD and cause PowerLPF3_getResetReason() not to return the true reset reason.
Precondition
Power_shutdown()
PowerLPF3_getResetReason()

References PowerCC23X0_schedulerDisable(), PowerCC23X0_schedulerRestore(), PowerCC23X0_standbyPolicy(), PowerLPF3_adjustHfxtAmp(), PowerLPF3_disableHFXTCompensation(), PowerLPF3_enableHFXTCompensation(), PowerLPF3_getHfxtAmpAdjustment(), PowerLPF3_initHFXTCompensation(), PowerLPF3_selectEXTLF(), PowerLPF3_selectLFOSC(), PowerLPF3_selectLFXT(), and PowerLPF3_startInitialHfxtAmpComp().

§ PowerCC23X0_standbyPolicy()

void PowerCC23X0_standbyPolicy ( void  )

The STANDBY Power Policy.

This is an agressive Power Policy, which considers active constraints, sleep state transition latencies, and time until the next scheduled work, and automatically transitions the device into the deepest sleep state possible.

The first goal is to enter STANDBY; if that is not appropriate given current conditions (e.g., the sleep transition latency is greater greater than the time until the next scheduled Clock event), then the secondary goal is the IDLE state; if that is disallowed (e.g., if the PowerLPF3_DISALLOW_IDLE constraint is declared), then the policy will fallback and simply invoke WFI, to clock gate the CPU until the next interrupt.

In order for this policy to run, it must be selected as the Power Policy (either by being specified as the 'policyFxn' in the PowerCC23X0_Config structure, or specified at runtime with Power_setPolicy()), and the Power Policy must be enabled (either via 'enablePolicy' in the PowerCC23X0_Config structure, or via a call to Power_enablePolicy() at runtime).

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_selectLFOSC()

void PowerLPF3_selectLFOSC ( void  )

Select LFOSC as LFCLK source.

Turn on the LFOSC and choose it as LFCLK source. Once LFCLK has switched, the PowerLPF3_LFCLK_SWITCHED notification will be issued and all subscribers to this event will be notified.

Warning
Dynamic switching between LF clocks is not supported. Once one of PowerLPF3_selectLFOSC(), PowerLPF3_selectLFXT() or PowerLPF3_selectEXTLF() is called in an application, the other two may not be invoked thereafter.
Precondition
Power_init()
See also
PowerLPF3_selectLFXT()
PowerLPF3_selectEXTLF()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_selectLFXT()

void PowerLPF3_selectLFXT ( void  )

Select LFXT as LFCLK source.

Turn on the LFXT and choose it as LFCLK source. Once LFCLK has switched, the PowerLPF3_LFCLK_SWITCHED notification will be issued and all subscribers to this event will be notified.

Warning
Dynamic switching between LF clocks is not supported. Once one of PowerLPF3_selectLFOSC(), PowerLPF3_selectLFXT() or PowerLPF3_selectEXTLF() is called in an application, the other two may not be invoked thereafter.
Precondition
Power_init()
See also
PowerLPF3_selectLFOSC()
PowerLPF3_selectEXTLF()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_selectEXTLF()

void PowerLPF3_selectEXTLF ( void  )

Select EXTLF as LFCLK source.

Choose an external 31.25 kHz square wave as the LFCLK source as input. Once LFCLK has switched, the PowerLPF3_LFCLK_SWITCHED notification will be issued and all subscribers to this event will be notified.

This function requires the following symbols to be defined.

  • PowerLPF3_extlfPin (uint8_t): The DIO number of the pin to be used as the EXTLF pin.
  • PowerLPf3_extlfPinMux (uint8_t): Mux value used to mux the EXTLF signal to PowerLPF3_extlfPin. If using SysConfig, the symbols will be defined in ti_drivers_config.c.
Warning
Dynamic switching between LF clocks is not supported. Once one of PowerLPF3_selectLFOSC(), PowerLPF3_selectLFXT() or PowerLPF3_selectEXTLF() is called in an application, the other two may not be invoked thereafter.
Precondition
Power_init()
See also
PowerLPF3_selectLFOSC()
PowerLPF3_selectLFXT()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_initHFXTCompensation()

void PowerLPF3_initHFXTCompensation ( int32_t  P0,
int32_t  P1,
int32_t  P2,
int32_t  P3,
uint8_t  shift,
bool  fcfgInsertion 
)

Initialise HFXT temperature compensation coefficients.

Initialise the parameters used for HFXT temperature coefficients. They approximate the ppm offset of the HFXT frequency with the following polynomial as a function of temperature (degC), where P_3 = P3 / 2^shift, P_2 = P2 / 2^shift, etc.. ppm(T) = P_3*T^3 + P_2*T^2 + P_1*T + P_0

Parameters
[in]P00th-order coefficient, multiplied by 2^shift
[in]P11st-order coefficient, multiplied by 2^shift
[in]P22nd-order coefficient, multiplied by 2^shift
[in]P33rd-order coefficient, multiplied by 2^shift
[in]shiftShift-value for scaling fixed-point coefficients
[in]fcfgInsertionBoolean used to indicate presence of HFXT FCFG data.
Precondition
Power_init()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_enableHFXTCompensation()

void PowerLPF3_enableHFXTCompensation ( int16_t  tempThreshold,
int16_t  tempDelta 
)

Enable HFXT temperature compensation.

Enable automatic compensation for temperature-based frequency-drift of HFXT

This function should only be called once, but can be invoked again if PowerLPF3_enableHFXTCompensation has been called

Parameters
[in]tempThresholdThreshold above which temperature compensation will be performed. This can be useful to save power consumption if HFXT performance is acceptable at low temperatures, and only required at high temperatures. If the threshold is set to for example 80 degrees, then the first compensation will occur once the temperature reaches 81 degrees. Units in degrees Celsius.
[in]tempDeltaDelta describing how much the temperature can drift before compensation is applied. If compensation is performed at 81 degrees, and the delta is set to 5, then a re-compensation is performed at either 76 degrees or 86 degrees, depending on which temperature state occurs first. Units in degrees Celsius.
Precondition
PowerLPF3_initHFXTCompensation()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_disableHFXTCompensation()

void PowerLPF3_disableHFXTCompensation ( void  )

Disable HFXT temperature compensation.

Disable automatic compensation for temperature-based frequency-drift of HFXT

Note
Calling this function will also undo any previous temperature compensation that has been performed in the past, and HFXT will become uncompensated
Precondition
PowerLPF3_enableHFXTCompensation()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_startInitialHfxtAmpComp()

void PowerLPF3_startInitialHfxtAmpComp ( void  )

Start initial compensation of the HFXT amplitude.

Warning
This function must not be called by the application. It is only intended to be specified for PowerCC23X0_Config.startInitialHfxtAmpCompFxn

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_getHfxtAmpAdjustment()

int_fast8_t PowerLPF3_getHfxtAmpAdjustment ( void  )

Check if HFXT amplitude needs to be adjusted.

The HFXT amplitude needs to regularly be checked and if needed adjusted. The Power driver will check the amplitude and adjust it when the device enters standby. However if the device does not enter standby often enough, then additional checks and adjustments are needed.

This function can be used to check if adjustment of the amplitude is needed, and PowerLPF3_adjustHfxtAmp() can be used to adjust the amplitude if needed.

Returns
  • +1: The amplitude needs to be increased
  • 0: No adjustments are needed
  • -1: The amplitude needs to be decreased
See also
PowerLPF3_adjustHfxtAmp()

Referenced by PowerLPF3_releaseLatches().

§ PowerLPF3_adjustHfxtAmp()

void PowerLPF3_adjustHfxtAmp ( int_fast8_t  adjustment)

Adjust the HFXT amplitude.

This function is to be used to adjust the HFXT amplitude if an adjustment is needed according to PowerLPF3_getHfxtAmpAdjustment(). Please refer to the documentation of PowerLPF3_getHfxtAmpAdjustment() for more details.

Note
The radio must be disabled when adjusting the HFXT amplitude, and while the amplitude is settling. After this function returns, the caller must wait until the HFXT amplitude has settled.
Parameters
adjustmentthe value returned by PowerLPF3_getHfxtAmpAdjustment(). No other value is allowed.
Precondition
PowerLPF3_getHfxtAmpAdjustment() must be called, and it must return a non-zero value (indicating that adjustment is needed)
See also
PowerLPF3_getHfxtAmpAdjustment()

Referenced by PowerLPF3_releaseLatches().

§ PowerCC23X0_schedulerDisable()

void PowerCC23X0_schedulerDisable ( void  )

§ PowerCC23X0_schedulerRestore()

void PowerCC23X0_schedulerRestore ( void  )
© Copyright 1995-2024, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale