Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dioc.c183 IOCIOModeSet(uint32_t ui32IOId, uint32_t ui32IOMode) in IOCIOModeSet() argument
192 ASSERT((ui32IOMode == IOC_IOMODE_NORMAL) || in IOCIOModeSet()
193 (ui32IOMode == IOC_IOMODE_INV) || in IOCIOModeSet()
194 (ui32IOMode == IOC_IOMODE_OPEN_DRAIN_NORMAL) || in IOCIOModeSet()
195 (ui32IOMode == IOC_IOMODE_OPEN_DRAIN_INV) || in IOCIOModeSet()
196 (ui32IOMode == IOC_IOMODE_OPEN_SRC_NORMAL) || in IOCIOModeSet()
197 (ui32IOMode == IOC_IOMODE_OPEN_SRC_INV)); in IOCIOModeSet()
209 HWREG(ui32Reg) = ui32Config | ui32IOMode; in IOCIOModeSet()
A Dioc.h484 extern void IOCIOModeSet(uint32_t ui32IOId, uint32_t ui32IOMode);
A Drom.h460 ((void (*)(uint32_t ui32IOId, uint32_t ui32IOMode)) \

Completed in 7 milliseconds