Home
last modified time | relevance | path

Searched refs:LRFDSetClockDependency (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dlrfd.h91 extern void LRFDSetClockDependency(uint16_t mask, uint8_t dependencySetId);
Dlrfd.c53 void LRFDSetClockDependency(uint16_t mask, uint8_t dependencySetId) in LRFDSetClockDependency() function
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/hal/cc23x0/
Dhal_cc23x0.c382 LRFDSetClockDependency(mask, LRFD_CLK_DEP_RCL); in hal_set_rcl_clock_enable()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c616 LRFDSetClockDependency(1 << bitIndex, LRFD_CLK_DEP_POWER); in Power_setDependency()