Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_manager.c21 uint16_t freeCount; in GpioCntlrCheckStart() local
33 freeCount = cntlrCur->start; in GpioCntlrCheckStart()
36 freeCount = cntlrCur->start - freeStart; in GpioCntlrCheckStart()
41 cntlr->start, freeStart, freeCount); in GpioCntlrCheckStart()
45 if ((cntlr->start + cntlr->count) <= (freeStart + freeCount)) { in GpioCntlrCheckStart()