Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 38) sorted by relevance

12

/hal_ti-latest/simplelink/source/ti/drivers/gpio/
DGPIOCC32XX.c252 uint32_t index; in getInterruptTypeIndex() local
272 uint32_t index; in getInPinTypesIndex() local
292 uint32_t index; in getOutPinTypesIndex() local
312 uint32_t index; in getOutPinStrengthsIndex() local
331 void GPIO_clearInt(uint_least8_t index) in GPIO_clearInt()
347 void GPIO_disableInt(uint_least8_t index) in GPIO_disableInt()
371 void GPIO_enableInt(uint_least8_t index) in GPIO_enableInt()
397 void GPIO_getConfig(uint_least8_t index, GPIO_PinConfig *pinConfig) in GPIO_getConfig()
509 uint_fast8_t GPIO_read(uint_least8_t index) in GPIO_read()
532 void GPIO_setCallback(uint_least8_t index, GPIO_CallbackFxn callback) in GPIO_setCallback()
[all …]
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DLRFCC23X0.c738 int32_t index = HWREG_READ_LRF(LRFDPBE_BASE + LRFDPBE_O_RXFRP) + offset; in LRF_peekRxFifo() local
750 int32_t index = HWREG_READ_LRF(LRFDPBE_BASE + LRFDPBE_O_TXFRP) + offset; in LRF_peekTxFifo() local
761 int32_t index = HWREG_READ_LRF(LRFDPBE_BASE + LRFDPBE_O_TXFWP) + offset; in LRF_getTxFifoWrAddr() local
811 int32_t index = HWREG_READ_LRF(LRFDPBE_BASE + LRFDPBE_O_TXFRP) + (wordLength * 4); in LRF_skipTxFifoWords() local
822 int32_t index = HWREG_READ_LRF(LRFDPBE_BASE + LRFDPBE_O_RXFRP) + (wordLength * 4); in LRF_discardRxFifoWords() local
850 int32_t index = readPointer + (wordLength * 4); in LRF_readRxFifoWords() local
877 int32_t index = writePointer + (wordLength * 4); in LRF_writeTxFifoWords() local
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dadc.h376 __STATIC_INLINE uint32_t ADCReadResult(uint32_t index) in ADCReadResult()
424 __STATIC_INLINE uint32_t ADCReadResultNonBlocking(uint32_t index) in ADCReadResultNonBlocking()
Dinterrupt.c199 uint32_t index = intNum >> 2; in IntGetPriority() local
Dadc.c90 void ADCSetInput(uint32_t reference, uint8_t channel, uint32_t index) in ADCSetInput()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/
DRNG.c55 RNG_Handle RNG_open(uint_least8_t index, const RNG_Params *params) in RNG_open()
DAESCTRDRBG.c64 __attribute__((weak)) AESCTRDRBG_Handle AESCTRDRBG_open(uint_least8_t index, const AESCTRDRBG_Param… in AESCTRDRBG_open()
DAESCMAC.c70 __attribute__((weak)) AESCMAC_Handle AESCMAC_open(uint_least8_t index, const AESCMAC_Params *params) in AESCMAC_open()
DAESECB.c77 __attribute__((weak)) AESECB_Handle AESECB_open(uint_least8_t index, const AESECB_Params *params) in AESECB_open()
DECDH.c60 __attribute__((weak)) ECDH_Handle ECDH_open(uint_least8_t index, const ECDH_Params *params) in ECDH_open()
DAESCTR.c69 __attribute__((weak)) AESCTR_Handle AESCTR_open(uint_least8_t index, const AESCTR_Params *params) in AESCTR_open()
DAESCCM.c69 __attribute__((weak)) AESCCM_Handle AESCCM_open(uint_least8_t index, const AESCCM_Params *params) in AESCCM_open()
/hal_ti-latest/simplelink/source/ti/drivers/
DCapture.c93 Capture_Handle Capture_open(uint_least8_t index, Capture_Params *params) in Capture_open()
DCamera.c106 Camera_Handle Camera_open(uint_least8_t index, Camera_Params *params) in Camera_open()
DSPI.c102 SPI_Handle SPI_open(uint_least8_t index, SPI_Params *params) in SPI_open()
DADC.c111 ADC_Handle ADC_open(uint_least8_t index, ADC_Params *params) in ADC_open()
DWatchdog.c106 Watchdog_Handle Watchdog_open(uint_least8_t index, Watchdog_Params *params) in Watchdog_open()
DI2C.c106 I2C_Handle I2C_open(uint_least8_t index, I2C_Params *params) in I2C_open()
DTimer.c101 Timer_Handle Timer_open(uint_least8_t index, Timer_Params *params) in Timer_open()
DPWM.c99 PWM_Handle PWM_open(uint_least8_t index, PWM_Params *params) in PWM_open()
DSD.c115 SD_Handle SD_open(uint_least8_t index, SD_Params *params) in SD_open()
DUART2.c81 UART2_Handle __attribute__((weak)) UART2_open(uint_least8_t index, in UART2_open()
DUART.c109 UART_Handle UART_open(uint_least8_t index, UART_Params *params) in UART_open()
DNVS.c112 NVS_Handle NVS_open(uint_least8_t index, NVS_Params *params) in NVS_open()
/hal_ti-latest/simplelink/source/ti/drivers/apps/
DButton.c96 void Button_gpioCallbackFxn(uint_least8_t index) in Button_gpioCallbackFxn()

12