Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dioc.c150 IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown) in IOCIOShutdownSet() argument
159 ASSERT((ui32IOShutdown == IOC_NO_WAKE_UP) || in IOCIOShutdownSet()
160 (ui32IOShutdown == IOC_WAKE_ON_LOW) || in IOCIOShutdownSet()
161 (ui32IOShutdown == IOC_WAKE_ON_HIGH)); in IOCIOShutdownSet()
173 HWREG(ui32Reg) = ui32Config | ui32IOShutdown; in IOCIOShutdownSet()
A Dioc.h460 extern void IOCIOShutdownSet(uint32_t ui32IOId, uint32_t ui32IOShutdown);
A Drom.h456 ((void (*)(uint32_t ui32IOId, uint32_t ui32IOShutdown)) \

Completed in 8 milliseconds