pub type EfuseData = Reg<EfuseDataSpec>;Expand description
EFUSE_DATA (rw) register accessor: eFuse read/write data window (base+0x800), 128 words covering 256 bytes. Each 32-bit word packs two eFuse bytes: even byte address in [7:0], odd in [15:8]. Word index = byte_addr/2.
You can read this register and get efuse_data::R. You can reset, write, write_with_zero this register using efuse_data::W. You can also modify this register. See API.
For information about available fields see efuse_data module
Aliased Type§
pub struct EfuseData { /* private fields */ }