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

type BTR3 = Reg<u32, _BTR3>;

SRAM/NOR-Flash chip-select timing register 3

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

For information about available fields see btr3 module

Trait Implementations

impl Readable for BTR3[src]

read() method returns btr3::R reader structure

impl ResetValue for BTR3[src]

Register BTR3 reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for BTR3[src]

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