|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
Data Structures | |
| struct | entropy_driver_api |
| Driver Operations Entropy driver operations More... | |
Typedefs | |
| typedef int(* | entropy_get_entropy_t) (const struct device *dev, uint8_t *buffer, uint16_t length) |
| Callback API to get entropy. | |
| typedef int(* | entropy_get_entropy_isr_t) (const struct device *dev, uint8_t *buffer, uint16_t length, uint32_t flags) |
| Callback API to get entropy from an ISR. | |
This group contains the API type definitions, callback signatures, and other helpers required to implement a Entropy driver.
| typedef int(* entropy_get_entropy_isr_t) (const struct device *dev, uint8_t *buffer, uint16_t length, uint32_t flags) |
#include <zephyr/drivers/entropy.h>
Callback API to get entropy from an ISR.
See entropy_get_entropy_isr() for argument description
#include <zephyr/drivers/entropy.h>
Callback API to get entropy.
See entropy_get_entropy() for argument description