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

type BTR1 = Reg<u32, _BTR1>;

SRAM/NOR-Flash chip-select timing register 1

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

For information about available fields see btr1 module

Trait Implementations

impl Readable for BTR1[src]

read() method returns btr1::R reader structure

impl ResetValue for BTR1[src]

Register BTR1 reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for BTR1[src]

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