Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_pka.c120 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_Init() argument
123 assert_param(IS_LL_PKA_MODE(PKA_InitStruct->Mode)); in LL_PKA_Init()
125 LL_PKA_Config(PKAx, PKA_InitStruct->Mode); in LL_PKA_Init()
137 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct) in LL_PKA_StructInit() argument
140 PKA_InitStruct->Mode = LL_PKA_MODE_MONTGOMERY_PARAM_MOD_EXP; in LL_PKA_StructInit()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_pka.h509 ErrorStatus LL_PKA_Init(PKA_TypeDef *PKAx, LL_PKA_InitTypeDef *PKA_InitStruct);
510 void LL_PKA_StructInit(LL_PKA_InitTypeDef *PKA_InitStruct);