Type Definition BCR
Other items instm32l4_stm32hal::stm32l4x5::fmc
type BCR = Reg<u32, _BCR>;
SRAM/NOR-Flash chip-select control register 2
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see bcr module
impl ResetValue for BCR
Register BCR%s reset()’s with value 0x30d0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for BCR
read() method returns bcr::R reader structure
read()
impl Writable for BCR
write(|w| ..) method takes bcr::W writer structure
write(|w| ..)