Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dlrfd.c46 static uint16_t lrfdClockDependencySets[LRFD_NUM_CLK_DEP];
55 if (dependencySetId < LRFD_NUM_CLK_DEP) in LRFDSetClockDependency()
69 if (dependencySetId < LRFD_NUM_CLK_DEP) in LRFDReleaseClockDependency()
85 for (int i = 0; i < LRFD_NUM_CLK_DEP; i++) in LRFDApplyClockDependencies()
Dlrfd.h62 #define LRFD_NUM_CLK_DEP 2 macro