FMPRE12

Type Alias FMPRE12 

Source
pub type FMPRE12 = Reg<u32, _FMPRE12>;
Expand description

Flash Memory Protection Read Enable 12

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see fmpre12 module

Aliased Type§

pub struct FMPRE12 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FMPRE12

Register FMPRE12 reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for FMPRE12

read() method returns fmpre12::R reader structure

Source§

impl Writable for FMPRE12

write(|w| ..) method takes fmpre12::W writer structure