Searched refs:FeedBackScale (Results 1 – 2 of 2) sorted by relevance
178 assert_param(IS_IIR_FEEDBACK_SCALE(Config->FeedBackScale)); in LL_IIR_FilterConfig()182 ((uint32_t)(Config->FeedBackScale << IIR_SCALR_FBSCAL_Pos)) | in LL_IIR_FilterConfig()217 assert_param(IS_IIR_FEEDBACK_SCALE(Config->FeedBackScale)); in LL_IIR_FilterConfig_Preload()221 ((uint32_t)(Config->FeedBackScale << IIR_SCALSR_FBSCALS_Pos)) | in LL_IIR_FilterConfig_Preload()
95 uint32_t FeedBackScale; /*!< Specifies the feekback narrow scale. member
Completed in 5 milliseconds