Type Alias esp32s2::efuse::PGM_CHECK_VALUE

source ·
pub type PGM_CHECK_VALUE = Reg<PGM_CHECK_VALUE_SPEC>;
Expand description

PGM_CHECK_VALUE (rw) register accessor: Register %s that stores the RS code to be programmed.

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

For information about available fields see pgm_check_value module

Aliased Type§

struct PGM_CHECK_VALUE { /* private fields */ }