[][src]Type Definition stm32f3::stm32f303::fmc::BCR4

type BCR4 = Reg<u32, _BCR4>;

SRAM/NOR-Flash chip-select control register 4

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

For information about available fields see bcr4 module

Trait Implementations

impl Readable for BCR4[src]

read() method returns bcr4::R reader structure

impl ResetValue for BCR4[src]

Register BCR4 reset()'s with value 0x30d0

type Type = u32

Register size

impl Writable for BCR4[src]

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