Searched refs:ulPoll (Results 1 – 9 of 9) sorted by relevance
| /bsp/lm4f232/Libraries/driverlib/ |
| A D | peci.c | 128 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 D | peci.h | 172 unsigned long ulBaud, unsigned long ulPoll,
|
| A D | rom.h | 2886 unsigned long ulPoll, \
|
| /bsp/lm3s8962/Libraries/driverlib/ |
| A D | peci.c | 128 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 D | peci.h | 172 unsigned long ulBaud, unsigned long ulPoll,
|
| A D | rom.h | 2886 unsigned long ulPoll, \
|
| /bsp/lm3s9b9x/Libraries/driverlib/ |
| A D | peci.c | 128 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 D | peci.h | 172 unsigned long ulBaud, unsigned long ulPoll,
|
| A D | rom.h | 2886 unsigned long ulPoll, \
|
Completed in 45 milliseconds