Home
last modified time | relevance | path

Searched refs:MBPState (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/build/demos/wireless_shared/mbp/
Dmbp.h82 MBPState; typedef
145 const MBPState *MBP_Main(void);
158 void MBP_GetConnectState(MBPState * state);
Dmbp.c59 static MBPState mbpState;
103 mbpState = (const MBPState) in MBP_Init()
855 void MBP_GetConnectState(MBPState * state) in MBP_GetConnectState()
857 MI_CpuCopy8(&mbpState, state, sizeof(MBPState)); in MBP_GetConnectState()
900 MBPState tmpState; in MBP_GetChildState()
911 MI_CpuCopy8(&mbpState, &tmpState, sizeof(MBPState)); in MBP_GetChildState()