Home
last modified time | relevance | path

Searched refs:T (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c72 static uint32_t T[4][8] = {0}; variable
656 HW_PKA_ReadResult( 500, 8, &T[0][0] ); in HW_PKA_ProcEnd_StateMachine()
662 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[0][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
666 HW_PKA_ReadResult( 500, 8, &T[1][0] ); in HW_PKA_ProcEnd_StateMachine()
674 HW_PKA_ReadResult( 500, 8, &T[2][0] ); in HW_PKA_ProcEnd_StateMachine()
679 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[2][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
682 HW_PKA_ReadResult( 500, 8, &T[3][0] ); in HW_PKA_ProcEnd_StateMachine()
685 HW_PKA_Comparison(HW_PKA_oplen, &T[1][0], &T[3][0]); in HW_PKA_ProcEnd_StateMachine()
697 HW_PKA_MontgomeryMultiplication( 256, &ret[0], &T[0][0], HW_PKA_P256_gfp); in HW_PKA_ProcEnd_StateMachine()
701 HW_PKA_ReadResult( 500, 8, &T[3][0] ); in HW_PKA_ProcEnd_StateMachine()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rcc.h4642 __STATIC_INLINE void LL_RCC_PLL2_SetT(uint32_t T) in LL_RCC_PLL2_SetT() argument
4644 MODIFY_REG(RCC->PLL2DIVR2, RCC_PLL2DIVR2_DIVT, (T - 1UL) << RCC_PLL2DIVR2_DIVT_Pos); in LL_RCC_PLL2_SetT()