[][src]Type Definition ambiq_apollo1_pac::ioslave::FIFOCFG

type FIFOCFG = Reg<u32, _FIFOCFG>;

FIFO Configuration

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 0x2000_0000

type Type = u32

Register size

impl Writable for FIFOCFG[src]

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