FMPRE8

Type Alias FMPRE8 

Source
pub type FMPRE8 = Reg<u32, _FMPRE8>;
Expand description

Flash Memory Protection Read Enable 8

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

For information about available fields see fmpre8 module

Aliased Type§

pub struct FMPRE8 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FMPRE8

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

read() method returns fmpre8::R reader structure

Source§

impl Writable for FMPRE8

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