Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dtp.h50 TPRequestCommand; typedef
113 typedef void (*TPRecvCallback) (TPRequestCommand command, TPRequestResult result, u16 index);
/TwlSDK-5.1.0/build/demos/spi/spiMonkey/src/
Dmonkey.c30 static void MonkeyTpCallback(TPRequestCommand command, TPRequestResult result, u16 index);
259 static void MonkeyTpCallback(TPRequestCommand command, TPRequestResult result, u16 index) in MonkeyTpCallback()
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dtp.c223 static inline void TPi_ErrorAtPxi(TPRequestCommand command) in TPi_ErrorAtPxi()
267 TPi_ErrorAtPxi((TPRequestCommand)command); in TPi_TpCallback()
286 (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()
348 (tpState.callback) ((TPRequestCommand)command, (TPRequestResult)(result & 0xff), 0); in TPi_TpCallback()