crm_trng Struct

C

struct crm_trng {
    struct crm_regs *regs;
    int conditioning_key_set;
    uint32_t control;
    uint32_t key[4];
    uint32_t wakeup_lvl;
    uint32_t swoff_timer;
    uint32_t clk_divider;
    uint32_t init_wait_cnt;
};

Description

Internal state of the TRNG hardware All members should be considered INTERNAL and may not be accessed directly.