Type Alias SFR

Source
pub type SFR = Reg<u32, _SFR>;
Expand description

Secure flash start address register

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

For information about available fields see sfr module

Aliased Type§

pub struct SFR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SFR

Register SFR reset()’s with value 0xffff_ee00

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SFR

read() method returns sfr::R reader structure

Source§

impl Writable for SFR

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