Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dtp.h65 TP_RESULT_SUCCESS = 0, // Success enumerator
/TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/
Dmonkey.c263 if (result == TP_RESULT_SUCCESS) in MonkeyTpCallback()
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dtp.c286 (tpState.callback) ((TPRequestCommand)command, TP_RESULT_SUCCESS, (u8)tpState.index); in TPi_TpCallback()
325 (tpState.callback) ((TPRequestCommand)command, TP_RESULT_SUCCESS, 0); in TPi_TpCallback()