Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/drivers/uart/
H A Duart.h143 enum uart_optical_cmp_threshold threshold; member
H A Duart.c500 | cfg->duty | cfg->threshold; in uart_config_optical_interface()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dfsdm.c2990 uint32_t threshold; in HAL_DFSDM_IRQHandler() local
2995threshold = ((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()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_dfsdm.c3411 uint32_t threshold = 0U; in HAL_DFSDM_IRQHandler() local
3416threshold = ((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()
/btstack/3rd-party/lwip/core/
H A DCHANGELOG4050 even if one is already pending, if the rcv_wnd is above a threshold