Searched refs:pInit (Results 1 – 7 of 7) sorted by relevance
2643 void HAL_RCCEx_CRSConfig(RCC_CRSInitTypeDef *pInit) in HAL_RCCEx_CRSConfig() argument2648 assert_param(IS_RCC_CRS_SYNC_DIV(pInit->Prescaler)); in HAL_RCCEx_CRSConfig()2649 assert_param(IS_RCC_CRS_SYNC_SOURCE(pInit->Source)); in HAL_RCCEx_CRSConfig()2650 assert_param(IS_RCC_CRS_SYNC_POLARITY(pInit->Polarity)); in HAL_RCCEx_CRSConfig()2651 assert_param(IS_RCC_CRS_RELOADVALUE(pInit->ReloadValue)); in HAL_RCCEx_CRSConfig()2652 assert_param(IS_RCC_CRS_ERRORLIMIT(pInit->ErrorLimitValue)); in HAL_RCCEx_CRSConfig()2653 assert_param(IS_RCC_CRS_HSI48CALIBRATION(pInit->HSI48CalibrationValue)); in HAL_RCCEx_CRSConfig()2664 value = (pInit->Prescaler | pInit->Source | pInit->Polarity); in HAL_RCCEx_CRSConfig()2666 value |= pInit->ReloadValue; in HAL_RCCEx_CRSConfig()2668 value |= (pInit->ErrorLimitValue << CRS_CFGR_FELIM_Pos); in HAL_RCCEx_CRSConfig()[all …]
118 std::unique_ptr<CXFA_FMSimpleExpression> pInit) in CXFA_FMVarExpression() argument119 : CXFA_FMExpression(), m_wsName(wsName), m_pInit(std::move(pInit)) {} in CXFA_FMVarExpression()
57 std::unique_ptr<CXFA_FMSimpleExpression> pInit);
2375 void HAL_RCCEx_CRSConfig(RCC_CRSInitTypeDef *pInit);
2064 LookasideSlot *pInit;