Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dioc.c253 IOCIOPortPullSet(uint32_t ui32IOId, uint32_t ui32Pull) in IOCIOPortPullSet() argument
262 ASSERT((ui32Pull == IOC_NO_IOPULL) || in IOCIOPortPullSet()
263 (ui32Pull == IOC_IOPULL_UP) || in IOCIOPortPullSet()
264 (ui32Pull == IOC_IOPULL_DOWN)); in IOCIOPortPullSet()
276 HWREG(ui32IOReg) = ui32Config | ui32Pull; in IOCIOPortPullSet()
A Dioc.h529 extern void IOCIOPortPullSet(uint32_t ui32IOId, uint32_t ui32Pull);
A Drom.h468 ((void (*)(uint32_t ui32IOId, uint32_t ui32Pull)) \

Completed in 7 milliseconds