Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h205 #define BMI_MAX_NUM_OF_TASKS 128 macro
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm.h311 BMI_MAX_NUM_OF_TASKS
H A Dfm_ncsw.c160 (p_Fm->p_FmStateStruct->totalNumOfTasks > BMI_MAX_NUM_OF_TASKS)) in CheckFmParameters()
161 …, E_INVALID_VALUE, ("totalNumOfTasks number has to be in the range 1 - %d", BMI_MAX_NUM_OF_TASKS)); in CheckFmParameters()