Type Alias HTCR

Source
pub type HTCR = Reg<HTCRrs>;
Expand description

HTCR (rw) register accessor: The RNG_DR register is a read-only register that delivers a 32-bit random value when read. The content of this register is valid when DRDY= 1, even if RNGEN=0.

You can read this register and get htcr::R. You can reset, write, write_with_zero this register using htcr::W. You can also modify this register. See API.

See register structure

For information about available fields see htcr module

Aliased Typeยง

struct HTCR { /* private fields */ }