Home
last modified time | relevance | path

Searched refs:IOC_CURRENT_2MA (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dioc.h281 #define IOC_CURRENT_2MA 0x00000000 // 2mA drive strength macro
315 #define IOC_STD_INPUT (IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | \
320 #define IOC_STD_OUTPUT (IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | \
Dioc.c368 ASSERT((ui32IOCurrent == IOC_CURRENT_2MA) || in IOCIODrvStrengthSet()
658 ui32IOConfig = IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | IOC_IOPULL_UP | in IOCPinTypeI2c()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dioc.h284 #define IOC_CURRENT_2MA 0x00000000 // 2mA drive strength macro
318 #define IOC_STD_INPUT (IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | \
323 #define IOC_STD_OUTPUT (IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | \
Dioc.c370 ASSERT((ui32IOCurrent == IOC_CURRENT_2MA) || in IOCIODrvStrengthSet()
659 ui32IOConfig = IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | IOC_IOPULL_UP | in IOCPinTypeI2c()