Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dioc.h285 #define IOC_STRENGTH_AUTO 0x00000000 // Automatic 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.c374 (ui32DrvStrength == IOC_STRENGTH_AUTO)); 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.h288 #define IOC_STRENGTH_AUTO 0x00000000 // Automatic 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.c376 (ui32DrvStrength == IOC_STRENGTH_AUTO)); in IOCIODrvStrengthSet()
659 ui32IOConfig = IOC_CURRENT_2MA | IOC_STRENGTH_AUTO | IOC_IOPULL_UP | in IOCPinTypeI2c()