Home
last modified time | relevance | path

Searched refs:PowerCC23X0_NUMCONSTRAINTS (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c171 static uint8_t constraintCounts[PowerCC23X0_NUMCONSTRAINTS];
413 DebugP_assert(constraintId < PowerCC23X0_NUMCONSTRAINTS); in Power_getConstraintCount()
415 if (constraintId < PowerCC23X0_NUMCONSTRAINTS) in Power_getConstraintCount()
543 DebugP_assert(constraintId < PowerCC23X0_NUMCONSTRAINTS); in Power_setConstraint()
566 DebugP_assert(constraintId < PowerCC23X0_NUMCONSTRAINTS); in Power_releaseConstraint()
DPowerCC23X0.h219 #define PowerCC23X0_NUMCONSTRAINTS 4 /* Number of constraints supported */ macro