Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dfsdm.c3000 uint32_t threshold; in HAL_DFSDM_IRQHandler() local
3005threshold = ((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()
/loramac-node-latest/
DCHANGELOG.md32 - Make LBT RSSI free channel threshold and carrier sense time (CST) parameters configurable
144 - Changed SX1272 and SX1276 FSK FIFO threshold from 15 to 31 in order to give more time for the MCU…