Searched refs:lockTolerance (Results 1 – 9 of 9) sorted by relevance
269 proc calculate_fll_accuracy {targetCcoFreq sourceRefFreq trimStep refDiv lockTolerance} { argument273 return [expr {$fllPrecision * ($lockTolerance + 2)}]
219 …uint16_t lockTolerance; /**< CLK_FLL_CONFIG2 register, LOCK_TOL bits */ member
2209 uint16_t lockTolerance; /**< CLK_FLL_CONFIG2 register, LOCK_TOL bits */ member
1513 … config.lockTolerance = (uint16_t)CY_SYSLIB_DIV_ROUNDUP(config.fllMult * 18939UL, 1000000UL); in Cy_SysClk_FllConfigure()1630 …CY_ASSERT_L1(config->lockTolerance <= (SRSS_CLK_FLL_CONFIG2_LOCK_TOL_Msk >> SRSS_CLK_FLL_CONFIG2_L… in Cy_SysClk_FllManualConfigure()1633 _VAL2FLD(SRSS_CLK_FLL_CONFIG2_LOCK_TOL, config->lockTolerance); in Cy_SysClk_FllManualConfigure()1672 config->lockTolerance = (uint16_t)_FLD2VAL(SRSS_CLK_FLL_CONFIG2_LOCK_TOL, tempReg); in Cy_SysClk_FllGetConfiguration()
329 .lockTolerance = devConfig->lockTolerance, in Cy_PRA_FllInit()1283 if (devConfig->lockTolerance > CY_PRA_FLL_MAX_LOCK_TOLERENCE) in Cy_PRA_ValidateFLL()
3487 … config.lockTolerance = (uint16_t)CY_SYSLIB_DIV_ROUNDUP(config.fllMult * 18939UL, 1000000UL); in Cy_SysClk_FllConfigure()3602 …CY_ASSERT_L1(config->lockTolerance <= (SRSS_CLK_FLL_CONFIG2_LOCK_TOL_Msk >> SRSS_CLK_FLL_CONFIG2_L… in Cy_SysClk_FllManualConfigure()3605 _VAL2FLD(SRSS_CLK_FLL_CONFIG2_LOCK_TOL, config->lockTolerance); in Cy_SysClk_FllManualConfigure()3648 config->lockTolerance = (uint16_t)_FLD2VAL(SRSS_CLK_FLL_CONFIG2_LOCK_TOL, tempReg); in Cy_SysClk_FllGetConfiguration()
2233 … structCpy.lockTolerance = ((cy_stc_fll_manual_config_t *) message->praData1)->lockTolerance; in Cy_PRA_ProcessCmd()