Searched refs:MB_CommResponseRequest (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/mb/ |
| D | mb.h | 556 BOOL MB_CommResponseRequest(u16 child_aid, MBCommResponseRequestType ack); 572 return MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_DOWNLOAD); in MB_CommStartSending() 631 return MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_BOOT); in MB_CommBootRequest()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot/src/ |
| D | parent.c | 227 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentStateCallback() 482 result = MB_CommResponseRequest(i, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentMain() 516 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentMain() 551 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_KICK); in ParentMain()
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/mbp/ |
| D | mbp.c | 306 if (!MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_ACCEPT)) in MBP_AcceptChild() 328 if (!MB_CommResponseRequest(child_aid, MB_COMM_RESPONSE_REQUEST_KICK)) in MBP_KickChild()
|
| /TwlSDK-5.1.0/build/demos/mb/multiboot-PowerSave/src/ |
| D | parent.c | 205 (void)MB_CommResponseRequest(aid, MB_COMM_RESPONSE_REQUEST_ACCEPT); in ParentStateCallback()
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_parent.c | 209 BOOL MB_CommResponseRequest(u16 child_aid, MBCommResponseRequestType ack) in MB_CommResponseRequest() function
|