Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v4/
Dfsl_tsi_v4.c48 TSI_SetHighThreshold(base, config->thresh); in TSI_Init()
59 TSI_SetHighThreshold(base, config->thresh); in TSI_Init()
121 userConfig->thresh = 0U; in TSI_GetNormalModeDefaultConfig()
154 userConfig->thresh = 400U; in TSI_GetLowPowerModeDefaultConfig()
Dfsl_tsi_v4.h219 uint16_t thresh; /*!< High threshold. */ member
/hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/
Dfsl_tsi_v4.c48 TSI_SetHighThreshold(base, config->thresh); in TSI_Init()
59 TSI_SetHighThreshold(base, config->thresh); in TSI_Init()
121 userConfig->thresh = 0U; in TSI_GetNormalModeDefaultConfig()
154 userConfig->thresh = 400U; in TSI_GetLowPowerModeDefaultConfig()
Dfsl_tsi_v4.h219 uint16_t thresh; /*!< High threshold. */ member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h934 const int32_t thresh = ((1 << (31 - exp)) - 1); in arm_nn_mult_by_power_of_two() local
936 result = SELECT_USING_MASK(MASK_IF_NON_ZERO(val > thresh), Q31_MAX, result); in arm_nn_mult_by_power_of_two()
937 result = SELECT_USING_MASK(MASK_IF_NON_ZERO(val < -thresh), Q31_MIN, result); in arm_nn_mult_by_power_of_two()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_subspace_processing.c277 int findSigSpace(float *inputBuff, float *eMatrix, float thresh, int matSizeN, hal_pktinfo_t *pktin… in findSigSpace() argument
296 if (sub_det_thresh_rel*max > thresh) in findSigSpace()
297 thresh = sub_det_thresh_rel*max; in findSigSpace()
309 if(max>thresh){ in findSigSpace()