Skip to main content

Mode

Type Alias Mode 

Source
pub type Mode = Reg<ModeSpec>;
Expand description

mode (rw) register accessor: OTP device mode register

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

For information about available fields see mode module

Aliased Typeยง

pub struct Mode { /* private fields */ }