Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Interfaces/
Dhw_pka.c423 ErrorStatus HW_PKA_GetData(uint8_t dataType, uint8_t* dataTarget) in HW_PKA_GetData() function
1105 HW_PKA_GetData(HW_PKA_DATA_SK, (uint8_t *)&ret[0]); in HW_PKA_IRQHandler()
1106 HW_PKA_GetData(HW_PKA_DATA_PCX, (uint8_t *)&ret[8]); in HW_PKA_IRQHandler()
1107 HW_PKA_GetData(HW_PKA_DATA_PCY, (uint8_t *)&ret[16]); in HW_PKA_IRQHandler()
Dhw_pka.h74 ErrorStatus HW_PKA_GetData(uint8_t dataType, uint8_t* dataTarget);