pub struct BTR3_SPEC;
Expand description
This register contains the control information of each memory bank, used for SRAMs, PSRAM and NOR Flash memories.If the EXTMOD bit is set in the FMC_BCRx register, then this register is partitioned for write and read access, that is, 2 registers are available: one to configure read accesses (this register) and one to configure write accesses (FMC_BWTRx registers).
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see btr3 module
Trait Implementations§
§impl Resettable for BTR3_SPEC
impl Resettable for BTR3_SPEC
reset()
method sets BTR3 to value 0x0fff_ffff
§fn reset_value() -> <BTR3_SPEC as RegisterSpec>::Ux
fn reset_value() -> <BTR3_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for BTR3_SPEC
impl RefUnwindSafe for BTR3_SPEC
impl Send for BTR3_SPEC
impl Sync for BTR3_SPEC
impl Unpin for BTR3_SPEC
impl UnwindSafe for BTR3_SPEC
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more