[−][src]Type Definition lpc55_pac::spi0::FIFOCFG
type FIFOCFG = Reg<u32, _FIFOCFG>;
FIFO configuration and enable register.
This register you can read, reset, write, write_with_zero, modify. See API.
For information about available fields see fifocfg module
Trait Implementations
impl Readable for FIFOCFG[src]
read() method returns fifocfg::R reader structure
impl ResetValue for FIFOCFG[src][+]
type Type = u32
fn reset_value() -> Self::Type[src][−]
impl Writable for FIFOCFG[src]
write(|w| ..) method takes fifocfg::W writer structure