Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance
143 enum uart_optical_cmp_threshold threshold; member
500 | cfg->duty | cfg->threshold; in uart_config_optical_interface()
2990 uint32_t threshold; in HAL_DFSDM_IRQHandler() local2995 …threshold = ((reg & DFSDM_FLTAWSR_AWLTF) != 0U) ? DFSDM_AWD_LOW_THRESHOLD : DFSDM_AWD_HIGH_THRESHO… in HAL_DFSDM_IRQHandler()2996 if (threshold == DFSDM_AWD_HIGH_THRESHOLD) in HAL_DFSDM_IRQHandler()3006 hdfsdm_filter->Instance->FLTAWCFR = (threshold == DFSDM_AWD_HIGH_THRESHOLD) ? \ in HAL_DFSDM_IRQHandler()3012 hdfsdm_filter->AwdCallback(hdfsdm_filter, channel, threshold); in HAL_DFSDM_IRQHandler()3014 HAL_DFSDM_FilterAwdCallback(hdfsdm_filter, channel, threshold); in HAL_DFSDM_IRQHandler()
3411 uint32_t threshold = 0U; in HAL_DFSDM_IRQHandler() local3416 …threshold = ((reg & DFSDM_FLTAWSR_AWLTF) != 0U) ? DFSDM_AWD_LOW_THRESHOLD : DFSDM_AWD_HIGH_THRESHO… in HAL_DFSDM_IRQHandler()3417 if(threshold == DFSDM_AWD_HIGH_THRESHOLD) in HAL_DFSDM_IRQHandler()3427 hdfsdm_filter->Instance->FLTAWCFR = (threshold == DFSDM_AWD_HIGH_THRESHOLD) ? \ in HAL_DFSDM_IRQHandler()3433 hdfsdm_filter->AwdCallback(hdfsdm_filter, channel, threshold); in HAL_DFSDM_IRQHandler()3435 HAL_DFSDM_FilterAwdCallback(hdfsdm_filter, channel, threshold); in HAL_DFSDM_IRQHandler()
4050 even if one is already pending, if the rcv_wnd is above a threshold