Home
last modified time | relevance | path

Searched refs:pInit (Results 1 – 7 of 7) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2643 void HAL_RCCEx_CRSConfig(RCC_CRSInitTypeDef *pInit) in HAL_RCCEx_CRSConfig() argument
2648 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 …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c2643 void HAL_RCCEx_CRSConfig(RCC_CRSInitTypeDef *pInit) in HAL_RCCEx_CRSConfig() argument
2648 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 …]
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmexpression.cpp118 std::unique_ptr<CXFA_FMSimpleExpression> pInit) in CXFA_FMVarExpression() argument
119 : CXFA_FMExpression(), m_wsName(wsName), m_pInit(std::move(pInit)) {} in CXFA_FMVarExpression()
Dcxfa_fmexpression.h57 std::unique_ptr<CXFA_FMSimpleExpression> pInit);
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h2375 void HAL_RCCEx_CRSConfig(RCC_CRSInitTypeDef *pInit);
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc_ex.h2375 void HAL_RCCEx_CRSConfig(RCC_CRSInitTypeDef *pInit);
/external/python/pycparser/utils/benchmark/inputs/
Dsqlite-btree.c.ppout2064 LookasideSlot *pInit;