FMPRE3

Type Alias FMPRE3 

Source
pub type FMPRE3 = Reg<u32, _FMPRE3>;
Expand description

Flash Memory Protection Read Enable 3

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

For information about available fields see fmpre3 module

Aliased Type§

pub struct FMPRE3 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FMPRE3

Register FMPRE3 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 FMPRE3

read() method returns fmpre3::R reader structure

Source§

impl Writable for FMPRE3

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