Type Definition stm32f2::stm32f217::fsmc::BCR[][src]

type BCR = Reg<u32, _BCR>;

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

Trait Implementations

impl Readable for BCR[src]

read() method returns bcr::R reader structure

impl ResetValue for BCR[src]

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

type Type = u32

Register size

impl Writable for BCR[src]

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