[][src]Type Definition lpc54606_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]

Register FIFOCFG reset()'s with value 0

type Type = u32

Register size

impl Writable for FIFOCFG[src]

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