Home
last modified time | relevance | path

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

/bsp/lm4f232/Libraries/driverlib/
A Dpeci.c128 unsigned long ulBaud, unsigned long ulPoll, in PECIConfigSet() argument
141 ASSERT((ulPoll == 0) || in PECIConfigSet()
142 ((ulPoll >= PECI_MIN_POLL) && (ulPoll <= PECI_MAX_POLL))); in PECIConfigSet()
165 ulDiv = ((ulPoll == 0) ? 0 : ((((ulPECIClk * ulPoll) / 1000) + in PECIConfigSet()
A Dpeci.h172 unsigned long ulBaud, unsigned long ulPoll,
A Drom.h2886 unsigned long ulPoll, \
/bsp/lm3s8962/Libraries/driverlib/
A Dpeci.c128 unsigned long ulBaud, unsigned long ulPoll, in PECIConfigSet() argument
141 ASSERT((ulPoll == 0) || in PECIConfigSet()
142 ((ulPoll >= PECI_MIN_POLL) && (ulPoll <= PECI_MAX_POLL))); in PECIConfigSet()
165 ulDiv = ((ulPoll == 0) ? 0 : ((((ulPECIClk * ulPoll) / 1000) + in PECIConfigSet()
A Dpeci.h172 unsigned long ulBaud, unsigned long ulPoll,
A Drom.h2886 unsigned long ulPoll, \
/bsp/lm3s9b9x/Libraries/driverlib/
A Dpeci.c128 unsigned long ulBaud, unsigned long ulPoll, in PECIConfigSet() argument
141 ASSERT((ulPoll == 0) || in PECIConfigSet()
142 ((ulPoll >= PECI_MIN_POLL) && (ulPoll <= PECI_MAX_POLL))); in PECIConfigSet()
165 ulDiv = ((ulPoll == 0) ? 0 : ((((ulPECIClk * ulPoll) / 1000) + in PECIConfigSet()
A Dpeci.h172 unsigned long ulBaud, unsigned long ulPoll,
A Drom.h2886 unsigned long ulPoll, \

Completed in 45 milliseconds