FMPRE7

Type Alias FMPRE7 

Source
pub type FMPRE7 = Reg<u32, _FMPRE7>;
Expand description

Flash Memory Protection Read Enable 7

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

For information about available fields see fmpre7 module

Aliased Type§

pub struct FMPRE7 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FMPRE7

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

read() method returns fmpre7::R reader structure

Source§

impl Writable for FMPRE7

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