Searched refs:entropy_get_entropy_isr (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | entropy.h | 106 static inline int entropy_get_entropy_isr(const struct device *dev, in entropy_get_entropy_isr() function
|
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ |
D | linklayer_plat_adapt.c | 47 ret = entropy_get_entropy_isr(rng_dev, (char *)ptr_rnd, len, 0); in LINKLAYER_PLAT_GetRNG()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 392 return entropy_get_entropy_isr(dev_entropy, buf, len, 0); 418 return entropy_get_entropy_isr(dev_entropy, buf, len, 0);
|
/Zephyr-latest/kernel/ |
D | init.c | 715 rc = entropy_get_entropy_isr(entropy, buf, length, ENTROPY_BUSYWAIT); in z_early_rand_get()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 188 return entropy_get_entropy_isr(dev_entropy, buf, len, 0); in lll_csrand_isr_get()
|