Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/power/
DPowerCC23X0.c392 uint8_t bitIndex = RESOURCE_BIT_INDEX(resourceId); in Power_getDependencyCount() local
396 return (int_fast16_t)resourceCountsClkctl0[bitIndex]; in Power_getDependencyCount()
400 return (int_fast16_t)resourceCountsLrfd[bitIndex]; in Power_getDependencyCount()
593 uint8_t bitIndex; in Power_setDependency() local
608 bitIndex = RESOURCE_BIT_INDEX(resourceId); in Power_setDependency()
613 HWREG(CLKCTL_BASE + CLKCTL_O_CLKENSET0) = 1 << bitIndex; in Power_setDependency()
616 LRFDSetClockDependency(1 << bitIndex, LRFD_CLK_DEP_POWER); in Power_setDependency()
641 uint8_t bitIndex; in Power_releaseDependency() local
658 bitIndex = RESOURCE_BIT_INDEX(resourceId); in Power_releaseDependency()
663 HWREG(CLKCTL_BASE + CLKCTL_O_CLKENCLR0) = 1 << bitIndex; in Power_releaseDependency()
[all …]