Home
last modified time | relevance | path

Searched refs:ADC_INVALID_MEM (Results 1 – 2 of 2) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dadc14.c124 return ADC_INVALID_MEM; in _getIndexForMemRegister()
316 _getIndexForMemRegister(memoryStart) != ADC_INVALID_MEM in ADC14_configureMultiSequenceMode()
317 && _getIndexForMemRegister(memoryEnd) != ADC_INVALID_MEM); in ADC14_configureMultiSequenceMode()
619 _getIndexForMemRegister(memoryStart) != ADC_INVALID_MEM in ADC14_getResultArray()
620 && _getIndexForMemRegister(memoryEnd) != ADC_INVALID_MEM); in ADC14_getResultArray()
Dadc14.h247 #define ADC_INVALID_MEM 32 macro