Home
last modified time | relevance | path

Searched refs:tBoolean (Results 1 – 25 of 52) sorted by relevance

123

/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Di2c.h155 extern tBoolean I2CMasterBusBusy(unsigned long ulBase);
156 extern tBoolean I2CMasterBusy(unsigned long ulBase);
164 tBoolean bFast);
168 extern tBoolean I2CMasterIntStatus(unsigned long ulBase, tBoolean bMasked);
174 tBoolean bMasked);
178 extern void I2CSlaveACKOverride(unsigned long ulBase, tBoolean bEnable);
179 extern void I2CSlaveACKValueSet(unsigned long ulBase, tBoolean bACK);
183 tBoolean bReceive);
198 extern tBoolean I2CSlaveIntStatus(unsigned long ulBase, tBoolean bMasked);
200 tBoolean bMasked);
A Di2c.c85 static tBoolean
108 static tBoolean
193 tBoolean bFast) in I2CMasterInitExpClk()
785 tBoolean
786 I2CMasterIntStatus(unsigned long ulBase, tBoolean bMasked) in I2CMasterIntStatus()
861 tBoolean
862 I2CSlaveIntStatus(unsigned long ulBase, tBoolean bMasked) in I2CSlaveIntStatus()
1113 tBoolean bReceive) in I2CMasterSlaveAddrSet()
1170 tBoolean
1205 tBoolean
[all …]
A Duart.h207 extern void UARTEnableSIR(unsigned long ulBase, tBoolean bLowPower);
209 extern tBoolean UARTCharsAvail(unsigned long ulBase);
210 extern tBoolean UARTSpaceAvail(unsigned long ulBase);
213 extern tBoolean UARTCharPutNonBlocking(unsigned long ulBase,
216 extern void UARTBreakCtl(unsigned long ulBase, tBoolean bBreakState);
217 extern tBoolean UARTBusy(unsigned long ulBase);
222 extern unsigned long UARTIntStatus(unsigned long ulBase, tBoolean bMasked);
A Dpwm.h245 tBoolean bEnable);
247 tBoolean bInvert);
250 tBoolean bDriveHigh);
252 tBoolean bFaultSuppress);
264 tBoolean bMasked);
270 extern unsigned long PWMIntStatus(unsigned long ulBase, tBoolean bMasked);
A Dtimer.h160 tBoolean bInvert);
162 tBoolean bEnable);
166 tBoolean bStall);
169 tBoolean bWait);
199 extern unsigned long TimerIntStatus(unsigned long ulBase, tBoolean bMasked);
A Dwatchdog.h67 extern tBoolean WatchdogRunning(unsigned long ulBase);
73 extern tBoolean WatchdogLockState(unsigned long ulBase);
80 extern unsigned long WatchdogIntStatus(unsigned long ulBase, tBoolean bMasked);
A Dcan.h419 extern tBoolean CANErrCntrGet(unsigned long ulBase, unsigned long *pulRxCount,
431 tCANMsgObject *pMsgObject, tBoolean bClrPendingInt);
434 extern tBoolean CANRetryGet(unsigned long ulBase);
435 extern void CANRetrySet(unsigned long ulBase, tBoolean bAutoRetry);
A Drom.h305 tBoolean bInterrupt))ROM_ADCTABLE[17])
1598 tBoolean bMasked))ROM_GPIOTABLE[9])
2193 tBoolean bFast))ROM_I2CTABLE[1])
2529 tBoolean bEnable))ROM_I2CTABLE[34])
2535 tBoolean bACK))ROM_I2CTABLE[35])
2762 ((tBoolean (*)(void))ROM_INTERRUPTTABLE[1])
2772 ((tBoolean (*)(void))ROM_INTERRUPTTABLE[2])
4094 tBoolean bACK))ROM_SMBUSTABLE[30])
6271 tBoolean bStart))ROM_USBTABLE[35])
6282 tBoolean bStart))ROM_USBTABLE[36])
[all …]
A Dcomp.h125 extern tBoolean ComparatorValueGet(unsigned long ulBase, unsigned long ulComp);
132 extern tBoolean ComparatorIntStatus(unsigned long ulBase, unsigned long ulComp,
133 tBoolean bMasked);
A Dsysctl.h583 extern tBoolean SysCtlPinPresent(unsigned long ulPin);
584 extern tBoolean SysCtlPeripheralPresent(unsigned long ulPeripheral);
585 extern tBoolean SysCtlPeripheralReady(unsigned long ulPeripheral);
595 extern void SysCtlPeripheralClockGating(tBoolean bEnable);
601 extern unsigned long SysCtlIntStatus(tBoolean bMasked);
622 extern void SysCtlIOSCVerificationSet(tBoolean bEnable);
623 extern void SysCtlMOSCVerificationSet(tBoolean bEnable);
624 extern void SysCtlPLLVerificationSet(tBoolean bEnable);
A Dlpc.h410 tBoolean bEnabled);
413 extern void LPCIRQConfig(unsigned long ulBase, tBoolean bIRQPulse,
414 tBoolean bIRQOnChange);
423 extern unsigned long LPCIntStatus(unsigned long ulBase, tBoolean bMasked);
473 extern unsigned long LPCCOMxIntStatus(unsigned long ulBase, tBoolean bMasked);
A Dcomp.c198 tBoolean
383 tBoolean
385 tBoolean bMasked) in ComparatorIntStatus()
A Dethernet.h135 extern tBoolean EthernetPacketAvail(unsigned long ulBase);
136 extern tBoolean EthernetSpaceAvail(unsigned long ulBase);
152 extern unsigned long EthernetIntStatus(unsigned long ulBase, tBoolean bMasked);
A Dinterrupt.h67 extern tBoolean IntMasterEnable(void);
68 extern tBoolean IntMasterDisable(void);
A Dqei.h105 extern tBoolean QEIErrorGet(unsigned long ulBase);
115 extern unsigned long QEIIntStatus(unsigned long ulBase, tBoolean bMasked);
A Duart.c98 static tBoolean
629 UARTEnableSIR(unsigned long ulBase, tBoolean bLowPower) in UARTEnableSIR()
1076 tBoolean
1103 tBoolean
1219 tBoolean
1302 UARTBreakCtl(unsigned long ulBase, tBoolean bBreakState) in UARTBreakCtl()
1333 tBoolean
1526 UARTIntStatus(unsigned long ulBase, tBoolean bMasked) in UARTIntStatus()
A Dusb.h421 tBoolean bIsLastPacket);
475 tBoolean bDataToggle,
497 extern void USBHostReset(unsigned long ulBase, tBoolean bStart);
498 extern void USBHostResume(unsigned long ulBase, tBoolean bStart);
513 extern void USBOTGSessionRequest(unsigned long ulBase, tBoolean bStart);
A Dhibernate.h111 extern tBoolean HibernateGPIORetentionGet(void);
136 extern unsigned long HibernateIntStatus(tBoolean bMasked);
A Dadc.h241 tBoolean bMasked);
287 tBoolean bTrigger, tBoolean bInterrupt);
A Dwatchdog.c67 tBoolean
235 tBoolean
469 WatchdogIntStatus(unsigned long ulBase, tBoolean bMasked) in WatchdogIntStatus()
A Dssi.h118 extern unsigned long SSIIntStatus(unsigned long ulBase, tBoolean bMasked);
122 extern tBoolean SSIBusy(unsigned long ulBase);
A Dsysctl.c211 static tBoolean
439 tBoolean
531 tBoolean
621 tBoolean
1335 SysCtlPeripheralClockGating(tBoolean bEnable) in SysCtlPeripheralClockGating()
1538 SysCtlIntStatus(tBoolean bMasked) in SysCtlIntStatus()
1991 tBoolean bNewPLL;
2764 SysCtlIOSCVerificationSet(tBoolean bEnable) in SysCtlIOSCVerificationSet()
2802 SysCtlMOSCVerificationSet(tBoolean bEnable) in SysCtlMOSCVerificationSet()
2838 SysCtlPLLVerificationSet(tBoolean bEnable) in SysCtlPLLVerificationSet()
A Dpwm.c86 static tBoolean
108 static tBoolean
723 tBoolean bEnable) in PWMOutputState()
771 tBoolean bInvert) in PWMOutputInvert()
827 tBoolean bDriveHigh) in PWMOutputFaultLevel()
880 tBoolean bFaultSuppress) in PWMOutputFault()
1312 PWMGenIntStatus(unsigned long ulBase, unsigned long ulGen, tBoolean bMasked) in PWMGenIntStatus()
1511 PWMIntStatus(unsigned long ulBase, tBoolean bMasked) in PWMIntStatus()
A Dlpc.c71 static tBoolean
168 tBoolean bEnabled) in LPCStatusBlockAddressSet()
324 LPCIRQConfig(unsigned long ulBase, tBoolean bIRQPulse, tBoolean bIRQOnChange) in LPCIRQConfig()
652 LPCIntStatus(unsigned long ulBase, tBoolean bMasked) in LPCIntStatus()
1492 LPCCOMxIntStatus(unsigned long ulBase, tBoolean bMasked) in LPCCOMxIntStatus()
A Dssi.c82 static tBoolean
462 SSIIntStatus(unsigned long ulBase, tBoolean bMasked) in SSIIntStatus()
783 tBoolean

Completed in 63 milliseconds

123