[][src]Type Definition stm32f3::stm32f3x8::fmc::BCR2

type BCR2 = Reg<u32, _BCR2>;

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 bcr2 module

Trait Implementations

impl Readable for BCR2[src]

read() method returns bcr2::R reader structure

impl ResetValue for BCR2[src]

Register BCR2 reset()'s with value 0x30d0

type Type = u32

Register size

impl Writable for BCR2[src]

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