Home
last modified time | relevance | path

Searched refs:IntOversampling (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_dfsdm.h211 uint32_t IntOversampling; /*!< Integrator oversampling ratio. member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_dfsdm.h202 uint32_t IntOversampling; /*!< Integrator oversampling ratio. member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_dfsdm.c1284 …assert_param(IS_DFSDM_FILTER_INTEGRATOR_OVS_RATIO(hdfsdm_filter->Init.FilterParam.IntOversampling)… in HAL_DFSDM_FilterInit()
1371 (hdfsdm_filter->Init.FilterParam.IntOversampling - 1U)); in HAL_DFSDM_FilterInit()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_dfsdm.c1706 …assert_param(IS_DFSDM_FILTER_INTEGRATOR_OVS_RATIO(hdfsdm_filter->Init.FilterParam.IntOversampling)… in HAL_DFSDM_FilterInit()
1801 (hdfsdm_filter->Init.FilterParam.IntOversampling - 1U)); in HAL_DFSDM_FilterInit()