Type Definition FRCR
Other items instm32l4_stm32hal::stm32l4x5::sai1::ch
type FRCR = Reg<u32, _FRCR>;
AFRCR
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 frcr module
impl ResetValue for FRCR
Register FRCR reset()’s with value 0x07
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for FRCR
read() method returns frcr::R reader structure
read()
impl Writable for FRCR
write(|w| ..) method takes frcr::W writer structure
write(|w| ..)