Home
last modified time | relevance | path

Searched full:pka (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dbleplat.c113 /* PKA IP requires RNG clock to be enabled
115 * based on PKA needs.
/Zephyr-latest/dts/bindings/clock/
Dst,stm32wb0-rcc.yaml49 The CLK_SYS is used to clock the CPU, AHB, APB, memories and PKA.
/Zephyr-latest/modules/
DKconfig.stm32422 Enable STM32Cube Public key accelerator (PKA) HAL module driver
759 Enable STM32Cube Public key accelerator (PKA) LL module driver
/Zephyr-latest/soc/st/stm32/common/
Dstm32_hsem.h60 /* Index of the semaphore used to access the PKA */
/Zephyr-latest/boards/st/stm32wb5mmg/doc/
Dstm32wb5mmg.rst142 - HW public key authority (PKA)
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c469 hpka.Instance = PKA; in bt_hci_stm32wb0_open()
/Zephyr-latest/boards/st/nucleo_wb55rg/doc/
Dnucleo_wb55rg.rst119 - HW public key authority (PKA)
/Zephyr-latest/boards/st/nucleo_wl55jc/doc/
Dnucleo_wl55jc.rst89 - Hardware public key accelerator (PKA)
/Zephyr-latest/drivers/entropy/
Dentropy_stm32.c124 if (LL_PKA_IsEnabled(PKA)) { in entropy_stm32_suspend()