Searched refs:thresh (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/tsi_v4/ |
| D | fsl_tsi_v4.c | 48 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()
|
| D | fsl_tsi_v4.h | 219 uint16_t thresh; /*!< High threshold. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/tsi/ |
| D | fsl_tsi_v4.c | 48 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()
|
| D | fsl_tsi_v4.h | 219 uint16_t thresh; /*!< High threshold. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnsupportfunctions.h | 934 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/ |
| D | wls_subspace_processing.c | 277 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()
|