Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/mb/
Dmb.h350 BOOL MB_SetParentCommParam(u16 sendSize, u16 maxChildren);
/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_wm_base.c1173 BOOL MB_SetParentCommParam(u16 sendSize, u16 maxChildren) in MB_SetParentCommParam() argument
1187 if (FALSE == MBi_IsCommSizeValid(sendSize, MB_COMM_P_RECVLEN_DEFAULT, maxChildren)) in MB_SetParentCommParam()
1196 p_mbi_param->parentParam.maxEntry = maxChildren; in MB_SetParentCommParam()