Home
last modified time | relevance | path

Searched refs:ENCRYPTK (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_radio.c796 (bluedata + StateMachineNo)->ENCRYPTK[i] = enc_key[i]; in HAL_RADIO_SetEncryptionAttributes()
800 (bluedata + StateMachineNo)->ENCRYPTK[i] = enc_key[i]; in HAL_RADIO_SetEncryptionAttributes()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_radio.h733 volatile uint8_t ENCRYPTK[16]; member
818 volatile uint8_t ENCRYPTK[16]; member
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat_cntr.c874 return (uint32_t*)&(bluedata + smNo)->ENCRYPTK[0]; in BLEPLAT_CNTR_SmGetEncKeyPtr()