Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_batmon.h220 bool bStatus; in AONBatMonNewBatteryMeasureReady() local
223 bStatus = HWREG(AON_BATMON_BASE + AON_BATMON_O_BATUPD) & in AONBatMonNewBatteryMeasureReady()
227 if(bStatus) in AONBatMonNewBatteryMeasureReady()
233 return (bStatus); in AONBatMonNewBatteryMeasureReady()
259 bool bStatus; in AONBatMonNewTempMeasureReady() local
262 bStatus = HWREG(AON_BATMON_BASE + AON_BATMON_O_TEMPUPD) & in AONBatMonNewTempMeasureReady()
266 if(bStatus) in AONBatMonNewTempMeasureReady()
272 return (bStatus); in AONBatMonNewTempMeasureReady()
Dprcm.c598 bool bStatus; in PRCMPowerDomainStatus() local
607 bStatus = true; in PRCMPowerDomainStatus()
614 bStatus = bStatus && in PRCMPowerDomainStatus()
620 bStatus = bStatus && (ui32StatusRegister0 & PRCM_PDSTAT0_SERIAL_ON); in PRCMPowerDomainStatus()
624 bStatus = bStatus && (ui32StatusRegister0 & PRCM_PDSTAT0_PERIPH_ON); in PRCMPowerDomainStatus()
628 return (bStatus ? PRCM_DOMAIN_POWER_ON : PRCM_DOMAIN_POWER_OFF); in PRCMPowerDomainStatus()
Dflash.c394 bool bStatus; in FlashEfuseReadRow() local
423 bStatus = 1; in FlashEfuseReadRow()
431 bStatus = 0; in FlashEfuseReadRow()
441 return(bStatus); in FlashEfuseReadRow()