38typedef enum : uint16_t {
Annotation-attribute framework macros for ra8-firmware.
#define RA8_PRIV
Module-private helper: shared across TUs but only inside one library.
Error Code Definitions for ra8-firmware.
ra8_err_codes_t ra8_err_t
Canonical error-return type used by every ra8-firmware API.
ra8_secure_trng_limits_t
Sizing constants for priv_ra8_secure_trng_read.
@ k_ra8_secure_trng_max_bytes
Max bytes per call.
ra8_err_t priv_ra8_secure_trng_read(uint8_t *out, uint32_t len)
Fill [out, out+len) with TRNG-quality entropy.
ra8_err_t priv_ra8_secure_trng_reset(void)
Reset the TRNG seed (test-only; production reseeds from RSIP).