BCR

Type Alias BCR 

Source
pub type BCR = Reg<u32, _BCR>;
Expand description

SRAM/NOR-Flash chip-select control register 2

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

For information about available fields see bcr module

Aliased Type§

pub struct BCR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for BCR

Register BCR%s reset()’s with value 0x30d0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for BCR

read() method returns bcr::R reader structure

Source§

impl Writable for BCR

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