Type Definition stm32f1::stm32f101::fsmc::BTR[][src]

type BTR = Reg<u32, _BTR>;

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

Trait Implementations

impl Readable for BTR[src]

read() method returns btr::R reader structure

impl ResetValue for BTR[src]

Register BTR%s reset()'s with value 0xffff_ffff

type Type = u32

Register size

impl Writable for BTR[src]

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