Searched refs:threshold (Results 1 – 2 of 2) sorted by relevance
3000 uint32_t threshold; in HAL_DFSDM_IRQHandler() local3005 …threshold = ((reg & DFSDM_FLTAWSR_AWLTF) != 0U) ? DFSDM_AWD_LOW_THRESHOLD : DFSDM_AWD_HIGH_THRESHO… in HAL_DFSDM_IRQHandler()3006 if (threshold == DFSDM_AWD_HIGH_THRESHOLD) in HAL_DFSDM_IRQHandler()3016 hdfsdm_filter->Instance->FLTAWCFR = (threshold == DFSDM_AWD_HIGH_THRESHOLD) ? \ in HAL_DFSDM_IRQHandler()3022 hdfsdm_filter->AwdCallback(hdfsdm_filter, channel, threshold); in HAL_DFSDM_IRQHandler()3024 HAL_DFSDM_FilterAwdCallback(hdfsdm_filter, channel, threshold); in HAL_DFSDM_IRQHandler()
32 - Make LBT RSSI free channel threshold and carrier sense time (CST) parameters configurable144 - Changed SX1272 and SX1276 FSK FIFO threshold from 15 to 31 in order to give more time for the MCU…