FMPRE14

Type Alias FMPRE14 

Source
pub type FMPRE14 = Reg<u32, _FMPRE14>;
Expand description

Flash Memory Protection Read Enable 14

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

For information about available fields see fmpre14 module

Aliased Type§

pub struct FMPRE14 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for FMPRE14

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

read() method returns fmpre14::R reader structure

Source§

impl Writable for FMPRE14

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