Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/driverlib/
Dsdhost.c377 IntRegister(INT_MMCHS, pfnHandler); in SDHostIntRegister()
382 IntEnable(INT_MMCHS); in SDHostIntRegister()
408 IntDisable(INT_MMCHS); in SDHostIntUnregister()
413 IntUnregister(INT_MMCHS); in SDHostIntUnregister()
/hal_ti-2.7.6/simplelink/source/ti/devices/cc32xx/inc/
Dhw_ints.h89 #define INT_MMCHS 175 // SDIO macro
/hal_ti-2.7.6/simplelink/source/ti/drivers/sd/
DSDHostCC32XX.c511 object->hwiHandle = HwiP_create(INT_MMCHS, hwiIntFxn, in SDHostCC32XX_open()